OSDN Git Service

Add files via upload
[timewavesynth/Timewave_Synthesizer.git] / timewavesynth12osx.scd
index 3658bc0..de0a0e8 100644 (file)
@@ -34,7 +34,7 @@ s.waitForBoot({
        fp1h,fp2h,fp3h,fp4h,fp5h,fp6h,fp7h,fp8h,fp9h,fp10h,fp11h,fp12h;
 
 
-       //VARIABLES YOU MAY WISH TO CHANGE
+       //note A tuning frequency in hz
 
 
        // A tuning frequency in hz
@@ -429,7 +429,9 @@ s.waitForBoot({
        view.clearOnRefresh = false;
        view.background = Color.black;
 
-       /*~b1 = Window.screenBounds.width/(12*4) /*25.462962962963*/; ~btu = 31; ~btd = 340; ~bw = 0.5; ~bh = 70; ~bcolor = Color.grey;
+       //vertical grid (inactive)
+
+       /*~b1 = Window.screenBounds.width/(12*4) /*25.462962962963*/; ~btu = 31; ~btd = 375; ~bw = 0.5; ~bh = 120; ~bcolor = Color.grey;
        CompositeView(w, Rect(~b1, ~btu, ~bw, ~bh)).background = ~bcolor;
        CompositeView(w, Rect(~b1, ~btd, ~bw, ~bh)).background = ~bcolor;
        54.do({CompositeView(w, Rect(~b1 = ~b1+(Window.screenBounds.width/(12*4)), ~btu, ~bw, ~bh)).background = ~bcolor;});
@@ -444,6 +446,8 @@ s.waitForBoot({
 
        ~dc1 = ~tgrid-5; ~dc2 = ~bgrid-5; ~dca = 10;
 
+       //horizontal grid
+
        13.do(x=~tgrid-10; {CompositeView(w, Rect(1, x=x+10, Window.screenBounds.width, 0.5)).background = Color.new255(51, 51, 51)});
        13.do(x=~bgrid-10; {CompositeView(w, Rect(1, x=x+10, Window.screenBounds.width, 0.5)).background = Color.new255(51, 51, 51)});
 
@@ -783,7 +787,7 @@ s.waitForBoot({
                                #vol1,vol2,vol3,vol4,vol5,vol6,vol7,vol8,vol9,vol10,vol11,vol12 = [~vol1,~vol2,~vol3,~vol4,~vol5,~vol6,~vol7,~vol8,~vol9,~vol10,~vol11,~vol12];
                                ~slidedo.do({~slidecount=~slidecount-1;
                                        (
-                                               [ ~f1=~f1+g,~f2=~f2+h,~f3=~f3+i,~f4=~f4+j,~f5=~f5+k,~f6=~f6+l,~f7=~f7+m,~f8=~f8+n ];
+                                               [ ~f1=~f1+g,~f2=~f2+h,~f3=~f3+i,~f4=~f4+j,~f5=~f5+k,~f6=~f6+l,~f7=~f7+m,~f8=~f8+n,~f9=~f9+o,~f10=~f10+p,~f11=~f11+q,~f12=~f12+r ];
                                                ~l1a1.set(\dur, ~f1,     \vol, vol1, \tune, tune);  ~l1b1.set(\dur, ~f1,  \vol, vol1, \tune, tune);
                                                ~l1c1.set(\dur, ~f1/~icd3,       \vol, vol1, \tune, tune);  ~l1d1.set(\dur, ~f1/~icd3,  \vol, vol1, \tune, tune);
                                                ~l1e1.set(\dur, ~f1/~icd6,       \vol, vol1, \tune, tune);  ~l1f1.set(\dur, ~f1/~icd6,  \vol, vol1, \tune, tune);
@@ -5420,7 +5424,7 @@ s.waitForBoot({
 
        w.front; w.fullScreen;
 
-       //Developed by: Kenneth Donald Brant
+       //Developed by Ken Brant (ken_brant@ymail.com)
 
 }.value);
 );