KASM WebMIDI test harness

Connect to your MIDI device... (you might need a virtual MIDI bus)







CaDsEdFfGgAhBjCkDlE;F'C#wEbeF#tG#yBbuC#oEbpF#]
KEYS: Play notes: a-' | Octave: z=down, x=up | Velocity: c=down, v=up
pitchThe MIDI note number (e.g., 60 is Middle C, 90/100/103 are higher notes).
start_timeWhen the note begins, in beats (relative to the clip's start).
durationHow long the note lasts, in beats.
velocityHow hard the note is played (0–127): higher = louder.
mute1 = muted note, 0 = active note.
probabilityA float between 0 and 1, showing the chance this note will play (1 = always, 0.5 = 50%).
velocity_deviationSpecifies variability in velocity for each triggering, often 0 unless randomization used.
release_velocityThe velocity value sent when the note is released (key is lifted); often relevant for expressive playing.

Other tests...