ardour.git
2012-04-13 Paul DavisMCP: more button tracing, more config stuff
2012-04-13 Paul DavisMCP: more button tracing, more config stuff
2012-04-13 Paul DavisMCP: fix uninitialized variable; start work on extendin...
2012-04-13 David RobillardFix compilation with old lilv.
2012-04-13 Paul DavisMCP: timeout display of value when altering with fader...
2012-04-13 Paul Davisshow gain level as its adjusted from ardour GUI (not...
2012-04-13 David RobillardImplement proper LV2 preset support.
2012-04-13 Paul Davisconvert rec-enable control for a Track from PBD::COntro...
2012-04-12 Paul DavisMCP: make select button work again
2012-04-12 Paul DavisMCP: try an alternate mode for gain pot mode
2012-04-12 Paul DavisMCP: button debugging, plus don't do much/aything on...
2012-04-12 Paul DavisMCP: display label change
2012-04-12 Paul DavisMCP: reverse pot labelling re: flip mode
2012-04-12 Paul DavisMCP: fix confusion between normal and modified Automati...
2012-04-12 Paul DavisMCP: start generalizing mapping between surface control...
2012-04-12 Paul Davisremove old mcp config params, use new one
2012-04-12 Paul DavisMCP: rename ports again, remove ports from MCP bundles...
2012-04-12 Paul DavisMCP: new device file
2012-04-12 Paul DavisMCP: more surface properties, correctly close IOSources...
2012-04-12 Paul Davismissing initialization
2012-04-12 Paul DavisMCP: nucleus def file
2012-04-12 Paul DavisMCP: switch devices on the fly; name MIDI ports appropr...
2012-04-12 Paul Davispropagate GUI track selection to control protocols...
2012-04-12 Paul Davisinitial MCP device info file, and fix ./ardev and frien...
2012-04-12 Paul DavisMCP: loading device info files basically operational
2012-04-12 Paul DavisMCP: stubbed device info file loading
2012-04-12 Paul Davisnew files
2012-04-12 Paul Davismove string_is_affirmative() into libpbd
2012-04-12 David RobillardA bit of crash proofiness for insane plugin UIs.
2012-04-12 Paul DavisMCP: shift-select resets gain to unity; don't jump...
2012-04-12 Paul DavisMCP: track control press/release events
2012-04-12 Paul DavisMCP: probably fix crash from flip mode, and debug modif...
2012-04-12 Paul DavisMCP: check on whether we using pan width control; flip...
2012-04-12 Paul DavisMCP: check on whether we using pan width control
2012-04-12 Paul DavisMCP: probably fix ardour->surface for faders
2012-04-12 Paul DavisMCP: debug continues
2012-04-12 Paul DavisMCP: debug continues
2012-04-11 Paul DavisMCP: maybe get vpot id's right; more debug tracing...
2012-04-11 Carl HetheringtonAdd thought-to-be-missing break (#4819).
2012-04-11 Carl HetheringtonAdd sort-of missed returns to keep coverity happy ...
2012-04-11 Paul DavisMCP: cursor left should scroll left
2012-04-11 Paul DavisMCP: hopefully fix ardour->controller for faders
2012-04-11 Paul DavisMCP: cursor left/right should scroll; maybe fix vpots
2012-04-11 Paul DavisMCP: reverse operation of cursor up/down in zoom mode...
2012-04-11 Paul DavisMCP: more tracing for rewind; change play LED illuminat...
2012-04-11 Paul DavisMCP: repeated presses of play button will jump back...
2012-04-11 Carl HetheringtonRemove some unused parameters.
2012-04-11 Paul DavisMCP: share add-marker code with BasicUI; don't allow...
2012-04-11 Paul DavisMCP: make BasicUI::rewind() behave symmetrically to...
2012-04-11 Paul DavisMCP: fix missing message when setting a button(led...
2012-04-11 Paul DavisMCP: more view mode stuff
2012-04-11 Paul DavisMCP: more view mode support, use 6 bits for pot informa...
2012-04-11 Paul DavisMCP: start adding different view modes and support...
2012-04-11 Paul DavisMCP: more mute button debug tracing; fix action for...
2012-04-11 Paul DavisMCP: use goto-visual-state-N as default function key...
2012-04-11 Paul DavisMCP: provide basic mechanism for configuring function...
2012-04-11 Paul DavisMCP: rename raw_id() to id(); add missign modifier_stat...
2012-04-11 Carl HetheringtonRemove unused parameter to Port::flush_buffers().
2012-04-11 Paul DavisMCP: more debug traces for button press
2012-04-11 Paul DavisMCP: make vpots control pan width + direction/position
2012-04-11 Paul DavisMCP: better debug traces for button press
2012-04-11 Paul DavisMCP: more twiddling with code
2012-04-11 Paul DavisMCP: probably fix crash on solo, another debug trace
2012-04-11 Carl HetheringtonSimplify slightly odd update_length() signature.
2012-04-11 Paul DavisMCP: more clarification of control ID scheme
2012-04-11 Paul DavisMCP: handle control IDs a little better
2012-04-11 Carl HetheringtonRemove unused playlist audition code.
2012-04-11 Paul DavisMCP: further objectification of event handling code
2012-04-11 Paul Davismove all code to construct MIDI messages into relevant...
2012-04-11 Carl HetheringtonFix a few unchecked XML child / property lookups
2012-04-11 Carl HetheringtonFix use of invalidated iterator (#4822).
2012-04-11 Carl HetheringtonFix use of invalidated iterator (#4821).
2012-04-11 Carl HetheringtonPatch from colinf to restore recent session path tooltip
2012-04-11 Carl HetheringtonPatch from epitech_user to fix statement with no effect
2012-04-11 Carl HetheringtonSlightly expanded version of patch from epitech_user to
2012-04-11 David RobillardImplement ui:portIndex and ui:touch features.
2012-04-11 David RobillardUpdate LV2 UI header.
2012-04-11 Paul DavisMCP: breakout Led class code; remove builder code for...
2012-04-11 David RobillardFix crash introduced in r11877 (oops). Add LV2Plugin...
2012-04-11 Paul DavisMCP: send nothing if LedState is none in build_led...
2012-04-11 Paul DavisMCP: slightly cleaner code for button map definition
2012-04-11 Paul DavisMCP: actually build button map
2012-04-11 Paul DavisMCP: fix n_strips() count; new button dispatch scheme
2012-04-11 Paul DavisMCP: debug tracing, plus start of a new cleaner handlin...
2012-04-11 Paul DavisMCP: tweak operation of most transport buttons, make...
2012-04-11 Paul Davisremove debugging output, and fix MCP to use MISSING_INV...
2012-04-10 David RobillardForward port LV2 BPM and freewheeling port stuff from...
2012-04-10 David RobillardFix failed assertion with plugins with only an audio...
2012-04-10 Paul DavisMCP: fix fader touch button IDs; remove last traces...
2012-04-10 Paul Davisgive MackieControlProtocol its own thread and make...
2012-04-10 Paul Davisadd "centrally-parsed" property to MIDI::Port so that...
2012-04-10 Paul DavisMCP: debug tracing
2012-04-10 Paul DavisMCP: debug tracing
2012-04-10 Paul Davisrevert previous redundant commit
2012-04-10 Paul Daviscall ProcessThread::init() to correctly setup per-threa...
2012-04-10 Paul DavisMCP: fix 2-char display message to avoid running status...
2012-04-10 Paul DavisMCP: actually map routes to strips, more debug tracing
2012-04-10 Paul DavisMCP: actually connect surfaces to incoming MIDI events
2012-04-10 Paul DavisMCP: more debug tracing
2012-04-10 Paul DavisMCP: fix build
next