Skip to content

Cyclone 0.4

Compare
Choose a tag to compare
@porres porres released this 15 Sep 19:13
· 603 commits to master since this release

cyclone 0.4 needs at least Pd Vanilla 0.50-2!

Changes:

  • Thanks to the new [pdcontrol] object from 0.50.0, buffer~ can now load files relative to its owner patch.

  • To conform with the latest Max versions that do not allow capital letters in object names anymore, the alias for capital letters have been removed. The last version of cyclone still included capital letters for backwards compatibility but with a note that this was being phased out. So if you still have capital letters, you should change to lower case. The affected objects and how they must be instantiated now are: cyclone/append *; bucket; cyclone/clip *; decode; histo; mousestate; peak; cyclone/table *; togedge; trough; uzi; cyclone/clip~ *; cyclone/line~ *; scope~; cyclone/snapshot~ *

    • (*) these classes need the 'cyclone/' prefix to avoid name clashes with vanilla internals - see help file for more information.
  • Made some improvements in cyclone/comment's update and other couple of fixes to unjoin/mousestate.

Find more details about the fixes in the changelog at: https://github.com/porres/pd-cyclone/blob/cyclone0.4/documentation/extra_files/CHANGELOG.txt

Cyclone 0.3 was the major overhaul of cyclone, where it was upgraded to the latest Max 7 version. Max 8 was released recently and there are already a few updates that could be ported to cyclone, and they might be included in a future Cyclone release.

See also our wiki: https://github.com/porres/pd-cyclone/wiki

Please file bug reports in here: https://github.com/porres/pd-cyclone/issues