summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc.cc
AgeCommit message (Expand)Author
2020-04-05OSC: support foldback bussesLen Ovens
2020-03-10Adhere to Ardour style guide - 810b2fb78dNikolaus Gullotta
2020-03-09Prevent double free of global observersNikolaus Gullotta
2020-03-07Remove Mixbus send special caseRobin Gareus
2020-03-07Fix OSC endless loop for tracks with hidden pluginsRobin Gareus
2020-02-23surfaces transport hotfix: surfaces should query the transport state via Basi...Ben Loftis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-05fix handling of flags in the OSC input handlerPaul Davis
2019-09-18NO-OP: fix some Wimplicit-fallthroughRobin Gareus
2019-08-06OSC: foldback buses should be able to be monoLen Ovens
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-04-03Fix OSC crash when there's no master busRobin Gareus
2019-01-18OSC: remove unused variableLen Ovens
2019-01-18OSC: shorten foldbackbus namesLen Ovens
2018-11-12Make foldback bus match foldback sends namewiseLen Ovens
2018-11-12Changed send/deliver role "Personal" to "Foldback" so bus type can matchLen Ovens
2018-11-12OSC: New personal monitor buses no longer need to be hiddenLen Ovens
2018-11-12OSC: logic thinko fixLen Ovens
2018-11-07OSC: specify which stiripable type we wantLen Ovens
2018-10-30OSC: Allow non-cue surfaces to create personal send and ListenBusLen Ovens
2018-10-19Add personal monitor sendsLen Ovens
2018-10-17Option to hide send if aux is hiddenLen Ovens
2018-10-16OSC: personal monitor can hide the aux busLen Ovens
2018-10-16OSC: personal monitor send hidden follows aux hiddenLen Ovens
2018-10-14OSC: allow personal monitor to add a send.Len Ovens
2018-09-18OSC: Allow personal monitor to change output connectionLen Ovens
2018-09-10OSC: Personal monitoring can add a new auxLen Ovens
2018-07-06OSC: custom mode should turn temp mode offLen Ovens
2018-07-06OSC: Use spill instead of collectLen Ovens
2018-07-05OSC: make temp modes work with linked surfaces tooLen Ovens
2018-06-30OSC: bugfix, select/next\previous sometimes resets to old stripLen Ovens
2018-06-30OSC: Add collect of groups or subgroupsLen Ovens
2018-06-24OSC: make select logic more sensibleLen Ovens
2018-06-20OSC: fix pre gcc5 problemLen Ovens
2018-06-20OSC: Add /select/vca/toggleLen Ovens
2018-06-19OSC: reworking of previous/next selectLen Ovens
2018-06-19OSC: Feedback was not making it to surfaceLen Ovens
2018-06-19OSC: added context based previous/next selectLen Ovens
2018-06-19OSC: select should not show expand if invalidLen Ovens
2018-06-19OSC expand off should check current sellectLen Ovens
2018-06-19OSC: Allow expand to be globalLen Ovens
2018-06-19OSC do not recalc select if still validLen Ovens
2018-04-07Use precalulated value rather than recalculatingLen Ovens
2018-04-07OSC: Setting strip types should clear temporary custom modesLen Ovens
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-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: Add bus only mode for gain controlsLen Ovens
2018-03-12OSC: group commands should feedback all off if no groupLen Ovens