summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-31NOOP: comment fixPaul Davis
2016-01-31mackie: make vselect events and pot events handle toggle/enumeration controls...Paul Davis
2016-01-31make Session::rt_set_monitoring() conform to new Track APIPaul Davis
2016-01-31provide route solo isolate and solo safe automation controlsPaul Davis
2016-01-31add new automation type enumsPaul Davis
2016-01-31make Track::set_monitoring() use a GroupControlDisposition; expose an Automat...Paul Davis
2016-01-31add a new constructor for RouteAutomationControllable that takes a ParameterD...Paul Davis
2016-01-31break out Route controllables code into its own source modulePaul Davis
2016-01-31mackie: partially working trackview submode.Paul Davis
2016-01-31mackie: fix bug that prevents global view mode from working without first ban...Paul Davis
2016-01-31mackie: fix some awful cut-n-paste errorsPaul Davis
2016-01-31mackie: remove Trim pot mode, and add skeleton for TrackView subview modePaul Davis
2016-01-31Mackie protocol: XTouch profile with expanded editing optionsBen Loftis
2016-01-31mackie: strengthen behaviour of clear solo buttonPaul Davis
2016-01-31mackie: make replace (finish-range) LED flash at the right timePaul Davis
2016-01-31mackie: make nudge work as modifier and on its ownPaul Davis
2016-01-31mackie: hard-code drop+replace buttons to start/finish-range-from-playheadPaul Davis
2016-01-31mackie: make marker button work as Mackie intends it (as a modifier for rewin...Paul Davis
2016-01-31mackie: add "clean" method to invoke GUI actions from button events, in codePaul Davis
2016-01-31mackie: shift-stop additionally requests MIDI Panic, as well as regular stopPaul Davis
2016-01-30Mackie Control: Make Monitor send not show in Sends subview.Len Ovens
2016-01-30Mackie protocol: Fix stuck-on Read LED.Ben Loftis
2016-01-30Add track select buttons to Launchkey map.Ben Loftis
2016-01-30Surfaces with separate meters should meter even when stopped.Ben Loftis
2016-01-29mackie: remove mention of "blinkers" conceptPaul Davis
2016-01-29mackie: basically (fully?) operation fader automatio control for first select...Paul Davis
2016-01-29mackie: initial attempt at making automation-related buttons set fader automa...Paul Davis
2016-01-29use new selection API to avoid double signal when a track or tracks are SET a...Paul Davis
2016-01-29modify Selection API to provide (default-valued) "with_signal" argument to al...Paul Davis
2016-01-29mackie: if a subview mode is not OK because there's no selection, show no mes...Paul Davis
2016-01-29NOOP: change brace placement to avoid confusing emacsPaul Davis
2016-01-29mackie: make group button (appear) to do somethingPaul Davis
2016-01-29Mackie protocol: More LED indicator fixes.Ben Loftis
2016-01-29mixbus: don't assert(ch_post()) in case we use various methods on "odd" Route...Paul Davis
2016-01-29mixbus: vpot press in non-subview mode should toggle master bus sendPaul Davis
2016-01-29add new Route API ::master_send_enable_controllable() to provide generic acce...Paul Davis
2016-01-29mackie: in Sends subview mode, the enable control for the send should be look...Paul Davis
2016-01-29Button::AudioInstruments should not be lit without good reason.Ben Loftis
2016-01-29mackie: redesign display logic entirelyPaul Davis
2016-01-29Another attempt fixing crash at exit on windows.Robin Gareus
2016-01-29Mackie Protocol: HasSeparateMeters flag for X-Touch devicesBen Loftis
2016-01-29Added Behringer X-Touch device files.Ben Loftis
2016-01-28mackie: fix Global View button functionPaul Davis
2016-01-28mackie: don't overload "Audio Instruments" and "Instruments" buttons.Paul Davis
2016-01-28mackie: use Route::send_name() rather than Route::nth_send()Paul Davis
2016-01-28mackie: fix display of send level valuePaul Davis
2016-01-28add new API to Route to get name of "well-known" nth-sendPaul Davis
2016-01-29fix device-list update concurrency issue.Robin Gareus
2016-01-28Buses and Auxes are slightly different view-filters in MixbusBen Loftis
2016-01-28prevent bank/channel switching past the end of the available routes; do nothi...Paul Davis