OSC expand off should check current sellect
[ardour.git] / libs / surfaces / osc / osc_global_observer.cc
2018-02-16 Len Ovensnoop OSC: path strings should not get tranlated
2018-02-16 Len OvensOSC: Add /group/list so surface can get a list of groups
2018-02-05 Len OvensOSC: clean up jog mode, simplify feedback
2018-01-10 Len OvensOSC: Expand gainmode to add two new options
2017-12-29 Len OvensOSC: Check for no markers yet (crash fix)
2017-12-23 Len OvensOSC: Add feedback for /marker
2017-11-08 Len OvensOSC: catch bad commands on /cue/* created crash on...
2017-10-26 Len OvensOSC: add feedback for punch in/out, click and click...
2017-10-26 Len OvensOSC: add feedback for toggle_roll
2017-10-17 Len OvensOSC: Move observers to surface based for less traffic.
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-07-24 Len OvensOSC: only use gain change signals if value changes
2017-07-24 Len OvensOSC: make sure initialization is complete before we...
2017-06-22 Len OvensOSC: use internal_to_interface or reverse
2017-06-21 Robin GareusSwitch to PBD control-math and prefer Controllable API
2017-05-10 Len OvensOSC: bind should be boost::bind
2017-03-19 Len OvensOSC: add feedback for /monitor/mute,dim,mono
2016-10-29 Len OvensOSC: Add names/fader value to master and monitor.
2016-10-28 Len OvensOSC: simplify int sends too.
2016-10-28 Len OvensOSC: More simplification - floats this time.
2016-10-28 Len OvensOSC: simplify Global feedback (remove repetitive code)
2016-08-21 Len OvensOSC: set global variables in global space - crash fix
2016-07-26 Len OvensOSC: Make sends work for MB. Add pan to /path/strip
2016-07-26 Len OvensOSC: Fix forward detection to include >0 and <1
2016-07-18 Len OvensOSC: check if pan exists, fixes MB crash.
2016-07-18 Len OvensOSC: Get rid of meter noise in MB.
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-13 Len OvensOSC: Add global soloing indicator/cancel
2016-07-02 Len OvensOSC: Change all time feedback to /position/<type>
2016-06-04 Len OvensOSC: Bug fix for no monitor, bug fix heart beat on...
2016-05-31 Len OvensOSC: Paths changed, feedback added, etc.