Quote:
Originally Posted by Deleted Userc Yeah, the bidirectional issue in Lemur is what's preventing me from getting deeper into creating interfaces specifically for my hw synths. The workaround is OK but annoying. There are other apps that can do bidirectional sysex however. Still I am moving cautiously, as it would really annoy me to just waste time in an app that's going to dissappear. We'll see... Good luck
. |
I emailed support and they got back to me pretty quick. He suggested scripting as well. He sent me this example script below which I haven't looked at with the editor yet. Maybe they will update the editor soon to include the bidirectional sysex messaging.
<JZML>
<PROJECT version="3100" width="1024" height="724" osc_target="-1" midi_target="-1" kbmouse_target="-1"/>
<WINDOW class="JAZZINTERFACE" text="Default" x="0" y="0" width="1024" height="724" state="1" group="0" font="tahoma,11,0" >
<WINDOW class="Monitor" text="Monitor" x="277" y="159" width="391" height="117" state="241" group="0" font="tahoma,20,0" send="1" osc_target="-2" midi_target="-2" kbmouse_target="-2" color="9440511" label="1" precision="3" unit="" value="1">
<VARIABLE name="value=120.35" send="0" osc_target="0" osc_trigger="1" osc_message="/Monitor/value" midi_target="-1" midi_trigger="1" midi_message="0x90,0x90,0,0" midi_scale="0,16383" kbmouse_target="-1" kbmouse_trigger="1" kbmouse_message="0,0,0" kbmouse_scale="0,1,0,1"/>
</WINDOW>
</WINDOW>
<SCRIPT name="action(MIDI_ARGS)" script="Monitor.value = MIDI_ARGS;" trigger_script="" trigger_type="3" trigger="1" osc_message="/action" midi_message="0xF0,0xF0,0,0" midi_target="0" flag="1"/>
</JZML>