Skip to content

Commit 6eee98f

Browse files
committed
readme
1 parent 72b9251 commit 6eee98f

File tree

6 files changed

+34
-13
lines changed

6 files changed

+34
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This work is free. You can redistribute it and/or modify it under the terms of t
2020

2121
-------
2222

23-
Current Release: Cyclone 0.9-2 (this release needs at least Pd Vanilla 0.55-0)
23+
Current Release: Cyclone 0.9-3 (this release needs at least Pd Vanilla 0.55-0)
2424

25-
Released March 14th 2025
25+
Released May 16th 2025
2626

2727
Find Cyclone's latest releases at: https://github.com/porres/pd-cyclone/releases or directly via Pd's external manager (Help => Find Externals). Please report bugs at https://github.com/porres/pd-cyclone/issues.
2828

cyclone_objects/binaries/cyclone_lib.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,14 +634,14 @@ static int min_bugfix = 0;
634634

635635
static int cyclone_major = 0;
636636
static int cyclone_minor = 9;
637-
static int cyclone_bugfix = 2;
637+
static int cyclone_bugfix = 3;
638638

639639
void print_cyclone(t_cyclone *x){
640640
int major = 0, minor = 0, bugfix = 0;
641641
sys_getversion(&major, &minor, &bugfix);
642642
post("");
643643
post("--------------------------------------------------------------------");
644-
post(":: Cyclone %d.%d-%d; Released March 14th 2025", cyclone_major, cyclone_minor, cyclone_bugfix);
644+
post(":: Cyclone %d.%d-%d; Released May 16th 2025", cyclone_major, cyclone_minor, cyclone_bugfix);
645645
post(":: License: BSD-3-Clause (aka Revised BSD License)");
646646
post(":: Copyright © 2003-2025 - Krzysztof Czaja, Hans-Christoph Steiner,");
647647
post(":: Fred Jan Kraan, Alexandre Porres, Derek Kwan, Matt Barber\n\:: and others.");

documentation/README.pdf

111 KB
Binary file not shown.

documentation/extra_files/CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
| Under the maintenance of Porres, Kwan and Barber:
33
---------------------------------------------------
44

5+
--------------------------------------------------
6+
cyclone 0.9-3 (needs at least Pd Vanilla 0.55-0):
7+
--------------------------------------------------
8+
9+
- Fixed bug in [unmerge] where it wouldn't deal well with mixed floats and symbols in a list
10+
511
--------------------------------------------------
612
cyclone 0.9-2 (needs at least Pd Vanilla 0.55-0):
713
--------------------------------------------------
Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
1-
#N canvas 439 57 533 539 12;
1+
#N canvas 359 76 515 661 12;
22
#X text 169 240 <-- check its help file;
3-
#X obj 94 34 cnv 15 250 42 empty empty Cyclone 70 13 0 18 #7c7c7c #e0e4dc 0;
4-
#X obj 107 66 cnv 5 5 5 empty empty Objects\ cloned\ from\ MAX/MSP 10 0 0 13 #7c7c7c #e0e4dc 0;
3+
#X obj 114 34 cnv 15 250 42 empty empty Cyclone 70 13 0 18 #7c7c7c #e0e4dc 0;
4+
#X obj 127 66 cnv 5 5 5 empty empty Objects\ cloned\ from\ MAX/MSP 10 0 0 13 #7c7c7c #e0e4dc 0;
55
#X obj 108 239 cyclone;
6-
#X obj 204 299 All_about_cyclone;
7-
#X text 121 299 see also:;
86
#X text 45 107 Hey \, you downloaded the 'cylone' library from 'deken' \, nice! This library comes with separate binaries and a sub library. You need to add its path to your search paths and you should also load the 'cyclone' binary as a library \, which will give you some information on the terminal and install a subset of non-alphanumeric objects. You can also do this by creating the [cyclone] external as below., f 58;
9-
#X text 68 349 To use the browser plugin \, right click on an empty space on the patch canvas and check entry menus for 'cyclone' \, which will allow you to choose and add the desired object in the spot you right clicked on., f 52;
10-
#X text 55 436 Note: - If you already had an earlier version of Cyclone installed when you downloaded this version \, you have to restart Pure Data for some changes to take effect!!!;
7+
#X text 72 459 To use the browser plugin \, right click on an empty space on the patch canvas and check entry menus for 'cyclone' \, which will allow you to choose and add the desired object in the spot you right clicked on., f 52;
8+
#X text 59 546 Note: - If you already had an earlier version of Cyclone installed when you downloaded this version \, you have to restart Pure Data for some changes to take effect!!!;
9+
#N canvas 702 199 325 281 All_about_cyclone 0;
10+
#X obj 80 149 file which;
11+
#X obj 80 186 file splitname;
12+
#X msg 80 215 \; pd open \$2 \$1;
13+
#X msg 80 109 symbol All_about_cyclone.pd;
14+
#X obj 80 74 bng 19 250 50 0 empty empty empty 0 -10 0 12 #fcfcfc #000000 #000000;
15+
#X obj 80 20 loadbang;
16+
#X obj 80 44 delay 1000;
17+
#X connect 0 0 1 0;
18+
#X connect 1 0 2 0;
19+
#X connect 3 0 0 0;
20+
#X connect 4 0 3 0;
21+
#X connect 5 0 6 0;
22+
#X connect 6 0 4 0;
23+
#X restore 174 396 pd All_about_cyclone;
24+
#X obj 92 276 cnv 19 275 100 empty empty empty 20 12 0 12 #ffc7c6 #404040 0;
25+
#X text 100 280 MAC users \, hold on as Pd is freezing while it takes a good amount of time to open "All_about_cyclone" \, which loads ALL objects from Cyclone. This is a one time thing and the externals will load fast afterwards., f 37;

documentation/extra_files/cyclone-meta.pd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
#X text 27 212 HELP_PATCHES_AUTHOR: Alexandre Torres Porres, f 60;
99
#X text 27 142 FOLLOWING DEVELOPERS: Hans-Christoph Steiner (2005-2013) and Fred Jan Kraan (dec/2014 - feb/2016);
1010
#X text 27 172 CURRENT DEVELOPERS (since february 2016): Alexandre Torres Porres \, Derek Kwan and Matt Barber (Actually \, since about 2020 \, virtually just Porres)., f 60;
11-
#X text 27 91 RELEASE_DATE: Released August 20th 2024, f 60;
12-
#X text 27 73 VERSION: 0.9-2, f 60;
11+
#X text 27 91 RELEASE_DATE: Released May 16th 2025, f 60;
12+
#X text 27 73 VERSION: 0.9-3, f 60;

0 commit comments

Comments
 (0)