-
Notifications
You must be signed in to change notification settings - Fork 246
lib.io.midi.MidiOutput
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
in Lib.io.midi
Send notes or controller change events to the selected device. This operator is experimental. The velocity is given as a normalized float value between 0 and 1.
| Name (Relevancy & Type) | Description |
|---|---|
| TriggerSend (Boolean) | - |
| SendMode (Int32) | - |
| Device (String) | - |
| ChannelNumber (Int32) | - |
| NoteOrController (Int32) | - |
| Velocity (Single) | - |
| Velocity127 (Int32) | - |
| DurationInSecs (Single) | - |
| Name | Type |
|---|---|
| Result | T3.Core.DataTypes.Command |
⚠ Everything else is automatically generated and will be overwritten regularly.