STOPS USING INDIVIDUAL NOTES TO THE MIDI OUTPUT
ACTION
The command MIDI_OFF stops using individual notes to the MIDI output and release the resources.
SYNTAX:
MIDI_OFF
USE ERROR 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
MIDI_OFF
MIDI_OFF
SEE ALSO
MIDI_INSTRUMENT
MIDI_ON
MIDI_PLAY
MIDI_VOLUME