Midi Input

Midi input terminal. Receives Midi messages from activated Midi input ports.

in

Received Midi Message.

receive

Lights up when a midi message is received.

sysex

Sysex array data received from the external Midi device.

num virtual

Original Virtual Midi input device number of the incoming message.

time

Time stamp of the incoming Midi message.

unpack

The Unpack option transforms a polyphonic signal to a monophonic one. For example, if two Midi Notes arrive at the same time, Usine delays the second note a little to always create monophonic signal. With this new midi flow, you can apply any math transformations you want because the midi flow become almost like a normal data flow.

chan

Midi Channel of the midi event.

msg

Midi Code of the midi event

code1

First Midi data associated to the midi event.

code2

Second Midi data associated to the midi event.

chan filter

Let passes only messages that correspond to the channel filter:

  • all channels: no channel filter.
  • chan 1: only from channel 1.
  • chan 2: only from channel 2…

filter

Message name to let pass:

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

  • -No filter-: all midi messages pass.
  • NOTE ON/OFF/BEND: passes all NOTE ON, NOTE OFF, PITCH BEND messages. Useful to connect a Midi keyboard to a VST instrument, and filter Control Changes messages that come from other devices.

caption

Displayed caption (useful for sub patchs).

once in poly

Determines if the module inlet/outlet appears only once in polyphonic sub-patches, or if it is duplicated according the polyphony value. Available only when the module is in a sub-patch.

See Polyphonic sub-Patches.

manual/modules/input_midi.txt · Last modified: 2013/04/19 02:22 (external edit)