JS: IX/MIDI Router

From CockosWiki

Jump to: navigation, search

Description:

MIDI Information Router. Listens to the input channel and redirects events on that channel to the output channel. There are three modes of operation:
  1. Route only note events within the specified range.
  2. Route all events *except* notes (regardless of note range).
  3. Route all non-note events and note events within the specified range.

Parameters:

  • Input Channel - Which channel to monitor.
  • Output Channel - Destination channel for affected events.
  • Mode - Work mode. See above.
  • Note Min - Note range minimum. Notes lower than this will not be affected.
  • Note Max - Note range maximum. Notes higher than this will not be affected.
  • Transpose - Transpose affected notes by n semitones.

Tips:

It seems that most VSTi's that do not allow you to specify an input channel will respond to events on ANY channel. This can be quite confusing/annoying.

Warning: In modes 1 and 3, changing the transpose control while an affected note is playing will cause the corresponding note-off to miss, resulting in hanging notes.

Personal tools