aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-24.CVSUXcarmen rocco
---------------------------------------------------------------------- svn path=/trunk/; revision=3082
2005-05-24adding chords to kbdcarmen rocco
svn path=/trunk/; revision=3081
2005-05-24adapt to new flext versionThomas Grill
svn path=/trunk/; revision=3077
2005-05-24small fixThomas Grill
changed initialization functions accordingly slimmed object data structures svn path=/trunk/; revision=3076
2005-05-24got [hid_graph] fully functional; added helpfiles for all curve objectsHans-Christoph Steiner
svn path=/trunk/; revision=3075
2005-05-23oops, fixThomas Grill
Max/MSP has its own check.... changed initialization functions accordingly better timers for Windows fixed timer bug changed template parameter of TableMap compiler flag for MinGW binary compatibility (thanks to GG) enable WIN2000/XP API features with definition in build system fix for symbol messages into non-left inlets restructured TableMap type (doesn't own pointers any more) no sanity check for iterator fixes for MSVC6 slimmed object data structures better c++ compliance fixed problems with symbol binding svn path=/trunk/; revision=3074
2005-05-22Comes with Pd, no need to build hereGuenter Geiger
svn path=/trunk/; revision=3065
2005-05-22- Added the -mms-bitfields flag (compiles against the official Pd)Guenter Geiger
- Changed path where pd is looked for (looks for the official Pd) - Some of the externals do not compile, make sure make -k is invoked svn path=/trunk/; revision=3063
2005-05-22choice comes with pd, no need to build it twiceGuenter Geiger
svn path=/trunk/; revision=3061
2005-05-22bonk~ comes with pd, no need to build it twiceGuenter Geiger
svn path=/trunk/; revision=3059
2005-05-22ann is a library, removed from common build systemGuenter Geiger
svn path=/trunk/; revision=3057
2005-05-22successful builds now; numerous minor fixes; added krzysztof's new pddp objectsHans-Christoph Steiner
svn path=/trunk/; revision=3053
2005-05-21added comments, moved externals/build/doc/standardize-help.sh to here, ↵Hans-Christoph Steiner
convert-help-to-standard.sh svn path=/trunk/; revision=3049
2005-05-21moved to scripts sectionHans-Christoph Steiner
svn path=/trunk/; revision=3048
2005-05-20updated for my new dir layout, and removed ann stuff since its out of dateHans-Christoph Steiner
svn path=/trunk/; revision=3046
2005-05-20removed cruft from first stab at building from TclTk disk imageHans-Christoph Steiner
svn path=/trunk/; revision=3039
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