13
0
livetrax/libs
Carl Hetherington b54779ec41 Try to make signals.h.py more cross-python-version compatible.
git-svn-id: svn://localhost/ardour2/branches/3.0@12285 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-15 10:43:47 +00:00
..
appleutility fixes for 64 bit OS X build (c/o david robillard); tested on Lion & Tiger 2012-03-02 22:53:00 +00:00
ardour Remove unused method. 2012-05-15 01:23:55 +00:00
audiographer fix --test build on OSX Lion by commenting out code that does not compile 2012-05-14 17:43:52 +00:00
clearlooks-newer Fix typo (#4848). 2012-04-19 15:45:08 +00:00
clearlooks-older
evoral switch to 5 new fade curves, taken from mixbus2 branch. make xfade context menus functional even though the images are not accurate 2012-05-11 21:30:36 +00:00
fst Remove VST current_program variable, since that stuff is 2011-11-23 19:29:38 +00:00
gtkmm2ext drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this). 2012-05-14 17:18:48 +00:00
midi++2 more fixes/tweaks from the land of the lion 2012-05-02 20:45:17 +00:00
panners MCP: timeout display of value when altering with fader or pot; range ops on strip buttons should work; select logic may be broken 2012-04-13 16:11:55 +00:00
pbd Try to make signals.h.py more cross-python-version compatible. 2012-05-15 10:43:47 +00:00
qm-dsp
rubberband remove unnecessary gcc 4.7 "fix" 2012-04-27 14:10:34 +00:00
surfaces remove inclusion of boost/signasl2.hpp 2012-05-14 17:46:03 +00:00
taglib Fix some warnings in non-debug mode. 2012-04-20 21:59:37 +00:00
timecode add operator!= for BBT_Time 2012-01-07 17:11:17 +00:00
vamp-plugins
vamp-sdk
.cvsignore