13
0
livetrax/libs
Paul Davis b99131f21e fix bug that has existed since rev 17 when evaluating a curve in a position before the first point of the curve
git-svn-id: svn://localhost/ardour2/branches/3.0@12411 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24 01:43:02 +00:00
..
appleutility
ardour Opaque region bodies should overwrite whatever is already in 2012-05-24 00:54:51 +00:00
audiographer remove debugging 2012-05-22 13:05:13 +00:00
clearlooks-newer
clearlooks-older
evoral fix bug that has existed since rev 17 when evaluating a curve in a position before the first point of the curve 2012-05-24 01:43:02 +00:00
fst
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
pbd Fix up tests now that operator= on ScopedConnection disconnects the old connection that it held. 2012-05-23 16:22:51 +00:00
qm-dsp
rubberband
surfaces MCP: pay attention to listen changes as well as solo changes, and reflect listen state with solo button, just like solo 2012-05-22 21:38:03 +00:00
taglib
timecode
vamp-plugins
vamp-sdk
.cvsignore