-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I can't make up my mind.. dang
- Loading branch information
Showing
2 changed files
with
21 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,14 @@ | ||
#N canvas 576 146 645 343 10; | ||
#X text 289 25 gate for signals; | ||
#X floatatom 308 55 5 0 1 1 range0-1 - -; | ||
#X obj 236 54 osc~ 440; | ||
#X obj 177 53 osc~ 220; | ||
#X floatatom 328 52 5 0 1 1 range0-1 - -; | ||
#X obj 203 49 osc~ 220; | ||
#X obj 182 113 outputc~; | ||
#X obj 207 78 xfade~ 1; | ||
#N canvas 0 23 450 300 oldxfade~ 0; | ||
#X obj 87 36 inlet~; | ||
#X obj 276 160 *~; | ||
#X obj 268 116 1-0switch~; | ||
#X obj 153 169 *~; | ||
#X obj 254 37 inlet~; | ||
#X obj 155 205 outlet~; | ||
#X obj 277 198 outlet~; | ||
#X connect 0 0 1 0; | ||
#X obj 302 82 smoother~; | ||
#X obj 193 78 xfade~; | ||
#X text 98 259 I keep changing this object's function for some reason | ||
; | ||
#X text 138 211 crossfades between 2 outlets; | ||
#X connect 0 0 3 0; | ||
#X connect 1 0 6 0; | ||
#X connect 2 0 1 1; | ||
#X connect 3 0 5 0; | ||
#X connect 1 0 4 0; | ||
#X connect 3 0 4 1; | ||
#X connect 4 0 2 0; | ||
#X connect 4 0 3 1; | ||
#X restore 463 256 pd oldxfade~; | ||
#X text 98 259 note: behavior changed from old xfade \, which sent | ||
levels of a signal to 2 different outputs!!:; | ||
#X text 138 211 crossfades between 2 signals w/ 50 ms line~; | ||
#X connect 1 0 5 2; | ||
#X connect 2 0 5 1; | ||
#X connect 3 0 5 0; | ||
#X connect 5 0 4 0; | ||
#X connect 5 0 4 1; | ||
#X connect 4 1 2 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,15 @@ | ||
#N canvas 144 104 450 300 10; | ||
#X obj 87 36 inlet~; | ||
#X obj 276 160 *~; | ||
#X obj 268 116 1-0switch~; | ||
#X obj 153 169 *~; | ||
#X obj 254 37 inlet~; | ||
#X obj 155 205 outlet~; | ||
#X obj 175 97 1-0switch; | ||
#X obj 341 58 inlet; | ||
#X obj 322 19 loadbang; | ||
#X obj 294 58 f \$1; | ||
#X obj 171 137 line~; | ||
#X obj 153 169 *~; | ||
#X obj 268 125 line~; | ||
#X obj 240 146 *~; | ||
#X obj 283 83 clip 0 1; | ||
#X obj 281 106 pack f 50; | ||
#X obj 175 118 pack f 50; | ||
#X connect 0 0 8 0; | ||
#X connect 1 0 10 0; | ||
#X connect 3 0 13 0; | ||
#X connect 4 0 11 0; | ||
#X connect 5 0 6 0; | ||
#X connect 6 0 11 0; | ||
#X connect 7 0 8 1; | ||
#X connect 8 0 2 0; | ||
#X connect 9 0 10 1; | ||
#X connect 10 0 2 0; | ||
#X connect 11 0 3 0; | ||
#X connect 11 0 12 0; | ||
#X connect 12 0 9 0; | ||
#X connect 13 0 7 0; | ||
#X obj 277 198 outlet~; | ||
#X connect 0 0 1 0; | ||
#X connect 0 0 3 0; | ||
#X connect 1 0 6 0; | ||
#X connect 2 0 1 1; | ||
#X connect 3 0 5 0; | ||
#X connect 4 0 2 0; | ||
#X connect 4 0 3 1; |