ardour.git
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-09 Paul DavisMCP: possible support for metering
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 Paul Davistweak drawing of button joiner
2012-04-07 Carl HetheringtonFix possible null pointer dereference (#4813).
2012-04-07 Carl HetheringtonClean up possibly-null pointer dereference (#4812).
2012-04-07 Carl HetheringtonFix operator typo (#4824).
2012-04-07 Carl HetheringtonAdd missing break and remove duplicate (maybe mismerge)
2012-04-07 Carl HetheringtonAdd missing break; (#4820).
2012-04-07 Carl HetheringtonFix another out-of-scope variable access (#4811).
2012-04-07 Carl HetheringtonFix out-of-scope access to variable (#4810).
2012-04-07 Carl HetheringtonRemove use of invalidated iterator (#4826).
2012-04-07 Carl HetheringtonFix comment.
2012-04-06 Paul Davisfix some packing issues in the monitor section when...
2012-04-06 Paul Davisrevert all recent changes to startup dialog, except...
2012-04-06 David RobillardExecute plugin worker tasks immediately in the audio...
2012-04-05 Ben Loftisvarious tweaks to Freesound UI and code. keep a single...
2012-04-05 Paul DavisDraw all automation points, rather than trying to use...
2012-04-05 Paul Davisprovide control over automation thinning in preferences
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 possible deref of 0 pointer (#4815).
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-03 Todd Nauglefix missing quote in disk space check failure message
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-29 Paul Davisfix bizarre typo in OS X build (bizarre because its...
2012-03-27 Carl HetheringtonPatch from Nick to fix crash on closing a LV2 plugin
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 HetheringtonFix warning.
2012-03-25 Carl HetheringtonTypo in comment.
2012-03-25 David RobillardUpdate to latest LV2 atom extension.
2012-03-25 Carl HetheringtonReshow time selection when zooming in object-range...
2012-03-23 Carl HetheringtonPatch from colinf to make stereo panners move right...
2012-03-22 Carl HetheringtonFix double separator on session range context menu.
2012-03-22 Carl HetheringtonRemove unused op parameter to temporal_zoom_by_frame...
2012-03-22 Carl HetheringtonDon't leave internal edit mode when clicking on an...
2012-03-22 Paul Davisclarify what the "precise" button does in the timefx...
2012-03-21 Carl HetheringtonUse combo box for plugin controls for ports marked as
2012-03-21 Carl HetheringtonUse a AutoSpin rather than a combo box for input
2012-03-21 Carl HetheringtonUse sigc::slot for ClickBox printing function rather
2012-03-21 Carl HetheringtonRename combo_map variable to scale_points.
2012-03-21 Carl HetheringtonAdd tooltips to plugin controls in the processor box
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.
next