beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

MidiOutputDevice Op

Ops.Devices.Midi.MidiOutputDevice


MidiOutputDevice

Connect to MIDI device input port


This op lets you choose an output device to which you want to transmit midi data to your DAW, sequencer, synthesizer, etc..

It receives MIDI events seperated by type (e.g. Note, CC, NRPN).

Select your MIDI device from the dropdown menu.



  brower support [caniuse.com]

Inputs

Device index (integer /Number)

Midi Events

Note (Object)

the input port for MIDI note events

CC (Object)

the input port for MIDI CC events

NRPN (Object)

the input port for MIDI NRPN events

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

MidiOut ops - example

Example patch for midi out ops.

Open Example In Editor

Patches using MidiOutputDevice

Changelog


created op
2019-10-16 - simod
Ops.User.simod.MidiOutputDevice renamed to Ops.Devices.Midi.MidiOutputDevice
2019-10-17 - simod