Skip to content

Commit 5102d2b

Browse files
committed
CHANGELOG and Readme
1 parent 956f58c commit 5102d2b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Find Cyclone's latest releases at: https://github.com/porres/pd-cyclone/releases
2929
-------
3030
### About Cyclone:
3131

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 (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.
3333

3434
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>
3535

documentation/README.pdf

-118 Bytes
Binary file not shown.

documentation/extra_files/All_about_cyclone.pd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
#X obj 358 845 cyclone/bitsafe~;
118118
#X obj 358 870 cyclone/bitshift~;
119119
#X obj 358 895 cyclone/bitxor~;
120-
#X obj 358 921 cyclone/buffer~;
121120
#X obj 358 944 cyclone/buffir~;
122121
#X obj 155 867 cyclone/capture;
123122
#X obj 155 892 cyclone/cartopol;
@@ -307,8 +306,9 @@
307306
#X obj 377 198 open-else;
308307
#X text 427 175 click;
309308
#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;
312312
#X restore 101 328 pd All_cyclone_Objects;
313313
#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;
314314
#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;

documentation/extra_files/CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cyclone 0.9-3 (needs at least Pd Vanilla 0.55-0):
77
--------------------------------------------------
88

99
- Fixed bug in [unmerge] where it wouldn't deal well with mixed floats and symbols in a list
10+
- Fixed crash and resize bug in [zl.group]/[zl.stream]
1011

1112
--------------------------------------------------
1213
cyclone 0.9-2 (needs at least Pd Vanilla 0.55-0):

0 commit comments

Comments
 (0)