changing path to installation control audio files after major code reorganization
This commit is contained in:
parent
b96adb0cff
commit
53071fe4c7
|
|
@ -13,7 +13,7 @@ s.waitForBoot({
|
|||
|
||||
5.wait;
|
||||
|
||||
recDir = "/home/mwinter/a_history_of_the_domino_problem/recs/";
|
||||
recDir = "/home/mwinter/a_history_of_the_domino_problem/tiling_sonification_visualization/recs/";
|
||||
recPaths = ["berger_knuth.wav", "robinson.wav", "penrose.wav", "ammann.wav", "kari_culik.wav", "jaendel_rao.wav"].collect({arg file; recDir +/+ file});
|
||||
recInfo = recPaths.collect({arg path; var sndFile; sndFile = SoundFile.openRead(path); [sndFile.numFrames, sndFile.sampleRate]});
|
||||
playBuf = Buffer.read(s, recPaths[0]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue