Hi all,
Can anyone think of or already know a way, of sending a custom midi message out via an AppleScript cue?
In my current workspace, I am prompting for the user to enter a value (number 32-63) and then I need this to take that number and send out a MIDI Message on the 1st midi port, with a velocity value to an external midi controller so that it can light up the corresponding button
For example,
If the user enters value 44, i want to send :
A midi note on channel 8, note number 44 and velocity 2
If the user enters 36, i want send
A midi note on channel 8, note number 36 and velocity 2
Currently, because I have 32 possible numbers, I have 32 different cues to trigger these, but was thinking there must be a nice way within Applescript to automate this, but have been coming up with nothing so far in my trawling .
Any help or thoughts, greatly appreciated
P