Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-16 | added correct name to header | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3927 | |||
2005-11-16 | added %c ASCII conversion example | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3926 | |||
2005-11-16 | first stab at a nice abstractions build system | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3925 | |||
2005-11-15 | added another iemmatrix alias for RRADical | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3922 | |||
2005-11-15 | added all of the binops except [mtx_./], a quick attempt at escaping the / ↵ | Hans-Christoph Steiner | |
in the name didn't work svn path=/trunk/; revision=3918 | |||
2005-11-15 | fixed up recursion so it only needs to be called once; added ↵ | Hans-Christoph Steiner | |
image/sound/movie launching support svn path=/trunk/; revision=3912 | |||
2005-11-15 | minor compile fixes for Mac OS X and MinGW; added [mtx_inverse] | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3911 | |||
2005-11-15 | oops, let's figure out a better way to link in MinGW | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3909 | |||
2005-11-15 | got basically everything building with MinGW, now got to get things linking ↵ | Hans-Christoph Steiner | |
dynamically instead of statically svn path=/trunk/; revision=3907 | |||
2005-11-15 | various fixes to get things compiling on Windows/MinGW | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3906 | |||
2005-11-14 | standardized relative paths to the actual relative locations of the files. ↵ | Hans-Christoph Steiner | |
This means changing ../ to ../../ svn path=/trunk/; revision=3902 | |||
2005-11-14 | adding compiled help file since autoconf doesn't always work so well with ↵ | Hans-Christoph Steiner | |
MinGW; fixed maxlib delete after maxlib help file rename svn path=/trunk/; revision=3897 | |||
2005-11-14 | adding compiled help file since autoconf doesn't always work so well with MinGW | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3896 | |||
2005-11-14 | removing file since there is a duplicate with all lower case letters | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3887 | |||
2005-11-12 | cleaned up the help menu; fixed the browser/openpanel item so that it works ↵ | Hans-Christoph Steiner | |
with symlinks rather than copying the whole thing; made the nested menu function recursive svn path=/trunk/; revision=3880 | |||
2005-11-10 | added all included libs to start on load | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3876 | |||
2005-11-10 | added spec file from nando, gleaned from him during ICMC05 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3875 | |||
2005-11-10 | added send symbol to get rid of the outlet on the [tgl]. It looks purty ↵ | Hans-Christoph Steiner | |
that way svn path=/trunk/; revision=3874 | |||
2005-11-10 | added some nifty GUI objects | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3872 | |||
2005-11-10 | added freeverb~ to the build system and wrote help patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3871 | |||
2005-11-09 | update | Jamie Tittle | |
svn path=/trunk/; revision=3864 | |||
2005-11-07 | added iemmatrix as individual files. Not all of them work yet, but most of ↵ | Hans-Christoph Steiner | |
them do. I think its just a few of the binops that dont work, and some of the alias with special characters that filesystems usually dont like, like *, ^, /, etc. svn path=/trunk/; revision=3854 | |||
2005-11-07 | added [getdir] since its very handy | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3853 | |||
2005-11-07 | #ifndef __APPLE__ files that don't compile on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3852 | |||
2005-11-06 | added statement about color and made open/save distinct colors | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3847 | |||
2005-11-06 | fixed memory leak in pa_mac_core.c and the bug sending "bang" to "t s" object | Miller Puckette | |
svn path=/trunk/; revision=3842 | |||
2005-11-03 | update docs | Thomas Grill | |
last fixes for release svn path=/trunk/; revision=3831 | |||
2005-11-03 | updated for any messages to be processed (not only symbols) | Thomas Grill | |
rename help file more fixes svn path=/trunk/; revision=3830 | |||
2005-11-03 | display error messages if calling __init__ or _del caused an exception | Thomas Grill | |
updated docs compiler flag to exclude DSP objects pyext: fix for missing __init__ attribute some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) let _inlets and _outlets default to 0 svn path=/trunk/; revision=3829 | |||
2005-11-03 | update docs | Thomas Grill | |
updated build system for Max with MinGW fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects svn path=/trunk/; revision=3828 | |||
2005-10-22 | fix compilation for CFM | Thomas Grill | |
small fixes release version small change proposed by Tim Blechmann svn path=/trunk/; revision=3753 | |||
2005-10-22 | file loading: fixed recognition of stringified directory names | Thomas Grill | |
fixed clearing values and dirs, e.g. with messages clrall and clrrec fixed c++ conformance svn path=/trunk/; revision=3751 | |||
2005-10-16 | added --pdrc argument to switch between config file types | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3718 | |||
2005-10-15 | Bug fixes, notably for mac if no audio input device is available; also | Miller Puckette | |
worked around a problem in ASIO support on MSW (but need to fix it better.) svn path=/trunk/; revision=3717 | |||
2005-10-13 | moving GUI over here (will begin porting widgets here, then move to desire ↵ | carmen rocco | |
whenever its working enough i can do a massive find/replace on $_ to $self etc...) svn path=/trunk/; revision=3700 | |||
2005-10-12 | satisfy newer gcc versions | Thomas Grill | |
fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects svn path=/trunk/; revision=3696 | |||
2005-10-11 | bugfixes and optimizations, especially for DSP under Max/MSP | Thomas Grill | |
fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects eliminate jmax code fixed dsp vector offset bug better separation between build styles - better handling of click callback - more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE) svn path=/trunk/; revision=3695 | |||
2005-10-11 | fixes for Metrowerks | Thomas Grill | |
fix compilation for CFM small fixes correction of limits on buffer resize svn path=/trunk/; revision=3692 | |||
2005-10-11 | fix for Codewarrior compilation | Thomas Grill | |
svn path=/trunk/; revision=3691 | |||
2005-10-07 | bugfixes and optimizations, especially for DSP under Max/MSP | Thomas Grill | |
fixed dsp vector offset bug preprocessed class names now also reflect debug mode (to avoid name clashes) svn path=/trunk/; revision=3676 | |||
2005-10-06 | more robust string->atom conversion | Thomas Grill | |
eliminate jmax code svn path=/trunk/; revision=3673 | |||
2005-10-04 | oops. | N.N. | |
svn path=/trunk/; revision=3653 | |||
2005-10-04 | i'm almost, almost done | N.N. | |
svn path=/trunk/; revision=3652 | |||
2005-10-04 | added the remainder of the files (or almost) from GF 0.8.0 | N.N. | |
svn path=/trunk/; revision=3651 | |||
2005-10-04 | adding documentation in xml and html | N.N. | |
svn path=/trunk/; revision=3650 | |||
2005-10-04 | icons for the doc | N.N. | |
svn path=/trunk/; revision=3649 | |||
2005-10-04 | example pictures for gridflow | N.N. | |
svn path=/trunk/; revision=3648 | |||
2005-10-04 | adding abstractions and helpfiles | N.N. | |
svn path=/trunk/; revision=3647 | |||
2005-10-04 | starting to commit gridflow 0.8.0 ... | N.N. | |
if you know how to use "cvs import" please mail me and i'll use it for 0.8.1 svn path=/trunk/; revision=3646 | |||
2005-09-26 | small fixes | Thomas Grill | |
update for new flext callback naming - made xcode project - fixed loop record bug - some small cleanups svn path=/trunk/; revision=3638 |