Creating a counter to change Midi Note

Hey everyone,

I’m trying to sending out a specific range of Midi Notes determined by a User Prompt. I thought I could create a simply counter variable to update the Note Value. I can’t see a way to manipulate the “Note Value” by inputing a variable within the Send Midi Action. I can only put in a value while initially setting up the Send Midi action in the editor. Any ideas?

Wait for 8.0?

  • Send MIDI action uses calculations so you can send varying notes and control changes.

In the meantime the only solution is to get the XML of the action, adjust it programatically with the variable count, and execute it via AppleScript’s “do script”.

Thank you!