Algosim documentation: PercussionNoteOn

PercussionNoteOn

Turns on a percussion note.

Syntax

Description

PercussionNoteOn(k, v) turns on the percussion key k with relative intensity v.

Examples

for(k, 1, 5, (PercussionNoteOn("Acoustic Bass Drum", 75); sleep(.1)))

for(k, 35, 81, (PercussionNoteOn(k, 75); sleep(.1)))

See also