samlletas / syxg50-control-panel

Reaper JSFX plugin for controlling the Yamaha S-YXG50 synth.
11 stars 1 forks source link

Allow export of MIDI and sysex data in MIDI export #13

Closed defensem3ch closed 4 months ago

defensem3ch commented 4 months ago

This plugin is so useful for composing in REAPER but is there still really no way to export the MIDI control or sysex data? It's practically useless if you want to export the XG MIDI data to play on hardware for instance. Otherwise, really neat tool, but please make this possible!

samlletas commented 4 months ago

As far as I know there is no way for a JSFX plugin to export MIDI automatically during a MIDI export, but what you could do is record the plugin's sysex output and export the MIDI file afterwards:

  1. Right click on the track's record button and set it to Record: output (MIDI).
  2. Start recording.
  3. Click on the "XG" button (located at the top-right of the plugin's window) to force re-send all the plugin's sysex data.
  4. Stop recording.
defensem3ch commented 4 months ago

This is a perfectly acceptable workaround for me - that's exactly what I needed, thank you so much!!