summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie
AgeCommit message (Expand)Author
2020-04-08Add/remove source(s) in our MSVC project (ardour_mackie)John Emmas
2020-04-07yet another attempted fix for older gcc/mingwPaul Davis
2020-04-07another attempted fix for older gcc/mingwPaul Davis
2020-04-07do not initialize shared_ptr<Subview> with 0Paul Davis
2020-04-07more code rearrangement ... old gcc/mingw does not allow Enum::ValuePaul Davis
2020-04-07try some rearrangement to fix old mingw buildsPaul Davis
2020-04-07NOOP: whitespacePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07add plugin support for mackie unitsPhil
2020-03-21NO-OP: remove unused #includesRobin Gareus
2020-02-23surfaces transport hotfix: surfaces should query the transport state via Basi...Ben Loftis
2020-02-20fix up apparent design thinkos in Mackie key binding handlerPaul Davis
2020-02-20MCU: fix pan_azimuth direction by setting Rotary flag.Ben Loftis
2020-01-25Explicitly use OSXRobin Gareus
2019-12-30use a local version (copy) of the G_SOURCE_FUNC macro, since it is not availa...Paul Davis
2019-12-30Revert "fix a cast warning (as recommended in GTK+ docs"Robin Gareus
2019-12-29use new BasicUI and Session API to deal with transport statePaul Davis
2019-12-29fix a cast warning (as recommended in GTK+ docsPaul Davis
2019-12-14Make BusSendLevel 1st class citizen (1/2)Robin Gareus
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-10-22New implementation for single-fader mackie devices (reverts b96d8e)Ben Loftis
2019-10-20Add support for single-fader MCU devices: XTouch One and RuCo. (needs testing)Ben Loftis
2019-09-18Consistent use of abort() /* NOTREACHED */Robin Gareus
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-05-13Fix some actions that moved from Common to Editor.Ben Loftis
2019-04-20Use ActionModel API in the Control Surfaces that can make use of itJohannes Mueller
2019-04-01Expose Latch automation mode to MCUsRobin Gareus
2019-03-20fix Mackie available action menuPaul Davis
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-02-16remove references to "Editor_menus" which is an action that no longer existsPaul Davis
2019-02-16rename Main_menu action to Main menuPaul Davis
2019-01-14Clarify which version of 'ActionManager::get_action()' we're callingJohn Emmas
2019-01-11do not crash if an unknown action is used by Mackie Control supportPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objectsPaul Davis
2018-09-30Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets ...John Emmas
2018-09-27MCP: Fix up the feedback for the view selection buttons.Albert Graef
2018-09-27MCP: Allow the current bank to move right one channel even if this results in...Albert Graef
2018-09-27MCP: Fix up the feedback for the bank left/right buttons.Albert Graef
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
2018-08-24move select-all-tracks,deselect-all,invert-selection to be global actions (an...Paul Davis
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2018-02-14Accommodate the change from libtimecode to libtemporalJohn Emmas
2018-02-10iCon device tweaks: faster timecode display refresh rate. Submitted by Michal...Ben Loftis
2018-02-10Resolve -Wreorder in qcon code.Ben Loftis
2018-02-03MSVC only allows static class members to be initialised in the class declarationJohn Emmas
2018-02-02Fixes for the iCON Qcon mcp device - LED rings. Submitted by Michal Barhon :...Ben Loftis
2018-02-01Support for the iCON Qcon mcp device - sysex strings. Submitted by Michal Ba...Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis