13
0
livetrax/libs
Paul Davis d52012f398 remove Tranzport configure option, since the code will not work
git-svn-id: svn://localhost/ardour2/branches/3.0@12353 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-21 09:30:00 +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 don't specify VAMP_PATH in regular code. it should be given either in the bundle fixup_environment() call or in a startup script 2012-05-20 23:06:46 +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
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 major rationalization of use of search paths. ardour now has just 4 functions used to define how external resources are located: ardour_config_search_path() (for system or user specific configuration data), ardour_data_search_path() (for machine, user and system independent data), ardour_dll_directory() (base directory where shared libraries are found) and user_config_directory(). These are now used throughout the code. the config, data and dll paths/directories can be overridden by environment variables. the user config dir is added as the first element of the first two search paths, and use selectively when searching for a few other things. 2012-05-18 17:24:06 +00:00
qm-dsp
rubberband remove unnecessary gcc 4.7 "fix" 2012-04-27 14:10:34 +00:00
surfaces remove Tranzport configure option, since the code will not work 2012-05-21 09:30:00 +00:00
taglib Fix some warnings in non-debug mode. 2012-04-20 21:59:37 +00:00
timecode
vamp-plugins
vamp-sdk
.cvsignore