MIDI_ON

MIDI_ON

STARTS USING INDIVIDUAL NOTES TO THE MIDI OUTPUT

  • Type: Command
  • Parameter: 0
  • Group: MIDI

ACTION

The command MIDI_ON starts using individual notes to the MIDI output, by allowing resources. After executing The commande, it is possible to send individually notes on the MIDI output of the system by the commands MIDI_PLAY and MIDI_VOLUME.

SYNTAX: MIDI_ON

USE

  • The command MIDI_ON is used to send notes individually to a MIDI output.

ERROR

  • If MIDI output is already ON.
  • If it is not possible to use MIDI output.

EXAMPLE

midi_on

rem set of 2 quarter notes (crotchets) C, D

midi_play 60,4

midi_play 62,4

rem set of 3 eighth notes (quavers) E, F, G

midi_play 64,6

midi_play 65,6

midi_play 67,6

midi_off

SEE ALSO

MIDI_INSTRUMENT

MIDI_OFF

MIDI_PLAY

MIDI_VOLUME