Lib.io.midi.MidiControlOutput - tixl3d/tixl GitHub Wiki

MidiControlOutput

in Lib.io.midi


Send 7 bit ControlChange or Channel Pressure events to the selected device. The value is given either as an integer value between 0 and 127 or as a normalized float value between 0.0 and 1.0.

Values can either be sent continously (one value per frame) or only when the trigger input is sent a (temporary) boolean "true" value. Sending continuously can lead to flooding of the receving device, so if possible, use the trigger option.

You can for instance use an [AnimValue]s "WasHit" output as the trigger and set it to a frequency that is sufficiently smooth for your purpose to reduce the load.

This node can be used in combination with [MidiNoteOutput] [MidiPitchbendOutput] and [MidiTriggerOutput] to create generative music or control hardware. See the [MidiNoteOutputExample]

AKA: aftertouch, pressure, cc, controller


Input Parameters

Name (Relevancy & Type) Description
SendMode (Int32) -
TriggerSend (Boolean) -
CCorPressure (Int32) -
Device (String) -
ChannelNumber (Int32) -
ControllerNumber (Int32) -
Value (Int32) -
UseValueFloat (Boolean) -
ValueFloat (Single) -

Outputs

Name Type
Result T3.Core.DataTypes.Command

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️