summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2012-06-13Add operation_in_progress() method.Carl Hetherington
2012-06-13flip default value of Plugin::presets_are_MIDI_programs and Plugin::current_p...Paul Davis
2012-06-12Handle failure of statfs to return available disc space on Samba shares mount...Carl Hetherington
2012-06-12fix complete screw up in connecting MIDNAM PatchNameList with ChannelNameSets...Paul Davis
2012-06-12more changes to patch change/plugin preset support - replace regexp replaceme...Paul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-11partially-done (but compile-friendly) move of instrument info into a new back...Paul Davis
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-06-09Clean up libardour tests a bit.Carl Hetherington
2012-06-09Rename import_audiofiles -> import_files.Carl Hetherington
2012-06-08No-op; some comments, remove some unused stuff, minor tidying up.Carl Hetherington
2012-06-06Provide dialogs to edit pan values numerically, at least forCarl Hetherington
2012-06-06Remove some unused code.Carl Hetherington
2012-06-01Prevent latency measurement output buffer being silenced byCarl Hetherington
2012-06-01Minor tidy-ups to MTDM code; add test.Carl Hetherington
2012-06-01When we rename a track, only rename its playlist if itCarl Hetherington
2012-06-01fix construction of new xfades from legacy xfades, and add a few comments her...Paul Davis
2012-05-31allow alt-drag on stereo panner to move just one side of the stereo field. th...Paul Davis
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-27Re-implement URIMap to tolerate broken plugins that use the wrong context toDavid Robillard
2012-05-27add a fix for the one problem case from the last commit: region splitting, wh...Paul Davis
2012-05-26convert audioregion xfade stuff to properties, add "is-short" property for fa...Paul Davis
2012-05-24always create short xfades when adding a region based on capturePaul Davis
2012-05-24remove old RECMUTEX conditionalPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-05-23alter API for MIDI cloning to facilitate exportPaul Davis
2012-05-21Slightly hacky improvement to embolden the labels ofCarl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-16let's do this right if we're going to do it at all ..Paul Davis
2012-05-16switch to a RWLock for Playlist, to allow simultaneous reads (which can happe...Paul Davis
2012-05-15remove two instances of static/global ScopedConnectionList. one remains worth...Paul Davis
2012-05-15Remove unused method.Carl Hetherington
2012-05-15Remove bind to shared_ptr.Carl Hetherington
2012-05-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-10trim a single other region when adjusting xfade lengthPaul Davis
2012-05-10if an xfade involves only 2 regions, clamp its length to the overlap between ...Paul Davis
2012-05-07move ::reconfigurable_io() from Plugin to PluginInfo so that the GUI can offe...Paul Davis
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-05-01remove recursive mutex from Playlist, replace with private regular mutex, for...Paul Davis
2012-05-01Remove unused quantize type options.Carl Hetherington
2012-05-01mostly backup-oriented commit to preserve very initial pass at rendering fade...Paul Davis
2012-04-30Clarify behaviour of ::read (overwrites its buffer) wrt ::read_at (mixes into...Carl Hetherington
2012-04-30Remove unused return value.Carl Hetherington
2012-04-30add explicit inverse fade in/out curves for use when doing constant power xfa...Paul Davis
2012-04-30Remove unused options related to crossfades.Carl Hetherington
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-26Use Glib::Threads::RecMutex rather than Glib::RecMutex whereCarl Hetherington
2012-04-25MCP: dynamic ipMIDI ports, more default key bindings, various minor fixesPaul Davis