aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla
AgeCommit message (Expand)Author
2012-12-01updated to 0.43.4Hans-Christoph Steiner
2012-03-11[midirealtimein] works on all platforms so ditch the 'works under MSW only' e...Hans-Christoph Steiner
2012-03-11add prototypes for functions from s_midi.cHans-Christoph Steiner
2012-03-10fixed bug where [midiout] output wrong byte values, caused by missing prototy...Hans-Christoph Steiner
2012-02-20sync with x_time.c from pure-data.git 0.43-1Hans-Christoph Steiner
2012-02-20sync with x_net.c from pure-data.git 0.43-1Hans-Christoph Steiner
2012-02-20sync with x_interface.c from pure-data.git 0.43-1Hans-Christoph Steiner
2012-02-20sync with x_misc.c from pure-data.git 0.42-1Hans-Christoph Steiner
2012-02-17bumped to v0.43.1Hans-Christoph Steiner
2012-01-16updated with puredata release 0.43-1Hans-Christoph Steiner
2011-12-31add a copy of e_fft.h so that vanilla/ compiles with pd-doubleHans-Christoph Steiner
2011-12-12remove objects from d_math.c since d_math.c was re-added to Pd-extendedHans-Christoph Steiner
2011-11-30reverted last commit, no need for global varsHans-Christoph Steiner
2011-11-30define bind symbols as extern since they are created in pd-extended/src/e_midi.cHans-Christoph Steiner
2011-10-05include deprecated aliases q8_sqrt~ and q8_rsqrt~ in the form of Pd patchesHans-Christoph Steiner
2011-10-03updated to template/Makefile version 1.011Hans-Christoph Steiner
2011-09-28added setup() alias function so that list can be easily loaded via symlink li...Hans-Christoph Steiner
2011-09-27remove delread~, delwrite~, vd~ until they work as standalone objectsHans-Christoph Steiner
2011-03-22forgot help file for MIDI stuffHans-Christoph Steiner
2011-03-21added new files related to x_midi.cHans-Christoph Steiner
2011-03-21refactored x_midi.c into individual objects, and split out inmidi_* functions...Hans-Christoph Steiner
2010-12-31refactored d_fft.c and d_math.c into separate objectclasesHans-Christoph Steiner
2010-12-14remove 'static' from declarations so they workHans-Christoph Steiner
2010-12-13manually speced helpfiles and added numbox2-help.pdHans-Christoph Steiner
2010-12-13split out general functions from d_dac.c to e_dac.c in Pd-extendedHans-Christoph Steiner
2010-12-13refactored d_delay.c into delwrite~.h delwrite~.c delread~.c vd~.cHans-Christoph Steiner
2010-12-13found a couple more help patchesHans-Christoph Steiner
2010-12-13refactored d_dac.c into adc~.c and dac~.cHans-Christoph Steiner
2010-12-13refactored d_misc.c into bang~.c and print~.cHans-Christoph Steiner
2010-12-13added hdl and vdl aliasesHans-Christoph Steiner
2010-12-13replaced with vanilla help filesHans-Christoph Steiner
2010-12-13fixed problems with setup functionsHans-Christoph Steiner
2010-12-13added aliases obscure obsolete objectsHans-Christoph Steiner
2010-12-13redundant, check vanilla-meta.pd for versionHans-Christoph Steiner
2010-12-13bumped to 0.42.6Hans-Christoph Steiner
2010-12-13copied relevant help patches from tags/pd/0.42-6/doc/5.referenceHans-Christoph Steiner
2010-12-13copied relevant help patches from trunk/doc/pddpHans-Christoph Steiner
2010-12-13refactored x_misc.c into cputime.c loadband.c namecanvas.c realtime.c random.cHans-Christoph Steiner
2010-12-13refactored x_time.c into delay.c pipe.c metro.c delay.c timer.c line.c and an...Hans-Christoph Steiner
2010-12-13refactored x_net.c into netsend.c netreceive.cHans-Christoph Steiner
2010-12-13updated Makefile to 1.0.6 and added aliases for GUI objectsHans-Christoph Steiner
2010-12-13revert to previous file layoutHans-Christoph Steiner
2010-12-13renamed base class to hslider since the code uses that name thruoutHans-Christoph Steiner
2010-09-15remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure...mescalinum
2010-04-26set default install location to ~/Library/Pd on Mac OS XHans-Christoph Steiner
2010-04-25fixed iphoneos build and added 64-bit to Mac OS X universal builds if buildin...Hans-Christoph Steiner
2010-04-07updated vanilla libdir to work with latest Makefile but commented out helpfil...Hans-Christoph Steiner
2009-12-27following up on bug report #2921689, fixed a bunch of 'implicit declaration o...Hans-Christoph Steiner
2009-11-17copied x_list.c from trunk, which is the same as 0.41, to list.c and changed ...Hans-Christoph Steiner
2009-11-12copied 0.42.5 sources into place, replacing the #include links, so that the v...Hans-Christoph Steiner