OSC: Add /group/list so surface can get a list of groups
[ardour.git] / libs / surfaces / osc /
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-20 Len OvensOSC: value not initialized soon enough
2017-06-16 Len OvensOSC: plugin feedback mathfix - 0 param (meter) checked...
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-31 Len OvensOSC: check controllable exists before using
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-24 Len OvensOSC add feedback for extra comp and eq controls
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-15 Len OvensOSC: combine two identical if() statements
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: GUI label change
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 Len OvensOSC: bind should be boost::bind
2017-05-10 Len OvensOSC: Automation feedback should match command
2017-05-10 Len OvensOSC: change function name to be better description
2017-05-10 Len OvensOSC: simplify code.
2017-05-10 Robin Gareusresolve ambiguity
2017-05-10 Robin GareusEnums are not Classes in C++98
2017-05-09 Len OvensOSC: Fix select fader automation play feedback as well...
2017-05-09 Len OvensOSC: Get gain feedback to show with automation Play.
2017-05-09 Len OvensOSC: Add Automation mode feedback to /strip
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-04 Len OvensOSC: Fix puctuation
2017-05-04 Len OvensOSC: arrange modes in a more logical order.
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-21 Len OvensOSC: correct spelling
2017-04-18 Tim MayberryUse XMLNode::set_property in OSC_GUI class
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 feedback for /monitor/mute,dim,mono
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-25 Len OvensOSC: correct busses spelling in GUI
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-13 John EmmasAccommodate newly introduced source(s) in our MSVC...
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 Paul Davisfix nested templates for ye ancient compilers of the...
2017-01-10 Len OvensOSC: Fix cue observer stop to zero controls
2017-01-10 Len OvensOSC: Add Talent individual monitor controls
2016-12-31 Len OvensOSC: remove unused overall feedback calls and variables
2016-12-31 Len OvensOSC: remove feedback enable from GUI (unused)
2016-12-28 Robin GareusTear down OSC settings GUI, when the protocol is disabled
2016-12-28 Robin GareusMove "Feedback" option to control-portocol settings
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-19 Robin Gareusfix ambiguity
2016-11-18 John EmmasGenerally speaking we use Glib::usleep() now in prefere...
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.
2016-10-31 Len OvensOSC: Make Aux buses able to be separate.
2016-10-29 Len OvensOSC: Slow down data storm at surface refresh
2016-10-29 Len OvensOSC: Add names/fader value to master and monitor.
2016-10-28 Len OvensOSC: simplify int sends too.
next