Jump to content

MIDI Channel redirect scripter plugin


Go to solution Solved by Pepperheadsnake,

Recommended Posts

Hi - I've ran into a corner with my current setup where I'm forced to use a channel redirect plugin (both in Mainstage and Logic).

I mean, whatever was the input channel, a script would convert every event to, say, channel 1 or 5 or 10, according to just one slider. The parameter needs to be changed from a song/track to another, and it's a bit meh to have 16 different variations of this where "8" actually could be anything from 1 to 16: 

function HandleMIDI(e) {
e.channel = 8;
e.send();
}

Yeah, not a big problem, but unfortunately the deadlines won't allow me start learning coding...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...