aboutsummaryrefslogtreecommitdiff
path: root/dssi/makefile
AgeCommit message (Collapse)Author
2010-12-08- moved dssi to pluginhost~ in preparation for renamingJamie Bullock
svn path=/trunk/externals/postlude/; revision=14575
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- 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-01-18Fixed hard-coded paths after eighthave changed the name of the help file!Jamie Bullock
svn path=/trunk/externals/postlude/; revision=9148
2006-03-27Added jutils to makefileJamie Bullock
svn path=/trunk/externals/postlude/; revision=4781
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
2006-03-11Added jutils for improved search and load facilitiesJamie Bullock
svn path=/trunk/externals/postlude/; revision=4692
2006-02-02*** empty log message ***Jamie Bullock
svn path=/trunk/externals/postlude/; revision=4537