-
Notifications
You must be signed in to change notification settings - Fork 25
How To Install
Installing "Cyclone 0.3 beta-2":
Cyclone 0.3 beta-2 does not work in Pd Extended or Purr Data. To install it on Pd-Vanilla, you can compile from the source for the current bleeding edge last state, download one of the compiled releases from https://github.com/porres/pd-cyclone/releases or simply use the "find externals" option in the Help menu of Pd vanilla (this is Pd's own external download manager, also known as the 'deken' plug-in).
You can install cyclone by including its path, for exemple in "Preferences => Path". You also need install the cyclone's single binary pack (named 'cyclone') via startup (Preferences => Startup) - This is a sub library containing the operators objects. These are: !- , !-~ , !/ , !/~ , !=~ , %~ , +=~ , <=~ , <~ , ==~ , >=~ and >~
You can also use the [declare] to load the sub library (as in [declare -lib cyclone]), given that cyclone's path is also loaded (via "Preferences => Path" or the [declare] object as well). Check [declare]'s help file for more info on loading libraries with it.
Note that you also need to include the folder where Cyclone is to the Pd's Paths, but this is what people normally do anyway.