MIDI Filter

Let it pass (or reject) only specified MIDI messages according to the filter or channel filter parameters.

Settings

bypass

Bypasses the module.

midi in

MIDI input flow(s).

midi out

Midi output flow(s).

out reject

Rejected MIDI messages which don't match the filter or channel filter parameters

filter

Message name to let pass.

-No filter-: all MIDI messages pass. NOTE ON/OFF/BEND: passes NOTE_ON, NOTE_OFF, PITCH_BEND, KEY_AFTERTOUCH, CHANNEL_AFTERTOUCH messages.

Useful to connect a MIDI keyboard to a VST/AU instrument, and filter Control Changes messages.

  • NOTE ON
  • NOTE OFF
  • KEY AFTERTOUCH
  • CONTROL CHANGE
  • PROGRAM CHANGE
  • CHAN AFTER TOUCH
  • PITCH BEND
  • BEGIN SYSEX
  • MTC QUARTER FRAME
  • SONG POS PTR
  • SONG SELECT
  • END SYSEX
  • TIMING CLOCK
  • START
  • CONTINUE
  • STOP
  • ACTIVE SENSING
  • SYSTEM RESET

chan filter

Let passes only messages witch correspond to the channel filter. all channels: no channel filter, chan 1: only from channel 1, chan 2: only from channel 2

  • etc.

channel

Channel of the MIDI message.

msg

Type of the the MIDI message.

data

Data 1 and data 2: first and second data of the MIDI message. Depends of the message type.
For example data 1 = CONTROL-CHANGE number.

See MIDI implementation for more info.

pass trigger

Sends 1 when a MIDI data is sent to the out pass outlet.

reject trigger

Sends 1 when a MIDI data is sent to the out reject outlet.

See also

version 6.0.240115

Edit All Pages