OSDN Git Service

Update timewavesynth12osx.scd
authorKen Brant <ken_brant@ymail.com>
Wed, 24 May 2017 11:11:04 +0000 (07:11 -0400)
committerGitHub <noreply@github.com>
Wed, 24 May 2017 11:11:04 +0000 (07:11 -0400)
timewavesynth12osx.scd

index 3658bc0..321b2a9 100644 (file)
@@ -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)});