-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Welcome to the pd-cyclone wiki!
Currently this is being used as a friendly changelog, but some other cool info may be added here eventually.
#changelog:
About the update
-
In this update we are still working on, the main focus is on creating new objects and updating outdated objects. Updating objects means including new functionalities present in the current version of Max (currently Max 7). So new and updated objects are according to Max 7.
-
We are also completely rewriting the documentation and doing an scrutinous bug hunting.
Find below a list of things that have already changed:
1 Bug Fix:
- [train~]: now it gives us a click when width == 0 as it should.
7 Updated (now compatible to Max 7) and also eventually fixed objects:
- [pong~]: (considered related to Max 5), plus some bug fixes.
- [scope~]: (considered related to Max 4) plus some bug fixes (but has some known bugs yet to be fixed).
- [bitxor~]: (considered related to Max 5)
- [curve~]: (considered related to Max 4)
- [deltaclip~]: (considered related to Max 4)
- [trapezoid~]: (considered related to Max 5)
- [triangle~]: (considered related to Max 5)
12 New objects (compatible to Max 7)
- [acosh]
- [asinh]
- [atanh]
- [atodb]
- [atodb~]
- [dbtoa]
- [dbtoa~]
- [loadmess]
- [pong]: (introduced in Max 6)
- [round]
- [round~]
- [trunc~]
12 New individual objects that are alphanumerical version of existing "nettles" objects
- [equals~]: (alphanumerical version of the nettles object [==~])
- [greaterthan~]: (alphanumerical version of the nettles object [>~])
- [greaterthaneq~]: (alphanumerical version of the nettles object [>=~])
- [lessthan~]: (alphanumerical version of the nettles object [<~])
- [lessthaneq~]: (alphanumerical version of the nettles object [<=~])
- [modulo~]: (alphanumerical version of the nettles object [%~])
- [notequals~]: (alphanumerical version of the nettles object [!=~])
- [plusequals~]: (alphanumerical version of the nettles object [+=~])
- [rdiv~]: (alphanumerical version of the nettles object [!/~])
- [rminus~]: (alphanumerical version of the nettles object [!-~])
- [rdiv]: (alphanumerical version of the nettles object [!/])
- [rminus]: (alphanumerical version of the nettles object [!-])
12 new Nettles abstractions: Abstractions to be loaded instead of the 12 nettles objects if the library is not declared - also included help files for each of them and new help files for the nettles library too. The abstractions are just the objects with the library declared internally. In the To Do list: - load these objects without the need to declare/outside nettles (and get rid of nettles.c)!
3 new abstractions (to hopefully become compiled objects soon):
- [thresh~]
- [downsamp~]
- [degrade~]
New redesigned [output~] abstraction
==========================================
In progress: new [scale] object;
To do;
- test classic mode.