Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-10 | include Build-Depends: for alsa/seq_event.h header with the Hurd kernel | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16378 | |||
2012-10-10 | include Build-Depends: for alsa/seq_event.h header | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16377 | |||
2012-10-10 | make the Makefile look in include/ for headers | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=16376 | |||
2012-10-10 | - clarified licensing | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=16375 | |||
2012-10-10 | include ladspa-sdk as Build-Dep to get ladspa.h | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16374 | |||
2012-10-10 | include headers and RELEASE file in dist tarball | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16373 | |||
2012-10-10 | first stab at debianizing | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16372 | |||
2012-10-09 | updated to latest version of the Makefile template | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16370 | |||
2012-10-09 | - include stdbool for jsearch.c | Jamie Bullock | |
- README update svn path=/trunk/externals/postlude/; revision=16368 | |||
2012-09-17 | add puredata-core to pd dep so there is a real package tried before the virtual | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16253 | |||
2012-09-16 | psql is a single object lib, so it doesn't need all the libdir/import stuff ↵ | Hans-Christoph Steiner | |
to work svn path=/trunk/externals/postlude/; revision=16247 | |||
2012-09-16 | first stab at a working debian package | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16245 | |||
2012-09-16 | convert to library template | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16242 | |||
2012-09-16 | updated to latest text of GPLv2+ direct from the source: ↵ | Hans-Christoph Steiner | |
http://www.gnu.org/licenses/gpl-2.0.txt svn path=/trunk/externals/postlude/; revision=16241 | |||
2012-09-16 | added .txt to README and LICENSE to match libdir standard | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16240 | |||
2012-09-16 | rename help patch to standard scheme | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16239 | |||
2012-09-16 | folded install instructions into README | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=16238 | |||
2012-02-02 | - appended .txt to README and LICENSE for conformity | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=15938 | |||
2012-02-02 | - removed spurious directories | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=15937 | |||
2012-02-02 | - simplified file layout | Jamie 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 makefile | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=15934 | |||
2012-01-24 | - fix bugs in reset and control port handling | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=15889 | |||
2011-10-13 | - added missing configure keys for hexter performance parameters | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=15581 | |||
2011-09-07 | - fixed debug print crash | Jamie 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 more | Jamie 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 | - refactoring | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=14628 | |||
2010-12-09 | - fixed some bugs | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=14585 | |||
2010-12-09 | - removed pthread dependency | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=14584 | |||
2010-12-09 | - removed liblo dependency | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=14581 | |||
2010-12-08 | - refactored debug statement handling | Jamie 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 renaming | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=14575 | |||
2010-09-21 | - |dssi remap( now also affects CC, program change, bend and aftertouch | Jamie 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-09 | replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where | Hans-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 statement | Jamie 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 meaningful | Jamie 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 makefile | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=10325 | |||
2008-06-18 | getpatchname parent query capability and helpfile to match | Luke Iannini | |
svn path=/trunk/externals/postlude/; revision=10037 | |||
2008-02-16 | [knn] by Fujinaga and MacMillan, initial commit | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=9446 | |||
2008-01-18 | Fixed hard-coded paths after eighthave changed the name of the help file! | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=9148 | |||
2007-11-14 | Fixed 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-06 | psql external initial commit | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=8946 | |||
2007-09-29 | renamed help files to match the *-help.pd naming standard | Hans-Christoph Steiner | |
svn path=/trunk/externals/postlude/; revision=8773 | |||
2006-08-25 | Corrected freq domain cc~ (provided by Charles Henry) | Jamie Bullock | |
svn path=/trunk/externals/postlude/; revision=5739 |