Reference: notes
notes(S) plays the set of MIDI notes S. Each element in S is an integer in [0, 127], i.e. a valid MIDI note. The notes are played simultaneously and using the current instrument and full intensity (127). Example: notes({50, 60, 70})
notes(S) plays the set of MIDI notes S. Each element in S is an integer in [0, 127], i.e. a valid MIDI note. The notes are played simultaneously and using the current instrument and full intensity (127). Example: notes({50, 60, 70})