Hi all,
I guess this is a pretty basic problem, but I can´t figure it out.
I have a panel with four tabs an within each page there are lots of Sliders sending
out MIDI CC to my DAW.
I also like to send out MIDI Note messages when a tab is changes, but this isn´t working
for me. I thought I just could set osc-properties of each tab to
address: /note
pre Args: [
10,
1
]
target: midi:midichannel
, but this doesn´t send out any MIDI.
Any ideas, how to solve this.
DO You have any examples for me?
As I learned that You have to have a Script when You want to change Tabs
with incomming MIDI, is it necessary to solve this issue with another script?
I have nearly no knowledge of Javascript, so some code snippet would help
me a lot.
Thanks in advance
Vertecs