aboutsummaryrefslogtreecommitdiff
path: root/src/z~.c
AgeCommit message (Collapse)Author
2015-08-28one-true indentationIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=17537
2015-02-08make [z~ 0] delay by 0 samplesIOhannes m zmölnig
but keep the behaviour of [z~] to delay by 1 sample svn path=/trunk/externals/zexy/; revision=17424
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-27fixed minor issuesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15365
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15327
2007-10-30replaced gensym("float") by &s_floatIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8908
2007-10-30use t_float and t_sample when possibleIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8907
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-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
2005-11-19added 2nd inlet, so people recognize that the delay is settable on the fly ↵IOhannes m zmölnig
(it has been so since the beginning, but people consider floats and signals to be the same so they believe that sending a number to the 1st inlet does not set the delay); this change is fully backwards compatible (sending a number to the 2nd inlet is the same as sending it to the 1st inlet) svn path=/trunk/externals/zexy/; revision=3973
2005-05-19hopefully fixed the makesource-process for other platformsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3025
2005-05-17renamed *_tilde.c-files to *~.cIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=2998