summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2012-04-05Implement LV2 worker extension.David Robillard
2012-04-04Remove ControlList::_max_xval which is set up and stored inCarl Hetherington
2012-04-02Remove some unused stuff.Carl Hetherington
2012-04-01Add comment.Carl Hetherington
2012-04-01Add comment and fix type.Carl Hetherington
2012-04-01Remove unused declaration.Carl Hetherington
2012-04-01Tidy up slightly; fix reads off the end of the dataCarl Hetherington
2012-03-30Update to latest LV2 state extension.David Robillard
2012-03-27Put copy-constructed crossfades at the position of theirCarl Hetherington
2012-03-25Give the _sends member of InternalReturn its own mutex,Carl Hetherington
2012-03-25Typo in comment.Carl Hetherington
2012-03-25Update to latest LV2 atom extension.David Robillard