summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-10Add newly introduced source(s) to our MSVC project (gtk2_ardour)John Emmas
2016-02-10Add newly introduced source(s) to our MSVC project (audiographer)John Emmas
2016-02-10Add newly introduced source(s) to our MSVC project (libardour)John Emmas
2016-02-10Post-export Analysis GUIRobin Gareus
2016-02-10Post-export AnalysisRobin Gareus
2016-02-09UI updates for export-abortRobin Gareus
2016-02-09Fix crash when aborting export.Robin Gareus
The "Stop" button results in ExportHandlerPtr being destroyed. This must not happen while it's in use -- in particular during ExportHandler::start_timespan() and ExportHandler::finish_timespan()
2016-02-09UI updates for detailed export state.Robin Gareus
2016-02-09detailed export state, prepare resolution for #6512Robin Gareus
(Post-processing step should announce itself during an export)
2016-02-07mackie: if device type is unknown, make -D mackie show thatPaul Davis
2016-02-07handle Mackie control device type ID = 0x6 (Behringer X-Touch Compact)Paul Davis
2016-02-06change faderport nameBen Loftis
2016-02-06Mackie: shift+marker needs to remove marker. moved session-range to shift+solo.Paul Davis
Originally cbbd87f50b in mixbus/master
2016-02-06Mackie: Behringer XT Compact has transport buttonsBen Loftis
2016-02-06mackie: better fix forPaul Davis
2016-02-06insert time: ignore mouse as edit pointColin Fletcher
This is arguable, but at least is now consistent with 'remove time'.
2016-02-06insert time: remove pointless local variableColin Fletcher
2016-02-06Make name of undo action for 'Remove Time' consistentColin Fletcher
2016-02-06Add a simple check for valid duration in 'Insert/Remove Time'Colin Fletcher
2016-02-05mackie: stop crashes when switching to X-Touch Compact devicePaul Davis
2016-02-04Mackie Protocol: more fixes for aac6a5Ben Loftis
2016-02-04Fix reporting of compressor mode (Mixbus)Ben Loftis
2016-02-04Mackie Protocol: fixes for aac6a5Ben Loftis
2016-02-04mackie: change name of default user profilePaul Davis
2016-02-04mackie: try to improve logic and management of device profilesPaul Davis
2016-02-04mackie: reverse previous profile editor changes; allow profile to define ↵Paul Davis
anything except plain and shift actions. For Fn keys we also allow plain and shift definitions
2016-02-04mackie: radically shrink down the profile editorPaul Davis
We only expose user control over Fn keys and only the shift modifier
2016-02-04Mackie protocol: set-session-from-edit-range moved to shift+markerBen Loftis
2016-02-04Mackie protocol: Remove unused MCP .device and .profile filesBen Loftis
2016-02-03Mackie Protocol: Move buttons to more accurately reflect default mcp legends.Ben Loftis
Modifiers are only modifiers (no actions directly on modifiers). Punch indicators moved to Drop/Replace. Added Save, Undo, Cancel (select none) and Enter (select all tracks) Fixed click button. Up&Down buttons now move the selected track up & down.
2016-02-03mackie: fix gain control displayPaul Davis
2016-02-03mackie: use bus shortname in send subview.Paul Davis
Also slightly tighten route name display
2016-02-03zero more stuff out when leaving subview modePaul Davis
2016-02-03Mackie Protocol: Show dB values for Mixbus "Send" levels.Ben Loftis
No sense rewriting it now, but the correct way to approach this stuff is to pass in the control, and use the appropriate one of: interface, internal, or user values. in this case, get_user would have returned dB for both Ardour and Mixbus sends.
2016-02-03mackie control: Fix crash when selecting Track on MIDI strip, don't create ↵Len Ovens
phase control if there is none.
2016-02-03faderport: save+restore footswitch settingPaul Davis
2016-02-03manually revert ec8cf4e4 with an extra comment explaining the significancePaul Davis
2016-02-03Fix bug #5633, Don't drop all midi bindings when a track is removedTim Mayberry
Only drop the controllable that is being destroyed, not all of them.
2016-02-03Add a newly introduced source file to our MSVC project (libardour)John Emmas
2016-02-02generic MIDI: if a CC is bound to a toggled controllable, toggle the ↵Paul Davis
controllable only when the incoming CC value > 0x40 See comment in code for more details
2016-02-02Mackie Control: Save old bank before we change it to new.Len Ovens
2016-02-02fix mistaken logic for Route::MuteControllable::set_value()Paul Davis
2016-02-02fix compiler warningPaul Davis
2016-02-02Fix for previous commitBen Loftis
2016-02-02fix for knob scalingBen Loftis
2016-02-02when looking up controllables via descriptors (e.g. generic MIDI control) ↵Paul Davis
use the new "well-known" route controllables
2016-02-02Mackie Control: Fix Flip mode getting confused if subview is not sends.Len Ovens
2016-02-02Mackie Control: Shift/Select now toggles individual channels within group. ↵Len Ovens
Makes this the same as other grouped controls.
2016-02-02Mackie Control: remove Shift/select zeros fader.Len Ovens
2016-02-02Mackie Control: Moved encoder fine modifier from Control to Shift (Shift ↵Len Ovens
will be only modifier)