ardour.git
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.
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-20 Paul Davisreorder editor route list columns to put visible and...
2012-03-20 Paul Davisadd 44 MIDNAM files for various h/w synths, originally...
2012-03-19 Carl HetheringtonUse Silence instead of Flush to describe plugins-stop...
2012-03-19 Carl HetheringtonAdd GPL boilerplate; use x->foo for (*x).foo; tidy...
2012-03-19 Carl HetheringtonAdd set_motorised().
2012-03-19 Carl HetheringtonAdd window title to control surface options.
2012-03-17 Carl HetheringtonRemove erroneous non-run of plugins when the transport...
2012-03-17 Paul Davisthin up the width of the line separating tracks in...
2012-03-17 Paul Davisgroup tabs background/base color taken from the theme...
2012-03-17 Paul Davisfix command name in undo/redo history for nudge backwar...
2012-03-17 Paul Davissave nudge clock value; don't reset the nudge clock...
2012-03-17 Paul Davisadd nick lanham (bazz) to authors list
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...
next