Jump to content

alexanderjohnson

Member
  • Posts

    2
  • Joined

  • Last visited

alexanderjohnson's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Awesome. That script worked a treat. I just modified it for my needs. Thanks for the advice on the environment too. Unfortunately, Mainstage lacks the environment. Thanks everyone
  2. I'm a keyboardist / amateur scripter who's been trying to write a script that prevents note on messages from being sent when a continuous controller value (1 for the Mod Wheel) is in a certain range. The problem is, when I make HandleMIDI the continuous controller, I can't affect the notes and when I make the HandleMIDI function the note, I can't read the continuous controller to do anything with it. What I would like is something like this function HandleMIDI(event) { if (event instanceof Note && ContinousController(1) < 50) { event.send()} } Any help would be greatly appreciated.
×
×
  • Create New...