Need Help to get the MIDItoMaster Script working
Posted: Thu Dec 19, 2013 8:28 pm
Hello,
I Try to make the Example Script MIDItoMaster on the main output. I don't know why, but it's not working.
When I open the MIDI Watcher and press a Button on my controller i get this DATA:
Type: Raw Data
Message: Note On
Chn Note Vol: 02 069 127
Raw Data: 0x91 45 7F
Now i Try to write the same Data into my script, like this:
const int NOTE=69; // MIDI Note for control
const int CHANNEL=2; // MIDI Channel for control
const int DEVICE_ID=0; // MIDI Device for control
But it want work, and i don't know why. Can I see somewhere the Device_ID?
Thank's for your help.
I Try to make the Example Script MIDItoMaster on the main output. I don't know why, but it's not working.
When I open the MIDI Watcher and press a Button on my controller i get this DATA:
Type: Raw Data
Message: Note On
Chn Note Vol: 02 069 127
Raw Data: 0x91 45 7F
Now i Try to write the same Data into my script, like this:
const int NOTE=69; // MIDI Note for control
const int CHANNEL=2; // MIDI Channel for control
const int DEVICE_ID=0; // MIDI Device for control
But it want work, and i don't know why. Can I see somewhere the Device_ID?
Thank's for your help.