OSC: only use gain change signals if value changes
[ardour.git] / libs / surfaces / osc / osc_global_observer.cc
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.