MCP: maybe handle multiple MCUs better; add support for modifier keys; rearrange...
[ardour.git] / libs /
2012-04-09 Paul DavisMCP: maybe handle multiple MCUs better; add support...
2012-04-09 Paul DavisMCP: avoid debug flood from meters
2012-04-09 Paul DavisMCP: register thread with GUI and create session event...
2012-04-09 Paul DavisMCP: different meter debug trace; initial support for...
2012-04-09 Paul Davisallow ControlProtocols to call for undo/redo in GUI...
2012-04-09 Paul DavisMCP: zoom button toggles led
2012-04-09 Paul DavisMCP: zoom in on cursor right press
2012-04-09 Paul DavisMCP: some debug tracing for meters
2012-04-09 Paul Davisremove redundant MackieButtonHandler class, implement...
2012-04-09 Paul Davisstart breaking apart the various controls into their...
2012-04-09 Paul DavisMCP: change refresh interval for meters + automation...
2012-04-09 Paul DavisMCP: add some locking to the RouteSignals object
2012-04-09 Paul DavisMCP: possible support for metering (really)
2012-04-08 Paul DavisMCP: make Strip aware of Meter
2012-04-08 Paul DavisMCP: start up event loop (thread) so that we can do...
2012-04-08 Paul DavisMCP: look for jog wheel as a special case
2012-04-08 Paul DavisMCP: move init functions back into Surface since there...
2012-04-08 Paul DavisMCP: remove no-longer-used files
2012-04-08 Paul DavisMCP: connect to correct signal for buttons; more code...
2012-04-08 Paul DavisMCP: remove files no longer used (copies are always...
2012-04-08 Paul DavisMCP: add handler for forgotten noteOn (button) messages...
2012-04-08 Paul DavisMCP: more debugging for fader messages
2012-04-08 Paul DavisMCP: fix fader mapping from extenders
2012-04-08 Paul Davisdebug ardour->MCP fader mapping
2012-04-08 Paul DavisMCP: fix (?) interpretation of fader/pitchbend messages
2012-04-08 Paul DavisMCP: add debug tracing for fader (pitchbend) messages
2012-04-08 Paul DavisMCP: add debug tracing for timeouts
2012-04-08 Paul DavisMCP: correctly link routes and strips; correctly set...
2012-04-08 Paul DavisMCP: stop using signals to handle parsed control events...
2012-04-08 Paul DavisMCP: drop need for ScopedConnectionList::empty()
2012-04-08 Paul DavisMCP: major redesign of control instantiation; continuin...
2012-04-07 Paul DavisMCP: fix bad use of strips container
2012-04-07 Paul DavisMCP: alternative method for clearing route table when...
2012-04-07 Paul DavisMCP: build fix
2012-04-07 Paul DavisMCP: drastically alter setup of Mackie surface to not...
2012-04-07 Paul DavisMCP: try to fix madness with extender strip indices
2012-04-07 Paul DavisMCP: try to actually use extenders
2012-04-07 Paul Davisdebugging mcu via ssl nucleus 2
2012-04-07 Paul Davisdebugging mcu via ssl nucleus
2012-04-07 Carl HetheringtonFix possible null pointer dereference (#4813).
2012-04-07 Carl HetheringtonFix operator typo (#4824).
2012-04-07 Carl HetheringtonFix comment.
2012-04-06 David RobillardExecute plugin worker tasks immediately in the audio...
2012-04-05 Paul Davisprovide an RC configuration variable to "shadow" Evoral...
2012-04-05 Paul Davismake automation thinning factor controllable at run...
2012-04-05 Carl Hetheringtonassert() on id property not being present (#4814).
2012-04-05 Carl HetheringtonFix double-delete (#4809).
2012-04-05 Carl HetheringtonFix operator precedance inaccuracy (#4825).
2012-04-05 David RobillardImplement LV2 worker extension.
2012-04-04 Carl HetheringtonRemove ControlList::_max_xval which is set up and stored in
2012-04-02 Carl HetheringtonRemove some unused stuff.
2012-04-02 Carl HetheringtonMissing file.
2012-04-01 Carl HetheringtonAdd comment.
2012-04-01 Carl HetheringtonAdd comment and fix type.
2012-04-01 Carl HetheringtonRemove unused declaration.
2012-04-01 Carl HetheringtonFix memory leak on error condition (#4798).
2012-04-01 Carl HetheringtonFix possible out-of-bounds array access (#4796).
2012-04-01 Carl HetheringtonFix reference of track after free() (#4795).
2012-04-01 Carl HetheringtonTidy up slightly; fix reads off the end of the data
2012-04-01 Carl HetheringtonRemove unused ustring version of url_decode(). Rework
2012-04-01 Carl HetheringtonFix libpbd tests and add test for url_decode().
2012-03-30 David RobillardUpdate to latest LV2 state extension.
2012-03-30 Carl HetheringtonFurther GCC 4.7.0 fixes.
2012-03-30 Carl HetheringtonSome fixes for GCC 4.7.0
2012-03-27 Carl HetheringtonPut copy-constructed crossfades at the position of...
2012-03-25 Carl HetheringtonGive the _sends member of InternalReturn its own mutex,
2012-03-25 Carl HetheringtonTypo in comment.
2012-03-25 David RobillardUpdate to latest LV2 atom extension.
2012-03-22 Carl HetheringtonDon't leave internal edit mode when clicking on an...
2012-03-21 Carl HetheringtonUse combo box for plugin controls for ports marked as
2012-03-21 Carl HetheringtonUse sigc::slot for ClickBox printing function rather
2012-03-21 Carl HetheringtonUpdate motorised button when a motorised surface's...
2012-03-21 Carl HetheringtonMake toggle MIDIControllables with program changes...
2012-03-21 Carl HetheringtonFix test build.
2012-03-20 Paul Davisuse the right include name
2012-03-20 Paul Davismake MIDI Patch Manager search in $user_config_dir...
2012-03-20 Paul Davistweak audio track importer to use the modified xml...
2012-03-20 Paul Davisa lot of tweaking and fixing for the MIDNAM parsing...
2012-03-20 Paul Davissome deep changes to xml++ in which we retain a C-level...
2012-03-19 Carl HetheringtonAdd GPL boilerplate; use x->foo for (*x).foo; tidy...
2012-03-19 Carl HetheringtonAdd set_motorised().
2012-03-17 Carl HetheringtonRemove erroneous non-run of plugins when the transport...
2012-03-17 Paul Davisfix crash when setting an LV2 preset that refers to...
2012-03-17 Paul Davisremove debugging output
2012-03-16 Paul Daviscontinue the saga of Rewrite The XML Node So That It...
2012-03-16 Paul Davisuse MOD2 for command key on OS X, just like in 2.X
2012-03-16 Paul Davisput back revised version of Route::has_external_redirec...
2012-03-16 Paul Davisremove now-unused Route::has_external_redirects()
2012-03-15 Paul Davisadd new files
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2012-03-15 Paul Davisremove unused Glib::Thread* from ProcessThread
2012-03-15 Paul Davisbetter, cleaner fix for copying sends/returns/port...
2012-03-14 Carl HetheringtonFix comment and one return value.
2012-03-13 Paul Davisredesign how XML state, bitslots and names get propagat...
2012-03-13 Paul Davisuse g_fopen()
2012-03-13 Paul Davisuse g_fopen()
2012-03-13 Carl HetheringtonNo-op; coding style.
2012-03-13 Carl HetheringtonCentralise and fix up path creation for Linux VST info...
2012-03-13 Carl HetheringtonUse fgets and sscanf to read numbers rather than fscanf...
2012-03-10 Carl HetheringtonPatch from colinf to allow the number of recent sessions to
next