STARTS USING INDIVIDUAL NOTES TO THE MIDI OUTPUT
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 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_ON
MIDI_ON
SEE ALSO
MIDI_INSTRUMENT
MIDI_OFF
MIDI_PLAY
MIDI_VOLUME