OSC: fix jog mode } in wrong place
[ardour.git] / libs / surfaces / osc / osc.cc
2017-12-23 Len OvensOSC: fix jog mode } in wrong place
2017-12-22 Len OvensOSC: add /marker to locate to a marker.
2017-12-20 Len OvensOSC: Add /surface/list option to setting GUI
2017-12-16 Len OvensOSC: Move /surface/list output to PBD::info
2017-12-16 Len OvensOSC: make custom strip lists work on linked surfaces too
2017-12-15 Len OvensOSC: Add Sorted or not to custom strip list
2017-12-15 Len OvensOSC: in custom strip list check all strips exist
2017-12-02 Len OvensOSC: Add custom bank creation and use
2017-11-28 Len OvensOSC: add /select/plugin/activate cause some add deactivated
2017-11-23 Len OvensOSC: Only send new select send values
2017-11-14 Len OvensOSC: /cue/previous_aux should always refresh
2017-11-14 Len OvensOSC: cue buttons can accept float or int
2017-11-10 Len OvensOSC link: make whole link set follow strip_types
2017-11-08 Len OvensOSC: set_surface sets linkset, linkid
2017-11-08 Len OvensOSC: catch bad commands on /cue/* created crash on...
2017-11-07 Len OvensOSC link: Clean up link not ready and surface refresh
2017-11-06 Len OvensOSC link: make selection work correctly
2017-11-03 Len OvensOSC link: first working commit for linking two surfaces...
2017-10-26 Len OvensOSC: fix mixed types keeps from building on server
2017-10-26 Len OvensOSC: Provide click level control
2017-10-25 Len OvensOSC: fix monitor input/disk buttons so both can be on
2017-10-25 Len OvensOSC: fix /strip/receives to have the original ssid...
2017-10-25 Len OvensOSC: fix refresh surface
2017-10-25 Len OvensOSC: remove duplicate code.
2017-10-24 Len OvensOSC: cleaned up select
2017-10-24 Len OvensOSC: fix add and remove tracks to update without bank...
2017-10-23 Len OvensOSC: fix various crash points
2017-10-19 Len OvensOSC: Cue observer simplified.
2017-10-17 Len OvensOSC: Move observers to surface based for less traffic.
2017-10-12 Len OvensOSC: fix crash for wrong number of parameters in set_su...
2017-10-08 Len OvensOSC clean up route observer
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-08-27 Len OvensOSC: Change jog mode should not stop transport
2017-08-25 Len OvensOSC: same fix for /select/*
2017-08-25 Len OvensOSC: account for user sending the wrong number of param...
2017-08-22 Len OvensOSC cue button up events should not be errors, fixed
2017-08-21 Len OvensOSC: /cue/enable feedback not changing fixed
2017-08-21 Len OvensOSC: aux bus detection fixed for mixbus
2017-08-03 Len OvensOSC: Fix to make sure buses created with Ardour 4.7...
2017-08-02 Len OvensOSC: Add command to select Master
2017-08-01 Len OvensOSC: expand plugin_descriptor to split into smaller...
2017-08-01 Len OvensOSC: add param to plugin_list response which indicates...
2017-07-25 Robin GareusRemove unnecessary tests for touch-state
2017-07-24 Len OvensOSC: port mode by default should be manual
2017-07-24 Len OvensOSC: make sure initialization is complete before we...
2017-07-24 Len OvensOSC: simplify route observer
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-22 Len OvensOSC: add /use_group 1/0 command
2017-07-21 Len OvensOSC make all group dispositions the same
2017-07-05 Len OvensOSC: add delta controls to master, monitor and select...
2017-07-01 Len OvensOSC: issue 7176 patch applied. shows plugin descriptors.
2017-07-01 Len OvensOSC: add strip type flag for master and monitor to...
2017-07-01 Len OvensOSC: include all of select in feedback[13]
2017-07-01 Len OvensOSC: try to prevent race when clearing devices
2017-07-01 Len OvensOSC: test param type in a way that works when optimized...
2017-06-24 Len OvensOSC: simplify GUI and make less error-prone
2017-06-24 Len OvensOSC: Allow /bank_up to accept -1 as well as 1 so encode...
2017-06-24 Len OvensOSC: Add master_send_enable for MB
2017-06-24 Len OvensOSC: Messages too fast at bank_change/refresh slowed...
2017-06-23 Len OvensOSC: only show visible plugins (not MB channel strip PI)
2017-06-22 Len OvensOSC: Add increment fader.
2017-06-22 Len OvensOSC: allow mixbuses to show
2017-06-22 Len OvensOSC: use internal_to_interface or reverse
2017-06-21 Len OvensOSC: Accept mixed parameter types for touch
2017-06-21 Robin Gareusremove min/max unbound -- LADSPA special case.
2017-06-21 Robin GareusSwitch to PBD control-math and prefer Controllable API
2017-06-14 Len OvensOSC: Add send/plugin page values to GUI
2017-06-14 Len OvensOSC: save and restore send/plugin page size.
2017-06-13 Len OvensOSC: Allow set_surface to set send and plugin page...
2017-06-12 Len OvensOSC: select channel plugin support with paging.
2017-06-10 Len OvensOSC: add option to send /reply instead of #reply (OSC1...
2017-06-06 Len OvensOSC: add optional paging to sends in select.
2017-05-31 Len OvensOSC: Some surfaces may use float for ssid. Accept this...
2017-05-24 Len OvensOSC: fix return value for successful touch
2017-05-24 Len OvensOSC: Added lpf and hpf controls for freq,enable and...
2017-05-23 Len OvensOSC - make /strip/list accept a parameter like everythi...
2017-05-20 Len OvensOSC: Further fixes so multiple controls can touch at...
2017-05-20 Len OvensOSC: fix c++98 mistake
2017-05-19 Len OvensOSC: Catch case of surface sending fader move before...
2017-05-18 Len OvensOSC: Add fake timeout based touch
2017-05-16 Len OvensOSC: Add /strip/fader/touch
2017-05-16 Len Ovensremove unused variable
2017-05-15 Len OvensOSC: added automation name feedback
2017-05-13 Robin GareusSanitize "well-known" ctrl API
2017-05-13 Len OvensOSC: make /*/automation more generic so other controls...
2017-05-12 Len OvensOSC: Create new surface struct for ALL incoming messages
2017-05-12 Paul Davischange the way ControlProtocols (control surfaces)...
2017-05-11 Len OvensOSC: also init unsaved params on session load.
2017-05-11 Len OvensOSC: Initialize all surface struct values on creation
2017-05-11 Len OvensOSC: Actually set feedback on first /strip/command
2017-05-10 Len OvensOSC: fix manual port setting to take effect on first...
2017-05-10 Robin GareusEnums are not Classes in C++98
2017-05-09 Len OvensOSC: removed letter automation modes to not conflict...
2017-05-09 Len OvensOSC: Propagate return value so debug shows errors
2017-05-09 Len OvensOSC: set Automation mode for fader
2017-05-09 Len OvensOSC: automation mode get strip (step 2)
2017-05-09 Len OvensOSC: Add framework for /*/automation mode
2017-05-05 Len OvensOSC: make some more paths work with or without a parameter.
2017-05-05 Len OvensOSC: remove debug output.
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
next