aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-11Rename [copy] to [filecopy]HEADsvn2git-headexternals/postludeJamie Bullock
svn path=/trunk/externals/postlude/; revision=17467
2015-05-11Switch to an implementation that's actually portableJamie Bullock
svn path=/trunk/externals/postlude/; revision=17466
2015-04-28[copy] external, initial commitJamie Bullock
svn path=/trunk/externals/postlude/; revision=17455
2015-03-16Add support for a wider range of DX-based SYSEX files including those with ↵Jamie Bullock
more than 32-voices. NOTE: for now files with up to 128 voices can be “read”, but only the first 32 voices will be “loaded” svn path=/trunk/externals/postlude/; revision=17445
2015-03-16Make Makefile look in /usr/local/include and /usr/local/include/dssi — ↵Jamie Bullock
where we’d usually expect a user-installed dssi.h and alsa/ headers svn path=/trunk/externals/postlude/; revision=17444
2013-04-10svn path=/trunk/externals/postlude/; revision=17084Jamie Bullock
2012-10-10- removed RELEASE and include/Jamie Bullock
- updated README with instructions on how to install dependencies - version bump to 1.0 svn path=/trunk/externals/postlude/; revision=16380
2012-10-101.0 hasn't been released yet, so adjust version accordinglyHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16379
2012-10-10include Build-Depends: for alsa/seq_event.h header with the Hurd kernelHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16378
2012-10-10include Build-Depends: for alsa/seq_event.h headerHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16377
2012-10-10make the Makefile look in include/ for headersJamie Bullock
svn path=/trunk/externals/postlude/; revision=16376
2012-10-10- clarified licensingJamie Bullock
svn path=/trunk/externals/postlude/; revision=16375
2012-10-10include ladspa-sdk as Build-Dep to get ladspa.hHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16374
2012-10-10include headers and RELEASE file in dist tarballHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16373
2012-10-10first stab at debianizingHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16372
2012-10-09updated to latest version of the Makefile templateHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16370
2012-10-09- include stdbool for jsearch.cJamie Bullock
- README update svn path=/trunk/externals/postlude/; revision=16368
2012-09-17add puredata-core to pd dep so there is a real package tried before the virtualHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16253
2012-09-16psql 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-16first stab at a working debian packageHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16245
2012-09-16convert to library templateHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16242
2012-09-16updated 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-16added .txt to README and LICENSE to match libdir standardHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16240
2012-09-16rename help patch to standard schemeHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16239
2012-09-16folded install instructions into READMEHans-Christoph Steiner
svn path=/trunk/externals/postlude/; revision=16238
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