aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-02- appended .txt to README and LICENSE for conformityJamie Bullock
svn path=/trunk/externals/postlude/; revision=15938
2012-02-02- removed spurious directoriesJamie Bullock
svn path=/trunk/externals/postlude/; revision=15937
2012-02-02- simplified file layoutJamie Bullock
svn path=/trunk/externals/postlude/; revision=15936
2012-02-02-added standard pd repo makefile template (with tweaks)Jamie Bullock
svn path=/trunk/externals/postlude/; revision=15935
2012-02-02- removed old makefileJamie Bullock
svn path=/trunk/externals/postlude/; revision=15934
2012-01-24- fix bugs in reset and control port handlingJamie Bullock
svn path=/trunk/externals/postlude/; revision=15889
2011-10-13- added missing configure keys for hexter performance parametersJamie Bullock
svn path=/trunk/externals/postlude/; revision=15581
2011-09-07- fixed debug print crashJamie Bullock
- added a workaround for setting hexter pitch bend range, pressure sensitivity, mod wheel sensitivity, portamento time etc svn path=/trunk/externals/postlude/; revision=15289
2010-12-15- modularised code a bit moreJamie Bullock
svn path=/trunk/externals/postlude/; revision=14642
2010-12-14- now using outlet to pass OSC messages to plugin GUI instead of using ↵Jamie Bullock
liblo. i.e. it expects something like the mrpeach OSC externals to be connected - now using inlet to receive messages from plugin GUI (see above) svn path=/trunk/externals/postlude/; revision=14635
2010-12-13- refactoringJamie Bullock
svn path=/trunk/externals/postlude/; revision=14628
2010-12-09- fixed some bugsJamie Bullock
svn path=/trunk/externals/postlude/; revision=14585
2010-12-09- removed pthread dependencyJamie Bullock
svn path=/trunk/externals/postlude/; revision=14584
2010-12-09- removed liblo dependencyJamie Bullock
svn path=/trunk/externals/postlude/; revision=14581
2010-12-08- refactored debug statement handlingJamie Bullock
svn path=/trunk/externals/postlude/; revision=14577
2010-12-08- renamed dssi~ to pluginhost~Jamie Bullock
svn path=/trunk/externals/postlude/; revision=14576
2010-12-08- moved dssi to pluginhost~ in preparation for renamingJamie Bullock
svn path=/trunk/externals/postlude/; revision=14575
2010-09-21- |dssi remap( now also affects CC, program change, bend and aftertouchJamie Bullock
svn path=/trunk/externals/postlude/; revision=14168
2010-09-21- implemented |dssi remap( message. Jamie Bullock
This remaps MIDI channel numbers to instances. e.g. |dssi remap 1 1 2( maps channel 1 to instances 1 & 2, and channel 2 to instance 3. svn path=/trunk/externals/postlude/; revision=14166
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/postlude/; revision=11724
2009-03-07- removed spurious return statementJamie Bullock
svn path=/trunk/externals/postlude/; revision=10843
2009-03-07- Fixed loader bug. Now loading SYSEX patches uses Pd search path not ↵Jamie Bullock
absolute path svn path=/trunk/externals/postlude/; revision=10842
2009-03-07- Made 'can't find GUI' message more meaningfulJamie Bullock
svn path=/trunk/externals/postlude/; revision=10841
2009-03-07- Committed patch from moumar on Pd list 'add-more-stability.patch' !Jamie Bullock
- Fixed bug where setting LADSPA control ports for DSSI plugins crashed Pd - Fixed bug where sending notes on channel 1 sends to all channels - Reformatted code using ts=8 sts=4 sw=4 svn path=/trunk/externals/postlude/; revision=10840
2008-10-18- pd 'canvas' search path now searched for plugins in addition to ↵Jamie Bullock
LADSPA_PATH and DSSI_PATH. This means that plugin paths can now be added with [declare] svn path=/trunk/externals/postlude/; revision=10334
2008-10-06- Added pd_darwin build target to makefileJamie Bullock
svn path=/trunk/externals/postlude/; revision=10325
2008-06-18getpatchname parent query capability and helpfile to matchLuke Iannini
svn path=/trunk/externals/postlude/; revision=10037
2008-02-16[knn] by Fujinaga and MacMillan, initial commitJamie Bullock
svn path=/trunk/externals/postlude/; revision=9446
2008-01-18Fixed hard-coded paths after eighthave changed the name of the help file!Jamie Bullock
svn path=/trunk/externals/postlude/; revision=9148
2007-11-14Fixed bug where if a query contained ", close" the 'close' method would be ↵Jamie Bullock
invoked. Added bang to left outlet when results from each query have been returned Tidied up help file (a little). svn path=/trunk/externals/postlude/; revision=9013
2007-11-06psql external initial commitJamie Bullock
svn path=/trunk/externals/postlude/; revision=8946
2007-09-29renamed help files to match the *-help.pd naming standardHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=8773
2006-08-25Corrected freq domain cc~ (provided by Charles Henry)Jamie Bullock
svn path=/trunk/externals/postlude/; revision=5739
2006-07-17This commit was generated by cvs2svn to compensate for changes in r5372,Jamie Bullock
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/postlude/; revision=5373
2006-07-12This commit was generated by cvs2svn to compensate for changes in r5366,Jamie Bullock
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/postlude/; revision=5367
2006-05-30New checkin after sf upgradeJamie Bullock
svn path=/trunk/externals/postlude/; revision=5152
2006-04-19renamed cross~ to cc~Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4941
2006-04-19Added frequency domain correlation to cross~Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4940
2006-04-07Removed need for arg in cross~Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4843
2006-04-07Tidied.Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4842
2006-04-07Initial check inJamie Bullock
svn path=/trunk/externals/postlude/; revision=4841
2006-04-07Now sending note messages to instance 0 sends to all instancesJamie Bullock
svn path=/trunk/externals/postlude/; revision=4840
2006-03-29Added key and channel aftertouch support.Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4812
2006-03-27Modified helpfile. Fixed LADSPA control in bugJamie Bullock
svn path=/trunk/externals/postlude/; revision=4785
2006-03-27Added jutils to makefileJamie Bullock
svn path=/trunk/externals/postlude/; revision=4781
2006-03-24*** empty log message ***Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4761
2006-03-24*** empty log message ***Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4757
2006-03-23Fixed plug_plugin.Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4752
2006-03-20Modified DSP vector handling.Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4744
2006-03-17Restructed loader/free.Added plug facility, which currently doesn't work ↵Jamie Bullock
with DSP on. svn path=/trunk/externals/postlude/; revision=4738