MidiOutputDevice Op

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.


Edit Documentation

Full Name
  • Ops.Devices.Midi.MidiOutputDevice
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorCompatibilityTest Patches


 

Example Patch MidiOut ops - example

Example patch for midi out ops.

Open In Editor

INPUT PORTS


Device index (Number:integer )

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


Patches using MidiOutputDevice

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarsimod - 2019-10-16 11:40
Ops.User.simod.MidiOutputDevice renamed to Ops.Devices.Midi.MidiOutputDeviceuser avatarsimod - 2019-10-17 12:47