CreamLibrary
CreamLibrary copied to clipboard
A set of PD externals for those who like vanilla... but also want some chocolate, coffee or caramel.
Pure Data can not load Cream, the compilation seems to go smoothly, even with some object deprecated. Did anyone managed to compile and run this on Linux x64 with Pd...
Hi ! Here is a working version of CreamLibrary that works with my fork of CicmWrapper (see .gitmodules). I'll also send you a PR for CicmWrapper I just compile and...
hey ! I successfully build https://github.com/CICM/CreamLibrary/tree/camo-dev with the long-awaited `c.wavesel` object on Linux (Ubuntu 16.10 with pd https://github.com/pure-data/pure-data/commit/3e1a3f2e4b83c224fc988239d8af272e3e27bd87) But I can't find it's help file. Do you have one you...
RPi2 pd-vanilla 0.47-1 tried ./pd/extra/Cream/Cream.l_arm and succeeded ./pd/extra/Cream/Cream.l_arm: ./pd/extra/Cream/Cream.l_arm: undefined symbol setup_c0x2etoggle Cream: can't load library
Hi, trying to compile the library on Ubuntu 14.04 64bit against pd 0.46/7 I get this errors: make[2]: Leaving directory `/home/husk/src/puredata/CreamLibrary/Package/Cream' make[1]: Leaving directory`/home/husk/src/puredata/CreamLibrary/Package/Cream' make[1]: Entering directory `/home/husk/src/puredata/CreamLibrary' /bin/bash ./libtool...
ThirdParty/CicmWrapper/Sources/eclass.h is missing a line for the macro "CLASS_ATTR_FONT" starting at line 313. After the #else clause the line ``` #define CLASS_ATTR_FONT(c,name,flags,struct,member) ``` should be added. This fixes compilation for...
I'm on 74c3820c3bdc8470f0dc2b6ab331342a282151ac Here is the log : https://gist.github.com/avilleret/4fb4e9d545802f3db962
Hi, There's a memory leak on Linux with the preset object when you click a lot on it. I think you should change the method that looks for the objects...