Hello all,
I am trying to load the cyclone library into Pure Data vanilla. Problem occures when trying to figure out what file to use. Is this something that needs to be compiled? All I can find are C/Make files.
-
Building Cyclone?
-
Hello,
If you want to use Cyclone with vanilla Pd, you do not need to compile, you can just copy the cyclone directory from the 'extra' directory of a Pd-extended binary distribution into vanilla's 'extra' directory. To instantiate objects, type the library name before the class name, like [cyclone/delay~]. You could also set a path in preferences.
Katja
-
Hey thanks a bunch! That was a lot easier than I expected. My only question is, what happened to the signal comparison sub library? I noticed it isn't even included in extended 0.42.5.
-
Ah, looks like I can still compare signals using the expr~ object. Thanks again!