aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla
AgeCommit message (Expand)Author
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
2009-11-12added missing function from x_qlist.cHans-Christoph Steiner
2009-11-11fixed my stupid install error, sorry everyoneHans-Christoph Steiner
2009-11-10split out the objects in x_gui.c into standalone files and put the gfxstub st...Hans-Christoph Steiner
2009-11-10use renamed header d_math.h -> e_sqrt.hHans-Christoph Steiner
2009-11-10mark which Pd-vanilla files these are derived from so changes can be tracked....Hans-Christoph Steiner
2009-11-10renamed to list.c since x_list.c just contains the list objectHans-Christoph Steiner
2009-11-10don't fix bugs or make improvements here! it defeats the purpose!Hans-Christoph Steiner
2009-11-10split out qlist and textfile into their own filesHans-Christoph Steiner
2009-11-10x_interface.c is now fully in print.cHans-Christoph Steiner
2009-11-10fixed installHans-Christoph Steiner