Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: soundfile playback
name
code content
( w = {|pathPattern| var soundFiles; // get sounds soundFiles = SoundFile.collect(pathPattern); // play back in order of their appearance Pseq(soundFiles.collect{|file| file.cue((\dur: file.duration))}, 1).play; } ) // adjust path and evaluate the next line w.value("/Volumes/usbImport/PMD620/200804062000/*.WAV")
code description
automatically playback of all soundfiles in a directory
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change