Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Oct 21, 2023
1 parent 0879b77 commit 2fb3102
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 133 deletions.
76 changes: 0 additions & 76 deletions cyclone_objects/abstractions/setdsp~.pd

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/extra_files/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cyclone 0.8-0 (needs at least Pd Vanilla 0.54-0):

- [number~]: made it deprecated and removed from the other help files

- Revised the help files also to include the [output~] abstraction available in Pd Vanilla 0.54-0, which can take a mono input and send it to a stereo output (solely for this reason, it's best you have Pd Vanilla 0.54-0 installed for this release).
- Revised the help files also to include the [output~] abstraction available in Pd Vanilla 0.54-0, which can take a mono input and send it to a stereo output (solely for this reason, it's best you have Pd Vanilla 0.54-0 installed for this release). For this reason the [out~] abstraction from ELSE is not being borrowed anymore.

- made [minimum~] and [maximum~] deprecated, as they're basically the same as Vanilla's [min~] and [max~], with the advantage that vanilla's [min~]/[max~] can take multichannel signals as of Pd 0.54-0.

Expand Down
50 changes: 50 additions & 0 deletions documentation/extra_files/dsponoff~.pd
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
#N canvas 459 163 489 353 10;
#X obj 51 101 tgl 42 0 \$0-tgl-s \$0-tgl-r empty 1 8 1 9 #4a4f51 #cde5c3 #fcfcfc 0 1;
#N canvas 121 446 450 300 (subpatch) 0;
#X obj 101 101 cnv 25 40 25 empty \$0-cnv DSP 3 13 0 20 #4a4f51 #cde5c3 0;
#X coords 0 -1 1 1 42 27 1 100 100;
#X restore 51 144 pd;
#X obj 51 102 cnv 1 6 1 empty empty empty 20 12 0 14 #000000 #404040 0;
#X obj 51 169 cnv 1 6 1 empty empty empty 20 12 0 14 #000000 #404040 0;
#X obj 44 203 r \$0-tgl-s;
#X msg 44 235 \; pd dsp \$1;
#X msg 221 172 0;
#X msg 191 173 1;
#N canvas 313 129 304 335 set_color 0;
#X obj 47 30 inlet;
#X obj 76 176 s \$0-cnv;
#X obj 47 83 select 0 1;
#X obj 46 291 s \$0-tgl-r;
#X obj 70 57 r \$0-tgl-s;
#X msg 46 211 color #DCDCDC #7C7C7C 0;
#X msg 76 114 color #4A4F51 0 #CDE5C3;
#X obj 145 172 s \$0-tgl-r;
#X msg 97 139 color #4A4F51 #CDE5C3 0;
#X obj 88 262 s \$0-cnv;
#X msg 87 238 color #DCDCDC 0 #7C7C7C;
#X connect 0 0 2 0;
#X connect 2 0 5 0;
#X connect 2 1 6 0;
#X connect 4 0 2 0;
#X connect 5 0 3 0;
#X connect 5 0 10 0;
#X connect 6 0 1 0;
#X connect 6 0 8 0;
#X connect 8 0 7 0;
#X connect 10 0 9 0;
#X restore 202 233 pd set_color;
#X obj 191 282 s \$0-tgl-r;
#X msg 191 258 set \$1;
#X obj 191 206 change -1;
#X obj 221 134 r pd-dsp-stopped;
#X obj 220 106 r pd-dsp-started;
#X text 150 54 A helper abstraction to set DSP on and off \, based on ELSE's [setdsp~] object., f 43;
#X connect 4 0 5 0;
#X connect 6 0 11 0;
#X connect 7 0 11 0;
#X connect 10 0 9 0;
#X connect 11 0 8 0;
#X connect 11 0 10 0;
#X connect 12 0 6 0;
#X connect 13 0 7 0;
#X coords 0 -1 1 1 44 72 2 50 100;
13 changes: 13 additions & 0 deletions documentation/extra_files/header.pd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#N canvas 489 48 637 303 10;
#X obj 1 1 cnv 15 545 42 empty \$0-header empty 12 17 0 33 #e0e0e0 #000000 0;
#X obj 296 1 cnv 15 250 42 empty empty Cyclone 70 13 0 18 #7c7c7c #e0e4dc 0;
#X obj 309 33 cnv 5 5 5 empty empty Objects\ cloned\ from\ MAX/MSP 10 0 0 13 #7c7c7c #e0e4dc 0;
#X msg 340 186 label \$1;
#X obj 340 162 symbol \$1;
#X obj 340 134 loadbang;
#X obj 340 207 s \$0-header;
#X text 196 160 This is a helper abstraction for the heder in the docs., f 20;
#X connect 3 0 6 0;
#X connect 4 0 3 0;
#X connect 5 0 4 0;
#X coords 0 -1 1 1 547 44 2 0 0;
42 changes: 0 additions & 42 deletions documentation/extra_files/setdsp~-help.pd

This file was deleted.

14 changes: 0 additions & 14 deletions documentation/help_files/header.pd

This file was deleted.

0 comments on commit 2fb3102

Please sign in to comment.