You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outdated versions of cyclone (0.1) are available in the long abandoned Pd-extended distribution (which no one should be using now in the 2020's) as well as in Pd-l2ork and Purr Data - both originally based on Pd-Extended but ported to nw.js (0.1 versions of cyclone here were not fully ported to nw.js at the time of this writing). If you want an up to date version of Cyclone, use Pd Vanilla or PlugData.
32
+
Outdated versions of cyclone (0.1) are available in the long abandoned Pd-extended distribution (which no one should be using now in the 2020's) as well as in Pd-l2ork and Purr Data (both originally based on Pd-Extended but ported to nw.js). If you want an up to date version of Cyclone, use Pd Vanilla or PlugData.
33
33
34
34
Do you know about PlugData? Cyclone is also part of PlugData by Timothy Schoen, which is a fork of Pd that loads as a standalone or VST with a revamped GUI. See: <https://github.com/timothyschoen/PlugData>
Copy file name to clipboardExpand all lines: documentation/extra_files/All_about_cyclone.pd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,6 @@
117
117
#X obj 358 845 cyclone/bitsafe~;
118
118
#X obj 358 870 cyclone/bitshift~;
119
119
#X obj 358 895 cyclone/bitxor~;
120
-
#X obj 358 921 cyclone/buffer~;
121
120
#X obj 358 944 cyclone/buffir~;
122
121
#X obj 155 867 cyclone/capture;
123
122
#X obj 155 892 cyclone/cartopol;
@@ -307,8 +306,9 @@
307
306
#X obj 377 198 open-else;
308
307
#X text 427 175 click;
309
308
#X msg 377 176 scope~;
310
-
#X connect 242 0 238 0;
311
-
#X connect 246 0 244 0;
309
+
#X obj 358 921 cyclone/buffer~ x @size 0;
310
+
#X connect 241 0 237 0;
311
+
#X connect 245 0 243 0;
312
312
#X restore 101 328 pd All_cyclone_Objects;
313
313
#X text 65 39 - Cyclone is a set of Pure Data objects cloned from Max/MSP \, see https://github.com/porres/pd-cyclone, f 73;
314
314
#X text 58 220 Here you find all objects available in Cyclone. You can turn the DSP on to check how much CPU load you have with all objects on and just test if they all work. The total number of objects in cyclone is 194 counting the cyclone bynary and six deprecated objects (so it's more like 187)., f 74;
0 commit comments