OSC: same fix for /select/*
[ardour.git] / libs / surfaces / osc / osc.cc
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...
2017-05-04 Len OvensOSC: personal monitoring, fix crash and minor bugs
2017-05-04 Len OvensOSC: Add /jog/mode/name
2017-05-03 Len OvensOSC: Add multimode /jog command
2017-05-01 Len OvensOSC scrub, fix numbers to work with usec rather than...
2017-05-01 Len OvensOSC: fix scrub to not use boost ptime.
2017-05-01 Len OvensOSC: add /scrub function
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in OSC class
2017-03-29 Len OvensOSC: don't skip when deleting cue observers
2017-03-29 Len OvensOSC: Clear devices should clear cue observers as well.
2017-03-27 Len OvensOSC: reduce feedback noise for surfaces using /strip...
2017-03-24 Len OvensOSC: tell surfaces using /strip/list they need to rebui...
2017-03-24 Len OvensOSC: update /strip/list response to add aux, midi bus...
2017-03-19 Len OvensOSC add /monitor/mute,dim,mono
2017-03-15 Len OvensOSC: fix pan stuck at centre.
2017-03-15 Len OvensOSC amend access_action with action in line to ignore...
2017-03-15 Len OvensOSC: add new /access_action/group/action f 1 for float...
2017-03-13 Robin GareusOSC debug: "ALL" == all messages incl. invalid ones
2017-02-23 Len OvensOSC: remove invalid feedback for solo and pan az.
2017-02-17 Robin GareusRemove direct calls to set solo_control()
2017-01-12 Len OvensOSC: We want to see aux buses even if the gui has them...
2017-01-11 Len OvensOSC: Fix aux mute to check stripable exists first
2017-01-10 Len OvensOSC: Add Talent individual monitor controls
2016-12-31 Len OvensOSC: remove unused overall feedback calls and variables
2016-12-28 Robin GareusTear down OSC settings GUI, when the protocol is disabled
2016-11-28 Len OvensOSC: Solo toggle should maintain state when locked...
2016-11-28 Len OvensOSC: Squelch select feedback when no feedback is config...
2016-11-26 Len OvensOSC: no op, white space cleanup
2016-11-26 Len OvensOSC: Make plugin and plugin parameter numbering 1 based...
2016-11-25 Len OvensOSC: Add patch from 7137 and make it work for manual...
2016-11-25 Len OvensOSC: Patch from 7136 added cleaned and tested.
2016-11-18 Len OvensOSC: mark session dirty if setup changes
2016-11-18 Len OvensOSC: issue 7116 fix send enable not working
2016-11-04 Len OvensOSC: Fix default strip types to include Auxes.
next