summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-01-28mackie: improvements to display when switching subview modesPaul Davis
2016-01-28make Send button light appropriatelyPaul Davis
2016-01-28Editing from a control surface must have the ability to ignore mouse location.Ben Loftis
2016-01-28Use visible playhead location for editing during a jog-wheel event.Ben Loftis
2016-01-28Center the playhead for stationary_playhead playback.Ben Loftis
2016-01-28Initialize Editor::clicked_selection to prevent programming error dialog/exitTim Mayberry
2016-01-28Change duplicate range to use time range/s rather than a single regionTim Mayberry
2016-01-28Add Playlist::duplicate_range/s utility methodsTim Mayberry
2016-01-27mackie: fix subview mode logicPaul Davis
2016-01-27mackie: clean up (some) interactions between subview mode and selectionPaul Davis
2016-01-28Fix AU port-name encoding.Robin Gareus
2016-01-27Fix ยต-iness.Robin Gareus
2016-01-27Use proper UTF8 file-names during export.Robin Gareus
2016-01-27remove debug outputPaul Davis
2016-01-27monitor send does not count in Route::nth_send()Paul Davis
2016-01-27mackie: semi-working Sends subview modePaul Davis
2016-01-27no need for multiple send level/enable parameter typesPaul Davis
2016-01-27remove mackie send pot mode (subview mode for sends coming up)Paul Davis
2016-01-27return relevant AutomationControl for send_level_controllable() in ArdourPaul Davis
2016-01-27make Route::nth_send() and Route::nth_processor() be constPaul Davis
2016-01-27add stubs and enums to access "well-known" send controlsPaul Davis
2016-01-26add Novation_LaunchKey25.mapBen Loftis
2016-01-26satisfy some pedantic compilers, #6748Robin Gareus
2016-01-25when using InverseGroup for rec-enable, do not collect group members and pass...Paul Davis
2016-01-25NOOP: whitespace fixesPaul Davis
2016-01-25when using InverseGroup for solo, do not collect group members and pass them ...Paul Davis
2016-01-25fix/improve logic for InverseGroupPaul Davis
2016-01-25when using InverseGroup, do not collect group members and pass them to a sess...Paul Davis
2016-01-25faderport: add a few more sensible actions to the footswitch optionsPaul Davis
2016-01-25faderport: add footswitch combos to GUI to allow user control over what the s...Paul Davis
2016-01-25faderport: add footswitch buttonPaul Davis
2016-01-25use route gain control, not amp->gain()Paul Davis
2016-01-25GainMeter(Base) now has an explicit gain control given to itPaul Davis
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2016-01-25Make horizontal scroll increment consistent in ruler and track canvas areasTim Mayberry
2016-01-24deactivate plugin if connect_and_run returns an errorRobin Gareus
2016-01-24add wrapper for ChanMapping::get()Robin Gareus
2016-01-23Added midi map file for AKAI MPK MINIRobert Schneider
2016-01-22remove incorrect/out of date commentPaul Davis
2016-01-22no reason to have group edit dialog be modalPaul Davis
2016-01-22fix rebase issue from masterPaul Davis