summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-26faderport: make ::invoke() tell us whether or not something was actually invo...Paul Davis
2018-03-26fix binding to long-press for User button on FaderPortPaul Davis
2018-03-24Fix MIDI-port info in plugin-managerRobin Gareus
2018-03-23assert(rv) removed, fixed redundant checking, and fixed proc ordering issue c...Nikolaus Gullotta
2018-03-22better group support + mute and solo recallNikolaus Gullotta
2018-03-22MSVC won't allow us to cast directly from float to an enum. We need to kludge...John Emmas
2018-03-20OSC: Change custom mode to enumLen Ovens
2018-03-20more stability fixesNikolaus Gullotta
2018-03-20fixed processor ordering crash in ardour and added group support (kinda)Nikolaus Gullotta
2018-03-20Fix call to labs.Robin Gareus
2018-03-20Fix crash when re-assigning groups to a disjunct set.Robin Gareus
2018-03-20OSC: a strip controlling a send should deactivate other controlsLen Ovens
2018-03-20OSC: Add feedback for bus_only mode and automation and panLen Ovens
2018-03-20OSC: select should have latch too.Len Ovens
2018-03-20OSC: Add bus only mode for gain controlsLen Ovens
2018-03-19Fixed issue in plugin id invalidator caused by commit d5d5c0cNikolaus Gullotta
2018-03-19cleanup, fix in-on-change issue.Nikolaus Gullotta
2018-03-19Lua is not an acronymRobin Gareus
2018-03-19Speed up plugin-selector refill.Robin Gareus
2018-03-19Fix "Shortcut" special-case in the script-selector.Robin Gareus
2018-03-19Lua: Lock bindings into memory for rt-scriptsRobin Gareus
2018-03-19Customize Lua GC, add object-memory-lock API.Robin Gareus
2018-03-18Example Lua script to perform action at specific wallclock timeRobin Gareus
2018-03-18Fix midi track mapping on pt importDamien Zammit
2018-03-17Remove calls to deprecated Lua bitlibRobin Gareus
2018-03-17Remove another C++11 construct (local struct) from UI codeRobin Gareus
2018-03-17Remove C++11isms (libptformat)Robin Gareus
2018-03-17Fix wrong "_nth_" replacement in ba202cc09Robin Gareus
2018-03-17Don't alter, use and rely on selection for PT importRobin Gareus
2018-03-17NO-OP: C++ify codeRobin Gareus
2018-03-17NO-OP: whitespaceRobin Gareus
2018-03-17PT import: Use multitrack MIDI import support based on ptformat updateDamien Zammit
2018-03-17ptformat: Update to upstream master 4e653041Damien Zammit
2018-03-16Startup Dialog: A change to the monitor selection should trigger a write to c...Ben Loftis
2018-03-16add support to reinstantiate deleted pluginsNikolaus Gullotta
2018-03-16NO-OP: Convert Spaces to TabsNikolaus Gullotta
2018-03-16description changes and stop jumping instructions if proc:isnil()Nikolaus Gullotta
2018-03-16Expose a few more PluginInsert methods to LuaRobin Gareus
2018-03-15GUI: create_vca() API changeRobin Gareus
2018-03-15VCA API-change: return created VCAs (handy for Lua scripts)Robin Gareus
2018-03-14re-add plugin bypass state and move proc order writing closer to topNikolaus Gullotta
2018-03-13I said, LESS ugly, not more :)Nikolaus Gullotta
2018-03-13Now recalls plug-in ordering (also looks a bit less ugly hopefully?Nikolaus Gullotta
2018-03-13Add Midnam for Roland TB-037890
2018-03-13Sort generic-midi bindings alphabeticallyRobin Gareus
2018-03-13Novation LaunchKey 49 bindings from Michael McLeodRobin Gareus
2018-03-13Same for midi input enable buttonLen Ovens
2018-03-12Trim and vca button should also be insensitive in strip aux modeLen Ovens
2018-03-12OSC: group commands should feedback all off if no groupLen Ovens
2018-03-12Initial checkin of mixer store scriptNikolaus Gullotta