MIDI_OFF

MIDI_OFF

STOPS USING INDIVIDUAL NOTES TO THE MIDI OUTPUT

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

ACTION

The command MIDI_OFF stops using individual notes to the MIDI output and release the resources.

SYNTAX: MIDI_OFF

USE

  • The command MIDI_OFF is used at the end of using MIDI as individual notes.

ERROR

  • If MIDI output is not ON (MIDI_ON).

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_ON

MIDI_PLAY

MIDI_VOLUME