-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some more fixes to ramp and sampling objects. Added help files.
- Loading branch information
Showing
6 changed files
with
157 additions
and
91 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,11 +1,45 @@ | ||
#N canvas 52 77 267 270 10; | ||
#X obj 69 105 t b a; | ||
#X obj 69 218 print~; | ||
#N canvas 600 327 416 332 10; | ||
#X msg 69 42 up 10 0 \, down 10 30; | ||
#X msg 85 69 up 10 0 \, down 10 1; | ||
#X obj 97 153 upp.ramp_up_down~; | ||
#X connect 0 0 1 0; | ||
#X connect 0 1 4 0; | ||
#X connect 2 0 0 0; | ||
#X connect 3 0 0 0; | ||
#X obj 180 243 upp.ramp_up_down~; | ||
#X msg 69 246 2; | ||
#N canvas 0 22 239 213 print_dsp_blocks 0; | ||
#X obj 143 168 print~; | ||
#X obj 36 105 spigot; | ||
#X obj 105 105 - 1; | ||
#X obj 36 127 t a b; | ||
#X obj 36 80 t a a; | ||
#X obj 39 20 bang~; | ||
#X obj 37 59 f; | ||
#X obj 94 20 inlet; | ||
#X obj 145 20 inlet~; | ||
#X obj 94 42 t f b; | ||
#X connect 1 0 3 0; | ||
#X connect 2 0 6 1; | ||
#X connect 3 0 2 0; | ||
#X connect 3 1 0 0; | ||
#X connect 4 0 1 0; | ||
#X connect 4 1 1 1; | ||
#X connect 5 0 6 0; | ||
#X connect 6 0 4 0; | ||
#X connect 7 0 9 0; | ||
#X connect 8 0 0 0; | ||
#X connect 9 0 6 1; | ||
#X restore 69 272 pd print_dsp_blocks; | ||
#X obj 70 180 t b a b; | ||
#X msg 99 97 up 40 10 \, down 40 50; | ||
#X text 232 99 across blocks; | ||
#X text 202 41 inside block; | ||
#X msg 85 69 up 10 10 \, down 10 15; | ||
#X text 225 68 with delay; | ||
#X msg 111 121 up 0 10 \, down 0 20; | ||
#X text 238 120 no fade; | ||
#X msg 122 145 up 100 10 \, down 0 120; | ||
#X connect 0 0 4 0; | ||
#X connect 1 0 3 1; | ||
#X connect 2 0 3 0; | ||
#X connect 4 0 2 0; | ||
#X connect 4 1 1 0; | ||
#X connect 5 0 4 0; | ||
#X connect 8 0 4 0; | ||
#X connect 10 0 4 0; | ||
#X connect 12 0 4 0; |
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#N canvas 396 401 439 263 10; | ||
#X obj 47 210 print~; | ||
#X obj 47 42 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 | ||
-1; | ||
#X obj 47 77 t b b; | ||
#X obj 74 110 upp.endless_ramp_up~; | ||
#X obj 74 163 upp.tabread2~ \$0-table; | ||
#X obj 273 153 array set \$0-table; | ||
#X msg 272 123 1 2 0; | ||
#X obj 273 49 table \$0-table 3; | ||
#X obj 74 135 /~ 10; | ||
#X obj 272 98 loadbang; | ||
#X connect 1 0 2 0; | ||
#X connect 2 0 0 0; | ||
#X connect 2 1 3 0; | ||
#X connect 3 0 8 0; | ||
#X connect 4 0 0 0; | ||
#X connect 6 0 5 0; | ||
#X connect 8 0 4 0; | ||
#X connect 9 0 6 0; |
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#N canvas 301 52 429 270 10; | ||
#X obj 47 210 print~; | ||
#X obj 47 42 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 | ||
-1; | ||
#X obj 47 77 t b b; | ||
#X obj 74 110 upp.endless_ramp_up~; | ||
#X obj 273 153 array set \$0-table; | ||
#X obj 74 135 /~ 10; | ||
#X obj 272 98 loadbang; | ||
#X obj 74 163 upp.tabread4~ \$0-table; | ||
#X msg 272 123 1 2 0 1 3 0; | ||
#X obj 273 49 table \$0-table 6; | ||
#X connect 1 0 2 0; | ||
#X connect 2 0 0 0; | ||
#X connect 2 1 3 0; | ||
#X connect 3 0 5 0; | ||
#X connect 5 0 7 0; | ||
#X connect 6 0 8 0; | ||
#X connect 7 0 0 0; | ||
#X connect 8 0 4 0; |
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