summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2012-04-20Fix linear interpolator to avoid error accumulation.Carl Hetherington
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-20Remove support for old and/or experimental LV2 stuff.David Robillard
2012-04-19Break shared_ptr cycle between Track and itsCarl Hetherington
2012-04-19Another little test.Carl Hetherington
2012-04-19attempt to fix confusion over session file version numbering and so forthPaul Davis
2012-04-19Fix warning.Carl Hetherington
2012-04-19add a simple method to return "the instrument" associated with a Route. see t...Paul Davis
2012-04-18Add drawing.Carl Hetherington
2012-04-18Re-work fade operation to be closer to Mixbus; thingsCarl Hetherington
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-16MCP: work on rec-enablePaul 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-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2012-04-15Fix overflow when computing framewalk_to_beats with -ve pos; fixes #4694.Carl Hetherington
2012-04-15Don't abort if mis-matched processors are found; a vaguely satisfactory worka...Carl Hetherington
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-04-14Fix a few return types.Carl Hetherington
2012-04-13Fix compilation with old lilv.David Robillard
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2012-04-13Implement proper LV2 preset support.David Robillard
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-11Add thought-to-be-missing break (#4819).Carl Hetherington
2012-04-11Add sort-of missed returns to keep coverity happy (#4817).Carl Hetherington
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 a few unchecked XML child / property lookupsCarl Hetherington
2012-04-11Fix use of invalidated iterator (#4822).Carl Hetherington
2012-04-11Implement ui:portIndex and ui:touch features.David Robillard
2012-04-11Fix crash introduced in r11877 (oops). Add LV2Plugin::port_index().David Robillard
2012-04-11remove debugging output, and fix MCP to use MISSING_INVALIDATOR to stop crash...Paul Davis
2012-04-10Forward port LV2 BPM and freewheeling port stuff from 2.0-ongoing.David Robillard
2012-04-10Fix failed assertion with plugins with only an audio output are inserted on a...David Robillard
2012-04-10give MackieControlProtocol its own thread and make it parse incoming MIDI in ...Paul Davis
2012-04-10add "centrally-parsed" property to MIDI::Port so that we can avoid the MidiUI...Paul Davis
2012-04-07Fix possible null pointer dereference (#4813).Carl Hetherington
2012-04-07Fix operator typo (#4824).Carl Hetherington
2012-04-07Fix comment.Carl Hetherington
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-05assert() on id property not being present (#4814).Carl Hetherington
2012-04-05Fix double-delete (#4809).Carl Hetherington
2012-04-05Fix operator precedance inaccuracy (#4825).Carl Hetherington