Age | Commit message (Collapse) | Author |
|
don't compile, like net*, ogg*, comport, and shell
svn path=/trunk/; revision=3947
|
|
externals, and vbap.pd isn't used anyway
svn path=/trunk/; revision=3946
|
|
svn path=/trunk/; revision=3922
|
|
in the name didn't work
svn path=/trunk/; revision=3918
|
|
svn path=/trunk/; revision=3911
|
|
svn path=/trunk/; revision=3909
|
|
dynamically instead of statically
svn path=/trunk/; revision=3907
|
|
svn path=/trunk/; revision=3906
|
|
This means changing ../ to ../../
svn path=/trunk/; revision=3902
|
|
MinGW; fixed maxlib delete after maxlib help file rename
svn path=/trunk/; revision=3897
|
|
svn path=/trunk/; revision=3896
|
|
svn path=/trunk/; revision=3871
|
|
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
|
|
svn path=/trunk/; revision=3853
|
|
svn path=/trunk/; revision=3852
|
|
last fixes for release
svn path=/trunk/; revision=3831
|
|
rename help file
more fixes
svn path=/trunk/; revision=3830
|
|
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
|
|
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
|
|
small fixes
release version
small change proposed by Tim Blechmann
svn path=/trunk/; revision=3753
|
|
fixed clearing values and dirs, e.g. with messages clrall and clrrec
fixed c++ conformance
svn path=/trunk/; revision=3751
|
|
fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects
svn path=/trunk/; revision=3696
|
|
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
|
|
fix compilation for CFM
small fixes
correction of limits on buffer resize
svn path=/trunk/; revision=3692
|
|
svn path=/trunk/; revision=3691
|
|
fixed dsp vector offset bug
preprocessed class names now also reflect debug mode (to avoid name clashes)
svn path=/trunk/; revision=3676
|
|
eliminate jmax code
svn path=/trunk/; revision=3673
|
|
svn path=/trunk/; revision=3653
|
|
svn path=/trunk/; revision=3652
|
|
svn path=/trunk/; revision=3651
|
|
svn path=/trunk/; revision=3650
|
|
svn path=/trunk/; revision=3649
|
|
svn path=/trunk/; revision=3648
|
|
svn path=/trunk/; revision=3647
|
|
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
|
|
update for new flext callback naming
- made xcode project
- fixed loop record bug
- some small cleanups
svn path=/trunk/; revision=3638
|
|
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
|
|
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
|
|
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
|
|
svn path=/trunk/; revision=3607
|
|
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
|
|
last fixes for release
fixed send method so that any messages work now
svn path=/trunk/; revision=3500
|
|
cleanups for release
updated the help file
svn path=/trunk/; revision=3498
|
|
rename help file
make connections visible at last...
fixed send method so that any messages work now
svn path=/trunk/; revision=3479
|
|
svn path=/trunk/; revision=3473
|
|
small fixes for tutorial examples
added typed flext::NewAligned
svn path=/trunk/; revision=3463
|
|
svn path=/trunk/; revision=3446
|
|
- 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
|
|
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
|
|
- strip .pd from abstraction filenames
rename help file
- open debug patcher on alt-click
svn path=/trunk/; revision=3422
|