summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2012-04-10Forward port LV2 BPM and freewheeling port stuff from 2.0-ongoing.David Robillard
2012-04-06Execute plugin worker tasks immediately in the audio thread if freewheeling.David Robillard
2012-04-05provide an RC configuration variable to "shadow" Evoral::ControlList::thinnin...Paul Davis
2012-04-05Implement LV2 worker extension.David Robillard
2012-04-02Remove some unused stuff.Carl Hetherington
2012-04-01Add comment and fix type.Carl Hetherington
2012-04-01Remove unused declaration.Carl Hetherington
2012-03-30Update to latest LV2 state extension.David Robillard
2012-03-25Give the _sends member of InternalReturn its own mutex,Carl Hetherington
2012-03-25Update to latest LV2 atom extension.David Robillard
2012-03-21Use combo box for plugin controls for ports marked asCarl Hetherington
2012-03-20make MIDI Patch Manager search in $user_config_dir/patchfiles for midnam file...Paul Davis
2012-03-17Remove erroneous non-run of plugins when the transport is stoppedCarl Hetherington
2012-03-16continue the saga of Rewrite The XML Node So That It Can Be Used To Set Anoth...Paul Davis
2012-03-16put back revised version of Route::has_external_redirects() and use it to giv...Paul Davis
2012-03-16remove now-unused Route::has_external_redirects()Paul Davis
2012-03-15add new filesPaul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-15remove unused Glib::Thread* from ProcessThreadPaul Davis
2012-03-15better, cleaner fix for copying sends/returns/port inserts via XML statePaul Davis
2012-03-13redesign how XML state, bitslots and names get propagated during copying a se...Paul Davis
2012-03-10Patch from colinf to allow the number of recent sessions toCarl Hetherington
2012-03-07Patch from colinf to fix auto-connect of bus outputs (#4758).Carl Hetherington
2012-03-05Add new inodes_same() method.Carl Hetherington
2012-03-01follow glib include rules, sighPaul Davis
2012-02-29Update to latest LV2 atom extension.David Robillard
2012-02-28Use dBs for send gain automation controls too.Carl Hetherington
2012-02-27Display amp automation in dB using a logarithmic fader.Carl Hetherington