Hi together!
Thanks a lot for that script.
I’m currently trying to implement it in my global rackspace with a extension, but I haven’t been entirely successful yet.
The basic idea:
Select between automatic or push-button sending of MSB/LSB/PC/Channel to MobileSheets when I change a song/song part.
What works so far is automatic sending:
- Send the MIDI data via the Action tool in the song part to a MIDI-In block (with GPScript Handle) which sends the data to the MIDI-Out block (via wiring) and automatically calls up the notes in Mobile Sheets.
- In between, I have a MIDI filter that blocks the automatic function if necessary.
What I haven’t been able to do is to do this at the push of a button: (unfortunately, I’m not yet very familiar with scripting)
My idea is to use your scriptlet to “save” the MIDI data (this already works via MidiLearn) and then send the MIDI data to the existing MIDIOut block at the push of a widget button if necessary.
So far, the script “saves” the MIDI data. However, I am not receiving any MIDI signals from the script.
Can you help me adapt the script so that I can send the data at the push of a button?
Maybe there is a easier way to ![]()
Many thanks!
Dominik