aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla
AgeCommit message (Collapse)Author
2012-12-01updated to 0.43.4Hans-Christoph Steiner
svn path=/trunk/; revision=16630
2012-03-11[midirealtimein] works on all platforms so ditch the 'works under MSW only' ↵Hans-Christoph Steiner
error message svn path=/trunk/; revision=16066
2012-03-11add prototypes for functions from s_midi.cHans-Christoph Steiner
svn path=/trunk/; revision=16063
2012-03-10fixed bug where [midiout] output wrong byte values, caused by missing ↵Hans-Christoph Steiner
prototype for outmidi_byte() svn path=/trunk/; revision=16062
2012-02-20sync with x_time.c from pure-data.git 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=16008
2012-02-20sync with x_net.c from pure-data.git 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=16007
2012-02-20sync with x_interface.c from pure-data.git 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=16006
2012-02-20sync with x_misc.c from pure-data.git 0.42-1Hans-Christoph Steiner
svn path=/trunk/; revision=16005
2012-02-17bumped to v0.43.1Hans-Christoph Steiner
svn path=/trunk/; revision=15972
2012-01-16updated with puredata release 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=15874
2011-12-31add a copy of e_fft.h so that vanilla/ compiles with pd-doubleHans-Christoph Steiner
svn path=/trunk/; revision=15859
2011-12-12remove objects from d_math.c since d_math.c was re-added to Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=15814
2011-11-30reverted last commit, no need for global varsHans-Christoph Steiner
svn path=/trunk/; revision=15807
2011-11-30define bind symbols as extern since they are created in pd-extended/src/e_midi.cHans-Christoph Steiner
svn path=/trunk/; revision=15806
2011-10-05include deprecated aliases q8_sqrt~ and q8_rsqrt~ in the form of Pd patchesHans-Christoph Steiner
svn path=/trunk/; revision=15503
2011-10-03updated to template/Makefile version 1.011Hans-Christoph Steiner
svn path=/trunk/; revision=15491
2011-09-28added setup() alias function so that list can be easily loaded via symlink ↵Hans-Christoph Steiner
like 1.list.pd_linux svn path=/trunk/; revision=15382
2011-09-27remove delread~, delwrite~, vd~ until they work as standalone objectsHans-Christoph Steiner
svn path=/trunk/; revision=15362
2011-03-22forgot help file for MIDI stuffHans-Christoph Steiner
svn path=/trunk/; revision=15039
2011-03-21added new files related to x_midi.cHans-Christoph Steiner
svn path=/trunk/; revision=15038
2011-03-21refactored x_midi.c into individual objects, and split out inmidi_* ↵Hans-Christoph Steiner
functions to e_midi.c in pd-extended.git svn path=/trunk/; revision=15037
2010-12-31refactored d_fft.c and d_math.c into separate objectclasesHans-Christoph Steiner
svn path=/trunk/; revision=14683
2010-12-14remove 'static' from declarations so they workHans-Christoph Steiner
svn path=/trunk/; revision=14633
2010-12-13manually speced helpfiles and added numbox2-help.pdHans-Christoph Steiner
svn path=/trunk/; revision=14623
2010-12-13split out general functions from d_dac.c to e_dac.c in Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=14613
2010-12-13refactored d_delay.c into delwrite~.h delwrite~.c delread~.c vd~.cHans-Christoph Steiner
svn path=/trunk/; revision=14612
2010-12-13found a couple more help patchesHans-Christoph Steiner
svn path=/trunk/; revision=14611
2010-12-13refactored d_dac.c into adc~.c and dac~.cHans-Christoph Steiner
svn path=/trunk/; revision=14610
2010-12-13refactored d_misc.c into bang~.c and print~.cHans-Christoph Steiner
svn path=/trunk/; revision=14609
2010-12-13added hdl and vdl aliasesHans-Christoph Steiner
svn path=/trunk/; revision=14608
2010-12-13replaced with vanilla help filesHans-Christoph Steiner
svn path=/trunk/; revision=14607
2010-12-13fixed problems with setup functionsHans-Christoph Steiner
svn path=/trunk/; revision=14606
2010-12-13added aliases obscure obsolete objectsHans-Christoph Steiner
svn path=/trunk/; revision=14605
2010-12-13redundant, check vanilla-meta.pd for versionHans-Christoph Steiner
svn path=/trunk/; revision=14604
2010-12-13bumped to 0.42.6Hans-Christoph Steiner
svn path=/trunk/; revision=14603
2010-12-13copied relevant help patches from tags/pd/0.42-6/doc/5.referenceHans-Christoph Steiner
svn path=/trunk/; revision=14602
2010-12-13copied relevant help patches from trunk/doc/pddpHans-Christoph Steiner
svn path=/trunk/; revision=14601
2010-12-13refactored x_misc.c into cputime.c loadband.c namecanvas.c realtime.c random.cHans-Christoph Steiner
svn path=/trunk/; revision=14600
2010-12-13refactored x_time.c into delay.c pipe.c metro.c delay.c timer.c line.c and ↵Hans-Christoph Steiner
an alias, del.c svn path=/trunk/; revision=14599
2010-12-13refactored x_net.c into netsend.c netreceive.cHans-Christoph Steiner
svn path=/trunk/; revision=14598
2010-12-13updated Makefile to 1.0.6 and added aliases for GUI objectsHans-Christoph Steiner
svn path=/trunk/; revision=14597
2010-12-13revert to previous file layoutHans-Christoph Steiner
svn path=/trunk/; revision=14596
2010-12-13renamed base class to hslider since the code uses that name thruoutHans-Christoph Steiner
svn path=/trunk/; revision=14595
2010-09-15remove -mcpu/-mtune flags as it breaks x64 build. we should eventually ↵mescalinum
figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth svn path=/trunk/; revision=14145
2010-04-26set default install location to ~/Library/Pd on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=13478
2010-04-25fixed iphoneos build and added 64-bit to Mac OS X universal builds if ↵Hans-Christoph Steiner
building on 10.5 or newer svn path=/trunk/; revision=13470
2010-04-07updated vanilla libdir to work with latest Makefile but commented out ↵Hans-Christoph Steiner
helpfiles since I'm not quite sure whether to use Miller's or the pddp versions svn path=/trunk/; revision=13398
2009-12-27following up on bug report #2921689, fixed a bunch of 'implicit declaration ↵Hans-Christoph Steiner
of function' warnings, which could cause problems on 64-bit svn path=/trunk/; revision=12846
2009-11-17copied x_list.c from trunk, which is the same as 0.41, to list.c and changed ↵Hans-Christoph Steiner
MSW to _WIN32 svn path=/trunk/; revision=12786
2009-11-12copied 0.42.5 sources into place, replacing the #include links, so that the ↵Hans-Christoph Steiner
versions can be managed svn path=/trunk/; revision=12759