SMucK-related tools, including utilities for converting SMucKish symbolic notation into ChucK data structures.
A collection of SMucK-related high-level functions.
Smuck()
Default constructor for Smuck.
string mid2str(int note)
Convert a MIDI note number to a pitch name.
int str2mid(string note)
Convert a pitch name to a MIDI note number.
string version()
Retrieve smuck version as a string.
[ top ]