aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-18Damn, edited this before and lost the update. More data features.Miller Puckette
Took about 12 patches. svn path=/trunk/; revision=3006
2005-05-18get rid of obsolete audio examplesMiller Puckette
svn path=/trunk/; revision=3005
2005-05-17k2carmen rocco
svn path=/trunk/; revision=3004
2005-05-17zexy's signal objects now reside in *~.c-files instead of *_tilde.cIOhannes m zmölnig
svn path=/trunk/; revision=2999
2005-05-17...carmen rocco
svn path=/trunk/; revision=2989
2005-05-17http://www.drudge.com/weblog/3353/dj_injures_anus_firing_bottle_rockets.htmlcarmen rocco
svn path=/trunk/; revision=2988
2005-05-16piano roll (has some bugs)carmen rocco
svn path=/trunk/; revision=2987
2005-05-16screamcarmen rocco
svn path=/trunk/; revision=2986
2005-05-16swizzlecarmen rocco
svn path=/trunk/; revision=2985
2005-05-16mat (not done)carmen rocco
---------------------------------------------------------------------- svn path=/trunk/; revision=2980
2005-05-13removed since its not really being used anywayHans-Christoph Steiner
svn path=/trunk/; revision=2966
2005-05-112 GNU 4 Ucarmen rocco
svn path=/trunk/; revision=2965
2005-05-10better c++ complianceThomas Grill
fixes for MinGW fixes for older compilers added X86-64 code for lockfree fifos svn path=/trunk/; revision=2935
2005-05-05sketches of ideas for easy to play patchecs to illustrate conceptsHans-Christoph Steiner
svn path=/trunk/; revision=2904
2005-05-05added a couple other elements, made 12pt font size standard since its ↵Hans-Christoph Steiner
anti-aliased svn path=/trunk/; revision=2902
2005-05-02commiting cuz colorCVS 'modified' yellow hurts my eyescarmen rocco
svn path=/trunk/; revision=2876
2005-05-02acecarmen rocco
---------------------------------------------------------------------- svn path=/trunk/; revision=2875
2005-05-02.:.carmen rocco
svn path=/trunk/; revision=2873
2005-05-02added discussion about array start point and cleaned things up a littleHans-Christoph Steiner
svn path=/trunk/; revision=2868
2005-05-01better c++ complianceThomas Grill
fixes for MSVC6 restructured TableMap type (doesn't own pointers any more) svn path=/trunk/; revision=2861
2005-04-29trim the fatcarmen rocco
svn path=/trunk/; revision=2850
2005-04-28scrollcarmen rocco
svn path=/trunk/; revision=2848
2005-04-28cleaned up a number of patches; renamed all to the standard -help.pd format; ↵Hans-Christoph Steiner
added some more ideas to the style guide; finished up lists_vs_anythings svn path=/trunk/; revision=2841
2005-04-28this patch was MSP's patch reformated. Its unneeded since ther eis a PDDP ↵Hans-Christoph Steiner
version svn path=/trunk/; revision=2840
2005-04-27added GOP prettiness to pddp_open; cleaned up help-until.pdHans-Christoph Steiner
svn path=/trunk/; revision=2839
2005-04-26updated text to reflect currnet situationHans-Christoph Steiner
svn path=/trunk/; revision=2830
2005-04-26better documented first loop, got 2nd loop working properlyHans-Christoph Steiner
svn path=/trunk/; revision=2829
2005-04-26replaced [pwd] with [getdir]Hans-Christoph Steiner
svn path=/trunk/; revision=2828
2005-04-26made an object, [pddp_open] which opens a giving patch on the fly. This ↵Hans-Christoph Steiner
way, it is no longer necessary to instantiate an object in a help patch in order for it to be linked. For example, the [hid] help patch doesn't need an instance of [all_about_hid]. [all_about_hid] is opened upon request via [pddp_open]. This eliminates bugs and makes the help system load fast, since its loading much less. svn path=/trunk/; revision=2824
2005-04-26updated with [pwd] object to demonstrate opening a patch using a message. ↵Hans-Christoph Steiner
Whatever [pwd] ends up being named, it'll have to be changed here svn path=/trunk/; revision=2823
2005-04-26make clean target more specific; added zexy help files here since most of ↵Hans-Christoph Steiner
zexy is now built by externals/build/*; added pmpd examples in their own directory svn path=/trunk/; revision=2820
2005-04-26added more objects which don't compile on DarwinHans-Christoph Steiner
svn path=/trunk/; revision=2819
2005-04-25small fixesThomas Grill
fixes for MSVC6 svn path=/trunk/; revision=2813
2005-04-24ngridcarmen rocco
svn path=/trunk/; revision=2812
2005-04-23fixed several problems with sub-patchers and connectingThomas Grill
enabled reuse of object names fixed bug when destroying proxies make connections visible at last... introduced attributes for symbol reuse and canvas messages svn path=/trunk/; revision=2811
2005-04-23*** empty log message ***Thomas Grill
svn path=/trunk/; revision=2808
2005-04-23*** empty log message ***Thomas Grill
svn path=/trunk/; revision=2807
2005-04-23added profiling flags for OSXThomas Grill
small fixes more correct library versioning svn path=/trunk/; revision=2806
2005-04-22remove deleted filesThomas Grill
svn path=/trunk/; revision=2801
2005-04-22*** empty log message ***Thomas Grill
svn path=/trunk/; revision=2800
2005-04-20added Thomas' new flext targetHans-Christoph Steiner
svn path=/trunk/; revision=2798
2005-04-20made the Pd-0.38-2hcs0 release based on the Pd.app from Ben Bogard/PixelTANGOHans-Christoph Steiner
svn path=/trunk/; revision=2797
2005-04-19more symbol escapingThomas Grill
better method for discriminating numbers and symbols - by Frank Barknecht svn path=/trunk/; revision=2794
2005-04-19*** empty log message ***Thomas Grill
svn path=/trunk/; revision=2793
2005-04-19add pmpd doc in the build systemCyrille Henry
svn path=/trunk/; revision=2792
2005-04-19fixed typoThomas Grill
added profiling flags for OSX small fixes svn path=/trunk/; revision=2790
2005-04-19more symbol escapingThomas Grill
svn path=/trunk/; revision=2789
2005-04-19added saving/loading of spaces and other special characters (escaping)Thomas Grill
more symbol escaping svn path=/trunk/; revision=2788
2005-04-19builds into a prebuilt Pd.app, but I still don't have the build working with ↵Hans-Christoph Steiner
Tcl 8.4.9; removed some obsolete cruft from various other packaging attempts svn path=/trunk/; revision=2786
2005-04-18fixed typoThomas Grill
fixed bugs in TableMaps fixes for OSX restructured TableMap type (doesn't own pointers any more) svn path=/trunk/; revision=2782