Input MIDI

Gets the incoming MIDI flow.

Settings

midi in

Received MIDI flow.

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.

trigger

Sends a 1 value each time a new Data or MIDI message is generated or received.

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.

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.

time

Time stamp of the MIDI message.

device name

Name of the device where le MIDI message comes from.

device ID

ID of the device where le MIDI message comes from. It's the order index in the setup-panel-tab-midi.

unpack

The Unpack option transforms a polyphonic flow to monophonic.
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.

sysex

Sysex array data received from the external MIDI device.

Usine removes automatically the BEGINSYSEX at the beginning and the ENDSYSEX at the end of the byte array.

once in poly

Determines if the module inlet/outlet appears only once in the polyphonic sub-patche, or if it is duplicated according the polyphony value.

Available only when the module is in a sub-patch.

Example with a knob. First once in poly is OFF,(a polyphony of 6 creates 6 inlets) then option once in poly is ON and creates only 1 inlet.

The actual data type of a once in poly node is similar to an array. Once inspected you can see that it is an array the length of the nb of polyphony selected for that specific sub-patch. Although an array in data-type, once in poly disguises it's data representation and only addresses the first index by masking as a single-data node.

in outlet visible

Determines if the module is visible as an in/outlet in the sub-patch.

See also

version 6.0.240115

Edit All Pages