This website requires JavaScript.
Explore
Help
Sign In
allanger
/
ardour
Watch
1
Star
0
Fork
0
You've already forked ardour
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Activity
Files
a47cfd7f6f5fe3c9755084ec9523367ba7cd6f80
ardour
/
libs
History
Paul Davis
b7e3d20302
prevent xfades from being dragged to a longer length than the region that owns them
...
git-svn-id: svn://localhost/ardour2/branches/3.0@12332 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-19 16:40:05 +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
prevent xfades from being dragged to a longer length than the region that owns them
2012-05-19 16:40:05 +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
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
fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
2011-09-30 17:55:14 +00:00
rubberband
remove unnecessary gcc 4.7 "fix"
2012-04-27 14:10:34 +00:00
surfaces
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
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
Use is_defined to check for HAVE_* variables set by checks.
2011-09-29 20:29:06 +00:00
vamp-sdk
fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
2011-09-30 17:55:14 +00:00
.cvsignore
…