play_note
Play a MIDI note using Sonic Pi, specifying the note number, synth type, sustain duration, and cutoff frequency to create custom sound sequences programmatically.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cutoff | No | Filter cutoff frequency | |
note | Yes | MIDI note number (0-127) | |
sustain | No | Note duration in seconds | |
synth | No | Synth to use (e.g. :saw, :beep, :prophet) |