OSDN Git Service

Update timewavesynth8.scd
[timewavesynth/Timewave_Synthesizer.git] / timewavesynth8osx.scd
index bfdec5b..8a8953b 100644 (file)
@@ -50,8 +50,8 @@ s.waitForBoot({
 
        //base frequency for synth inst
 
-       ~base_frequency = ~freqmap.at(21); //default 21
-       ~synthdefnum = 9; //default 9
+       ~base_frequency = ~freqmap.at(48); //default 48
+       ~synthdefnum = 7; //default 7
 
        //volume
 
@@ -145,7 +145,7 @@ s.waitForBoot({
 
        #f1,f2,f3,f4,f5,f6,f7,f8/*,f9,f10,f11,f12*//*,f13,f14,f15,f16,f17,f18,f19,f20,f21,f22,f23,f24*/ =
        /*[432/1.6180339887499/1.6180339887499/1.6180339887499, 432/1.6180339887499, 432*1.6180339887499, 432, 432*1.6180339887499*1.6180339887499 , 432/1.6180339887499/1.6180339887499,432*1.6180339887499*1.6180339887499*1.6180339887499 ]*/
-       [432,432,432,432,432,432,432,432];
+       [432,457.68805676322,484.90360486965,513.73747368118,544.28589355459,576.65081700145,610.94025894518,647.26865721073];
 
        if(([ ~f1,~f2,~f3,~f4,~f5,~f6,~f7,~f8,~f9,~f10,~f11,~f12 ] == [nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil]), {8.do(x = 0; {("f"++(x=x+1)).asSymbol.envirPut([f1,f2,f3,f4,f5,f6,f7,f8].at(x-1))});});