Skip to content

Commit

Permalink
cyclone 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Feb 22, 2024
1 parent 5f4b562 commit 1a27f30
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ This work is free. You can redistribute it and/or modify it under the terms of t

-------

Current Release: Cyclone 0.8-0 (this release needs at least Pd Vanilla 0.54-0)
Current Release: Cyclone 0.8-1 (this release needs at least Pd Vanilla 0.54-0)

Released October 22nd 2023
Released February 21st 2024

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.

-------
### About Cyclone:

Cyclone 0.8-0 needs at least Pd Vanilla 0.54-0.
Cyclone 0.8-1 needs at least Pd Vanilla 0.54-1.

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).

Expand Down
Binary file modified README.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions cyclone_objects/binaries/cyclone_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,9 @@ void print_cyclone(t_cyclone *x){
sys_getversion(&major, &minor, &bugfix);
post("");
post("--------------------------------------------------------------------");
post(":: Cyclone %d.%d-%d; Released February 8th 2024", cyclone_major, cyclone_minor, cyclone_bugfix);
post(":: Cyclone %d.%d-%d; Released February 21st 2024", cyclone_major, cyclone_minor, cyclone_bugfix);
post(":: License: BSD-3-Clause (aka Revised BSD License)");
post(":: Copyright © 2003-2021 - Krzysztof Czaja, Hans-Christoph Steiner,");
post(":: Copyright © 2003-2024 - Krzysztof Czaja, Hans-Christoph Steiner,");
post(":: Fred Jan Kraan, Alexandre Porres, Derek Kwan, Matt Barber\n\:: and others.");
post(":: -----------------------------------------------------------------");
if((major > min_major)
Expand Down
3 changes: 2 additions & 1 deletion documentation/extra_files/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
cyclone 0.8-1 (needs at least Pd Vanilla 0.54-1):
--------------------------------------------------

- [zl] fixed some bugs and now the format where the mode comes after the dot (as in [zl.len]) is allowed.
- [phaseshift~]: Fix div-by-zero and potential blow up
- [zl]: allow creating as zl.modename, fixed some blowing up and creation bugs
- Improved/fixed seeding on random objects: [rand~] and [decide]

--------------------------------------------------
cyclone 0.8-0 (needs at least Pd Vanilla 0.54-0):
Expand Down
4 changes: 2 additions & 2 deletions documentation/extra_files/cyclone-meta.pd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#N canvas 658 81 403 247 10;
#N canvas 579 126 403 247 10;
#X text 26 50 LIBRARY: cyclone, f 60;
#X text 26 101 LICENSE: SIBSD, f 60;
#X text 26 210 WEBSITE: https://github.com/porres/pd-cyclone, f 60;
Expand All @@ -9,4 +9,4 @@
#X text 26 165 CURRENT DEVELOPERS (since february 2016): Alexandre Torres Porres \, Derek Kwan and Matt Barber, f 60;
#X text 26 135 FOLLOWING DEVELOPERS: Hans-Christoph Steiner (2005-2013) and Fred Jan Kraan (dec/2014 - feb/2016);
#X text 26 66 VERSION: 0.8-1, f 60;
#X text 26 84 RELEASE_DATE: Released February 8th 2024, f 60;
#X text 26 84 RELEASE_DATE: Released February 21st 2024, f 60;

0 comments on commit 1a27f30

Please sign in to comment.