summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2018-08-22LCXL: save assignment of 8th fader in configJan Lentfer
2018-08-22LCXL: fix some more typosJan Lentfer
2018-08-19LCXL: Fast skip to first/last stripable with left/right long pressTérence Clastres
2018-08-19LCXL: fix crash when disabling the surface while having the GUI openTérence Clastres
2018-08-18LCXL: Add configuration option for handling masterJan Lentfer
In the Controller's settings you can now choose between two operation modes: 1) 8 track mode 2) 7 track plus master mode In case 2) fader 8 is fixed on the master
2018-08-18Add knob leds and refine colorsTérence Clastres
2018-08-18LCXL: fix typos in function namesJan Lentfer
2018-08-18LCXL: add isolate solo as secondary functionJan Lentfer
Holding the Device button and press one of the Track Focus button will toggle solo isolation on the correspongind track
2018-08-18LCXL: split track focus button and led codeJan Lentfer
2018-08-18NO-OP: whitespaceRobin Gareus
2018-08-18Initialize uninitialized variableRobin Gareus
2018-08-17add mac_vst_plugin_info() to list_plugins() and new_plugin_info()Nikolaus Gullotta
2018-08-17Add missing Lua MacVST constantRobin Gareus
2018-08-15Code styling: remove whitespaces between parenthesisTérence Clastres
2018-08-15Attempt to make some function's names more explicitTérence Clastres
2018-08-15Fix track select right led wrong behaviourTérence Clastres
2018-08-15Fix track buttons not working when selecting the last stripableTérence Clastres
2018-08-16Remove some unused includesRobin Gareus
2018-08-15Add API to reset plugin timing statsRobin Gareus
2018-08-14Add a locale-independent float/double format Lua methodRobin Gareus
print(ARDOUR.LuaAPI.ascii_dtostr(1.5))
2018-08-13LCXL: Reorganize knobs functionsJan Lentfer
Make the knobs work as printed on the controller Holding the Device button will enable extra functionality: Send A -> Trim Control Pan -> Stereo Width
2018-08-13LCXL: implement mute, solo and record arm togglesJan Lentfer
Holding the Device button and pressing one of mute, solo and record arm will toggle selected tracks (use Track Focus buttons) accordingly.
2018-08-13Add pick-up mode and use it for knobs and fadersTérence Clastres
The pick up mode ignores new controller values until they match with the current setting of the stripable's ac
2018-08-09Add Launch Control XL iconTérence Clastres
2018-08-09Turn off button led if it doesn't control a stripableTérence Clastres
2018-08-09Call switch_bank() and use button_track_mode() within it to init required LEDsTérence Clastres
2018-08-09Add reset method and use it during start-up/shutdownTérence Clastres
2018-08-09Add missing set_color(Off) in else statementTérence Clastres
2018-08-09Correct formatting for if/else statementsTérence Clastres
2018-08-09Fix wrong note number offsetTérence Clastres
2018-08-08fix button note number map lookupPaul Davis
2018-08-08Properly announce support for Vendor stringRobin Gareus
2018-08-08Let VST plugins know that we implement plugin window resizing.Stefan Westerfeld
2018-08-07emacs whitespace fixesPaul Davis
2018-08-07explicitly drop connections from destructorPaul Davis
2018-08-07don't use an invalidator when connecting an EventLoop object's methods to a ↵Paul Davis
signal
2018-08-07fix uninitialized pointer error in launch control codePaul Davis
2018-08-07better debug message with correct namespace for EventLoop::invalidate_request()Paul Davis
2018-08-07Create plugin-metadata folder for new configRobin Gareus
2018-08-07Fix invalid C++11isms: don't use of enum as class or namespaceRobin Gareus
2018-08-07Fix C++98 compatibility errorRobin Gareus
'>' should be '> >' within a nested template argument list
2018-08-07LCXL: add missing request-buffer factory.Robin Gareus
2018-08-07Fix -Wnon-virtual-dtorRobin Gareus
`struct ArdourSurface::LaunchControlXL::LED' has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
2018-08-07Fix invalid use of enum as class or namespace.Robin Gareus
2018-08-07NO-OP: whitespaceRobin Gareus
2018-08-07Add Launch Control XL control surface supportTérence Clastres
2018-08-06Fix track rename oddity, don't skip over current name.Robin Gareus
ensure_track_or_route_name() can produce the current name. This fixes the following issue: Create a two audio tracks. Their names are "Audio" and "Audio 1". Try to rename "Audio 1" to "Audio", its name becomes "Audio 2".
2018-08-02Add method to conveniently retrieve a sorted routelistRobin Gareus
2018-08-01FP2: Fix banking in NavChannel mode.Ben Loftis
2018-08-01Also expose PI::enabled()Robin Gareus