RWMIDI Examples
Sketch 1
RWMIDI Classes
Controller
MidiDevice
MidiEvent
MidiInput
MidiInputDevice
MidiOutput
MidiOutputDevice
Note
ProgramChange
RWMidi
SysexMessage
Methods:
Note(int, int)
getPitch()
getVelocity()
Note.Note(int i_pitch, int i_velocity)
int i_pitch
: the pitch of the note
int i_velocity
: the velocity of the note
Create a Note object.