~alextee/zrythm-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Region content selection fix in export midi dialog

Robert Panovics <robert.panovics@gmail.com>
Details
Message ID
<20220401211650.140375-1-robert.panovics@gmail.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
Signed-off-by: Robert Panovics <robert.panovics@gmail.com>
---
 src/gui/widgets/dialogs/export_midi_file_dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/widgets/dialogs/export_midi_file_dialog.c b/src/gui/widgets/dialogs/export_midi_file_dialog.c
index d75057007..e5ffd8618 100644
--- a/src/gui/widgets/dialogs/export_midi_file_dialog.c
+++ b/src/gui/widgets/dialogs/export_midi_file_dialog.c
@@ -75,7 +75,7 @@ on_response (
      if (string_is_equal (
            region_content_str, "full"))
        {
          midi_format = true;
          export_full = true;
        }

      bool lanes_as_separate_tracks = false;
-- 
2.35.1
Details
Message ID
<62a40cc78e5337ddd82ce2ca32e63961f53b0aa4.camel@zrythm.org>
In-Reply-To
<20220401211650.140375-1-robert.panovics@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Thanks, applied.
Reply to thread Export thread (mbox)