aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-13moving 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-12satisfy newer gcc versionsThomas 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-11bugfixes and optimizations, especially for DSP under Max/MSPThomas 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-11fixes for MetrowerksThomas Grill
fix compilation for CFM small fixes correction of limits on buffer resize svn path=/trunk/; revision=3692
2005-10-11fix for Codewarrior compilationThomas Grill
svn path=/trunk/; revision=3691
2005-10-07bugfixes and optimizations, especially for DSP under Max/MSPThomas 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-06more robust string->atom conversionThomas Grill
eliminate jmax code svn path=/trunk/; revision=3673
2005-10-04oops.N.N.
svn path=/trunk/; revision=3653
2005-10-04i'm almost, almost doneN.N.
svn path=/trunk/; revision=3652
2005-10-04added the remainder of the files (or almost) from GF 0.8.0N.N.
svn path=/trunk/; revision=3651
2005-10-04adding documentation in xml and htmlN.N.
svn path=/trunk/; revision=3650
2005-10-04icons for the docN.N.
svn path=/trunk/; revision=3649
2005-10-04example pictures for gridflowN.N.
svn path=/trunk/; revision=3648
2005-10-04adding abstractions and helpfilesN.N.
svn path=/trunk/; revision=3647
2005-10-04starting 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-26small fixesThomas Grill
update for new flext callback naming - made xcode project - fixed loop record bug - some small cleanups svn path=/trunk/; revision=3638
2005-09-26__str__ method for pyext, to enable print self callsThomas Grill
enable symbol binding for all callables (not only functions and methods) enable optimization of Python code in reease build _isthreaded is now a data member instead of a method compiler flag to exclude DSP objects some cleanups pyext: fix for missing __init__ attribute some optimizations and py reload fix some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) more safety for calls where association python-pd has already been removed fixed typos let _inlets and _outlets default to 0 svn path=/trunk/; revision=3637
2005-09-26- better handling of click callbackThomas Grill
bugfixes and optimizations, especially for DSP under Max/MSP - more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE) svn path=/trunk/; revision=3636
2005-09-21__str__ method for pyext, to enable print self callsThomas Grill
python-like dotted module.function syntax multiply inlets for py (hot and cold inlets) enable symbol binding for all callables (not only functions and methods) enable optimization of Python code in reease build _isthreaded is now a data member instead of a method compiler flag to exclude DSP objects some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) cleaned up float vs. int pyext tags more safety for calls where association python-pd has already been removed open editor for module file on "edit" message (or click) let _inlets and _outlets default to 0 svn path=/trunk/; revision=3610
2005-09-20*** empty log message ***Thomas Grill
svn path=/trunk/; revision=3607
2005-09-15Bug fixes for 0.39-0, in preparation for releasing 0.39-1.Miller Puckette
svn path=/trunk/; revision=3561
2005-09-12changed initialization functions accordinglyThomas Grill
minimal additions for buffers and exception handling change click modifier to shift (seems to work) small fixes for tutorial examples added flfeatures.h for compile-time version-specific feature detection added typed flext::NewAligned fixed severe Altivec bug adapted for pd-devel 0.39 - better handling of click callback slimmed object data structures update DSP methods for SndObj and STK classes - more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE) better buffer checking svn path=/trunk/; revision=3537
2005-09-06some more documentation (proxy objects)Thomas Grill
last fixes for release fixed send method so that any messages work now svn path=/trunk/; revision=3500
2005-09-06more fixes for gcc 3.4Thomas Grill
cleanups for release updated the help file svn path=/trunk/; revision=3498
2005-09-03some more documentation (proxy objects)Thomas Grill
rename help file make connections visible at last... fixed send method so that any messages work now svn path=/trunk/; revision=3479
2005-09-01fixed severe Altivec bugThomas Grill
svn path=/trunk/; revision=3473
2005-09-01fixes to compile current HEAD using tcl/tk 8.4.10, flext buildsystem works, ↵Jamie Tittle
osx 10.3+ svn path=/trunk/; revision=3472
2005-09-01added resource file which, when added to pd via 'Rez -t APPL mac.r -o pd', ↵Jamie Tittle
makes pd/gem window focusable svn path=/trunk/; revision=3471
2005-08-30don't use explicit so that STL can be usedThomas Grill
small fixes for tutorial examples added typed flext::NewAligned svn path=/trunk/; revision=3463
2005-08-22file loading: fixed recognition of stringified directory namesThomas Grill
svn path=/trunk/; revision=3446
2005-08-22adapted for pd-devel 0.39Thomas Grill
- better handling of click callback - more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE) added flfeatures.h for compile-time version-specific feature detection changes for devel_0_39 support svn path=/trunk/; revision=3445
2005-08-21Fixed scalar_redraw to check if glist is visible; moved 'data' doc andMiller Puckette
updated it somewhat. svn path=/trunk/; revision=3441
2005-08-21Improved samplerate~ implementation.Miller Puckette
svn path=/trunk/; revision=3438
2005-08-19Version 0.39-0test5. Bug fixes and more care about closing dirty windowsMiller Puckette
and quitting. svn path=/trunk/; revision=3434
2005-08-16Configure.in was broken. Also, better GUI update queueing forMiller Puckette
IEM guis and for 'data' (which should affect arrays.) svn path=/trunk/; revision=3430
2005-08-11fix for DSP setupThomas Grill
DSP fixes added support for plug shells (like Waveshell) clean handling of plugin deletion (potentially open editor window etc.) names containing spaces are now correctly dumped support for named parameters feedback attribute for parameter reporting added event processing (like Midi in) fixed bug with param method much cleaner Window GUI code added mute and bypass attributes rename help file fix for build system no more interruptions on window close workarounds for Waves5 bundle restructured VSThost code alt-click for plug editor many small fixes better shell support added window size,move,caption,titling features VSTTime info some fixes and warnings updated for new flext function naming more consistent MIDI functionality svn path=/trunk/; revision=3423
2005-08-11cached several symbols, renamed help fileThomas Grill
- strip .pd from abstraction filenames rename help file - open debug patcher on alt-click svn path=/trunk/; revision=3422
2005-08-11better symbol handlingThomas Grill
added seti, clri rename help file preparing the release 0.1.2 - load/store empty dirs too updated help and project files - fix "cntsub" message more inlined functions svn path=/trunk/; revision=3421
2005-08-11rename help fileThomas Grill
more fixes svn path=/trunk/; revision=3420
2005-08-11fixed integer representationThomas Grill
rename help file more fixes svn path=/trunk/; revision=3419
2005-08-11merge in branch "20041229-unify"Thomas Grill
Mac adaptations some safety for settings cross-fading loop zone now functional update for new flext callback naming more loop zone optimizations enhanced PD help files simplified and bug-fixed crossfade-zone sampling rename help file fix: loopmodes 0 and 2 now setting loopzone parameters 64 bit fixes minor updates *** empty log message *** more fixes fix for OSX 10.4.1 (thanks to Jamie) renamed help files more fixes and cleanups for fade-zones svn path=/trunk/; revision=3418
2005-08-11oops, include libraries for editing the scriptsThomas Grill
some optimizations and py reload fix open editor for module file on "edit" message (or click) open editor for script under OS X added cygwin support svn path=/trunk/; revision=3417
2005-08-09don't use explicit so that STL can be usedThomas Grill
on OSX use "strip -x" instead of -W,-l option to strip binaries only strip release build svn path=/trunk/; revision=3415
2005-08-09small fixesThomas Grill
svn path=/trunk/; revision=3414
2005-08-05minimal docsThomas Grill
small ad corrected to right version dependency svn path=/trunk/; revision=3412
2005-08-05first commitThomas Grill
minimal docs svn path=/trunk/; revision=3411
2005-08-05*** empty log message ***Thomas Grill
svn path=/trunk/; revision=3410
2005-08-03yeah, kryzstsyzyzzof, toxy was fun, may it now rot in hellcarmen rocco
svn path=/trunk/; revision=3405
2005-08-01path setting based on new flext functionalityThomas Grill
open editor for module file on "edit" message (or click) open editor for script under OS X svn path=/trunk/; revision=3399
2005-08-01*** empty log message ***Thomas Grill
svn path=/trunk/; revision=3398