MIDI Generator Create

Creates MIDI messages. Can be used, for example, to send MIDI notes or Control Change messages to external MIDI hardware's.

if data 1 or data 2 are array's it will create multiple MIDI messages. See bellow.

This module can be added directly to the grid with a drag&drop from the browser.

Settings

midi out

Midi output flow(s).

channel

Channel of the MIDI message.

msg type

MIDI message type:

  • NOTE ON
  • NOTE OFF
  • KEY AFTERTOUCH
  • CONTROL CHANGE
  • PROGRAM CHANGE
  • CHAN AFTER TOUCH
  • PITCH BEND
  • BEGIN SYSEX
  • MTC QUARTER FRAME
  • SONG POS PTR
  • SONG SELECT
  • END SYSEX
  • TIMING CLOCK
  • START
  • CONTINUE
  • STOP
  • ACTIVE SENSING
  • SYSTEM RESET

code

code 1 and code 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.

data 1 or data 2 can be array's to create several MIDI messages at the same time.

create

A new message is created each it receives a 1 trigger .

See also

version 5.2.221206

Edit All Pages