summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-22MCP: a fistful of improvements. probably best to just try it and see what it ...Paul Davis
2012-04-20Add "Description" pane to generic plugin UI for LV2 plugins with documentatio...David Robillard
2012-04-20Set tooltips on generic UI controls for LV2 plugin controls with documentatio...David Robillard
2012-04-19Break shared_ptr cycle between Track and itsCarl Hetherington
2012-04-19add a simple method to return "the instrument" associated with a Route. see t...Paul Davis
2012-04-18add User metadata. user metadata is edited from the same dialog and read/wri...Ben Loftis
2012-04-17MCP: various work on the button binding GUIPaul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-15Update MidiRegion::_start_beats on trimming the front of a MIDI region; reset...Carl Hetherington
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-04-14Fix a few return types.Carl Hetherington
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2012-04-13convert rec-enable control for a Track from PBD::COntrollable to ARDOUR::Auto...Paul Davis
2012-04-12remove old mcp config params, use new onePaul Davis
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2012-04-11Remove some unused parameters.Carl Hetherington
2012-04-11Remove unused parameter to Port::flush_buffers().Carl Hetherington
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2012-04-11Remove unused playlist audition code.Carl Hetherington
2012-04-11Fix crash introduced in r11877 (oops). Add LV2Plugin::port_index().David Robillard