summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2012-03-21Use combo box for plugin controls for ports marked asCarl Hetherington
2012-03-20use the right include namePaul Davis
2012-03-20make MIDI Patch Manager search in $user_config_dir/patchfiles for midnam file...Paul Davis
2012-03-20tweak audio track importer to use the modified xml++ API for XPATH searchingPaul Davis
2012-03-17Remove erroneous non-run of plugins when the transport is stoppedCarl Hetherington
2012-03-17fix crash when setting an LV2 preset that refers to ports via incorrect names...Paul Davis
2012-03-17remove debugging outputPaul Davis
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-14Fix comment and one return value.Carl Hetherington
2012-03-13redesign how XML state, bitslots and names get propagated during copying a se...Paul Davis
2012-03-13use g_fopen()Paul Davis
2012-03-13use g_fopen()Paul Davis
2012-03-13No-op; coding style.Carl Hetherington
2012-03-13Centralise and fix up path creation for Linux VST info files; prevents creati...Carl Hetherington
2012-03-13Use fgets and sscanf to read numbers rather than fscanf, avoiding strange occ...Carl Hetherington
2012-03-10Patch from colinf to allow the number of recent sessions toCarl Hetherington