summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc.cc
AgeCommit message (Expand)Author
2017-08-03OSC: Fix to make sure buses created with Ardour 4.7 sessions show upLen Ovens
2017-08-02OSC: Add command to select MasterLen Ovens
2017-08-01OSC: expand plugin_descriptor to split into smaller OSC messages (issue #0007...Len Ovens
2017-08-01OSC: add param to plugin_list response which indicates plugin enable state (O...Len Ovens
2017-07-25Remove unnecessary tests for touch-stateRobin Gareus
2017-07-24OSC: port mode by default should be manualLen Ovens
2017-07-23OSC: make sure initialization is complete before we allow periodic to runLen Ovens
2017-07-23OSC: simplify route observerLen Ovens
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-22OSC: add /use_group 1/0 commandLen Ovens
2017-07-21OSC make all group dispositions the sameLen Ovens
2017-07-05OSC: add delta controls to master, monitor and select as wellLen Ovens
2017-07-01OSC: issue 7176 patch applied. shows plugin descriptors.Len Ovens
2017-07-01OSC: add strip type flag for master and monitor to strip listLen Ovens
2017-06-30OSC: include all of select in feedback[13]Len Ovens
2017-06-30OSC: try to prevent race when clearing devicesLen Ovens
2017-06-30OSC: test param type in a way that works when optimized too.Len Ovens
2017-06-24OSC: simplify GUI and make less error-proneLen Ovens
2017-06-23OSC: Allow /bank_up to accept -1 as well as 1 so encoder can work.Len Ovens
2017-06-23OSC: Add master_send_enable for MBLen Ovens
2017-06-23OSC: Messages too fast at bank_change/refresh slowed down.Len Ovens
2017-06-22OSC: only show visible plugins (not MB channel strip PI)Len Ovens
2017-06-22OSC: Add increment fader.Len Ovens
2017-06-22OSC: allow mixbuses to showLen Ovens
2017-06-22OSC: use internal_to_interface or reverseLen Ovens
2017-06-21OSC: Accept mixed parameter types for touchLen Ovens
2017-06-21remove min/max unbound -- LADSPA special case.Robin Gareus
2017-06-21Switch to PBD control-math and prefer Controllable APIRobin Gareus
2017-06-14OSC: Add send/plugin page values to GUILen Ovens
2017-06-14OSC: save and restore send/plugin page size.Len Ovens
2017-06-13OSC: Allow set_surface to set send and plugin page sizes.Len Ovens
2017-06-12OSC: select channel plugin support with paging.Len Ovens
2017-06-10OSC: add option to send /reply instead of #reply (OSC1.0 compat)Len Ovens
2017-06-06OSC: add optional paging to sends in select.Len Ovens
2017-05-31OSC: Some surfaces may use float for ssid. Accept this too.Len Ovens
2017-05-24OSC: fix return value for successful touchLen Ovens
2017-05-24OSC: Added lpf and hpf controls for freq,enable and slopeLen Ovens
2017-05-23OSC - make /strip/list accept a parameter like everything elseLen Ovens
2017-05-20OSC: Further fixes so multiple controls can touch at once.Len Ovens
2017-05-20OSC: fix c++98 mistakeLen Ovens
2017-05-19OSC: Catch case of surface sending fader move before touchLen Ovens
2017-05-18OSC: Add fake timeout based touchLen Ovens
2017-05-15OSC: Add /strip/fader/touchLen Ovens
2017-05-15remove unused variableLen Ovens
2017-05-15OSC: added automation name feedbackLen Ovens
2017-05-14Sanitize "well-known" ctrl APIRobin Gareus
2017-05-13OSC: make /*/automation more generic so other controls can be easily addedLen Ovens
2017-05-12OSC: Create new surface struct for ALL incoming messagesLen Ovens
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-05-11OSC: also init unsaved params on session load.Len Ovens