first vaguely working version using PresentationInfo
[ardour.git] / libs / surfaces / mackie / strip.cc
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisremove Route::listening_via_monitor()
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisfix faderport and mackie to use route AutomationControl...
2016-05-31 Paul Davisuse redesigned Route and VCA object architecture/API
2016-05-07 Paul Davisfix shared_ptr<Route> management in Mackie support...
2016-02-03 Paul Davismackie: fix gain control display
2016-02-03 Paul Davismackie: use bus shortname in send subview.
2016-02-03 Paul Daviszero more stuff out when leaving subview mode
2016-02-03 Ben LoftisMackie Protocol: Show dB values for Mixbus "Send"...
2016-02-02 Ben LoftisFix for previous commit
2016-02-02 Ben Loftisfix for knob scaling
2016-02-02 Len OvensMackie Control: remove Shift/select zeros fader.
2016-02-02 Paul Davismackie: update fader+pot when changing flip status
2016-02-02 Paul Davismackie: fix display of input trim level trackview mode
2016-02-02 Paul Davismackie: fix display of send level/fader level in send...
2016-02-02 Paul Davismackie: substantial reworking of flip mode with large...
2016-02-01 Paul Davismackie: add Phase control (for first channel only)...
2016-02-01 Paul Davismackie: slightly less fragile/more readable code for...
2016-02-01 Paul Davismackie: consistent use of Shift to mean "InverseGroup"
2016-02-01 Paul Davismackie: display correct numerical send level
2016-02-01 Paul Davismackie: implement trim, monitoring, solo iso and solo...
2016-02-01 Paul Davismackie: make shift-click use InverseGroup semantics...
2016-02-01 Paul DavisNOOP: comment fix
2016-02-01 Paul Davismackie: make vselect events and pot events handle toggl...
2016-01-31 Paul Davismackie: partially working trackview submode.
2016-01-31 Paul Davismackie: remove Trim pot mode, and add skeleton for...
2016-01-29 Paul Davismixbus: vpot press in non-subview mode should toggle...
2016-01-29 Paul Davismackie: in Sends subview mode, the enable control for...
2016-01-29 Paul Davismackie: redesign display logic entirely
2016-01-29 Paul Davismackie: use Route::send_name() rather than Route::nth_s...
2016-01-29 Paul Davismackie: fix display of send level value
2016-01-28 Paul Davismackie: clean up (some) interactions between subview...
2016-01-27 Paul Davisremove debug output
2016-01-27 Paul Davismackie: semi-working Sends subview mode
2016-01-27 Paul Davisremove mackie send pot mode (subview mode for sends...
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-18 Paul Davismackie: shift-fader overrides group settings
2016-01-18 Paul Davisremove shift-fader-touch as a way to reset gain to...
2016-01-12 Len OvensMackie Control, Fix sends after monitor not showing.
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-19 Len OvensMackie control: non-existent controls zero pot ring...
2015-12-17 Len OvensNoOp: removed spaces, replaced with tabs.
2015-12-16 Len OvensMackie Control: Re-enable view_mode display and make...
2015-12-16 Paul Davismackie: restore access to trim and pan width control
2015-12-16 Paul Davisfix some merge issues from cherry-picking mackie change...
2015-12-16 Paul Davismackie: track compressor mode changes in display
2015-12-16 Paul Davismake vselect-press in subview mode act as a toggle...
2015-12-16 Paul Davisadd dynamics support to mackie control
2015-12-16 Paul Davismackie: use new route API for universal access to pan...
2015-12-16 Paul Davismackie: cleanup subview mode a little
2015-12-16 Paul Davisfix cherry-pick conflict
2015-12-16 Paul Davisadd beginnings of EQ and dynamics control to mackie...
2015-12-16 Ben Loftistentative mcu panning for mixbus. hey, it compiles
2015-12-09 Len OvensFix MCP send display value scaling.
2015-12-09 Len OvensSet vpot to the same range as the fader. Fixes trim...
2015-12-07 Ben LoftisMCU: fix likely copypaste thinko in mcu panner knobs
2015-11-14 Len OvensFix fader in mackie control to work with groups.
2015-11-07 Len OvensMackie Control: Add send functionality to vpot assign...
2015-11-02 Len OvensDon't handle possible phase change if no audio channels...
2015-11-01 Len OvensFix Mackie surface phase control for flip and more...
2015-11-01 Len OvensAdded Phase control mackie controls as part of the...
2015-10-25 Len OvensChanged MCP trim detection to match method used in...
2015-10-18 Len OvensOnly display Trim for tracks that have Trim. On the...
2015-10-13 Paul Davismackie support omnibus patch
2015-10-12 Len OvensCorrect wrong value on LCD strip when fader is touched...
2015-10-11 Len OvensDisplay parameter that matches mode.
2015-10-10 Paul Davisnumerous changes to Mackie support, generally offering...
2015-10-09 Paul DavisNOOP: whitespace/indent fix
2015-10-09 Paul Davisadd TrimAutomation to list of possible pot parameters...
2015-10-09 Paul Davisremove unused and useless stuff relating to bundles...
2015-10-09 Paul Davisset up control_by_parameter map in a Mackie::Strip...
2015-10-08 Paul Davisfix logic to reshow strip "name" after a message display
2015-10-08 Paul Davisfix rebase conflicts left over after pull
2015-10-08 Paul Davislots of changes to try to get the Mackie Control displa...
2015-10-08 Paul Davismore mackie strip redisplay renames, and add a global...
2015-10-08 Paul Davissubtle rework/rename of per-strip revert-to-vpot-displa...
2015-10-08 Len OvensAdd Trim to Mackie controls.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-03 Paul Davisuse ::main_modifier_state() in some more places
2015-10-03 Paul Davisadd new (fast) redisplay timer that pushes parameter...
2015-09-29 Len OvensFix Mackie control metering (fixes #6608).
2015-05-24 Len Ovensfix for MCP panner width - closes #6341
2015-05-02 Robin Gareusprofessionalize peak-meters
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-16 Paul Davisput all of the Mackie control surface code into the...
2014-12-15 Paul Davistry alternate Glib:: API for conversion from UTF-8...
2014-12-15 Paul Davisnominal fix for sending UTF-8 text to Mackie surface
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-20 Paul Davisadd a hack to deal with device discovery race, in which...
2014-02-19 Paul Davisadd a hack to deal with device discovery race, in which...
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
next