aboutsummaryrefslogtreecommitdiff
path: root/src/0x3d0x3d0x7e.c
AgeCommit message (Collapse)Author
2015-08-28one-true indentationIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=17537
2013-06-03declare unused parameters as suchIOhannes m zmölnig
rather than doing a dummy-usage svn path=/trunk/externals/zexy/; revision=17144
2012-12-23add generic setup() to hexloaded objectsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=16753
2012-12-19fixing unicode charactersIOhannes m zmölnig
now that Pd iuses UTF8, we can finally have hearts... svn path=/trunk/externals/zexy/; revision=16706
2011-10-03replaced &s_ with gensym()IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15490
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15327
2010-01-19SIMD code hopefully now also works on 64bitIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=13045
2008-06-09fixed help-message for scalar-versions of objectsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=9978
2008-01-03use t_float/t_sample instead of "float" and where appropriateIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=9111
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are ↵IOhannes m zmölnig
now to be found in the ./reference/ folder and are named <path>-help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
2006-05-19rudimentary help-messages on receiving "help"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5091
2006-04-05use unused variablesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4815
2006-01-25removed the z_..._setup() functionIOhannes m zmölnig
made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494
2006-01-25made perform-routines "static"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4489
2006-01-23cleaned up code so we get hardly any warnings when compiling with "-Wall"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4473
2006-01-20split z_sigbin.c into separate files and adapted to the hexnameloader of the ↵IOhannes m zmölnig
upcoming pd-0.40; changed the "dot.c" into "0x2e.c" (conforms to the hexnameloader) so now each object is in a separate c-file which reflects the object's name in a generic way svn path=/trunk/externals/zexy/; revision=4452