Age | Commit message (Collapse) | Author |
|
svn path=/trunk/externals/zexy/; revision=15327
|
|
svn path=/trunk/externals/zexy/; revision=11873
|
|
svn path=/trunk/externals/zexy/; revision=9112
|
|
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
|
|
variable shadowing
svn path=/trunk/externals/zexy/; revision=6269
|
|
(analogous to [s2l]) instead of the default list to be converted.
while this is an incompatible change, i noticed that the argument handling
was broken anyhow (produced rather random results, even in the help-file!)
and since nobody noticed i guess the arguments are not used anyhow....
svn path=/trunk/externals/zexy/; revision=5310
|
|
svn path=/trunk/externals/zexy/; revision=4815
|
|
made the setup_...() function in 0x7c0x7c0x7e.c non-static
svn path=/trunk/externals/zexy/; revision=4494
|
|
svn path=/trunk/externals/zexy/; revision=4213
|
|
svn path=/trunk/externals/zexy/; revision=3466
|
|
this reduces the amount of quoting significantly
svn path=/trunk/externals/zexy/; revision=3454
|
|
svn path=/trunk/externals/zexy/; revision=3341
|
|
svn path=/trunk/externals/zexy/; revision=3025
|
|
- use of abstractions for objects that allow it
- some objects are build both as externals and abstractions (as slower fallbacks)
- code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library)
- matrix-objects have moved to iemmatrix !!
svn path=/trunk/externals/zexy/; revision=2641
|