summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_route_observer.cc
AgeCommit message (Expand)Author
2018-06-19OSC: Feedback was not making it to surfaceLen Ovens
2018-04-07OSC make strippable null on drop referencesLen Ovens
2018-03-20OSC: Add feedback for bus_only mode and automation and panLen Ovens
2018-03-10OSC: fix /strip/hidden feedback excessLen Ovens
2018-03-10OSC: check route existsLen Ovens
2018-02-16OSC: added group join, switch, remove functionLen Ovens
2018-02-16noop OSC: path strings should not get tranlatedLen Ovens
2018-01-31OSC: Add group name feedback to stripsLen Ovens
2018-01-14OSC: Added feedback for /strip/hideLen Ovens
2018-01-09OSC: Expand gainmode to add two new optionsLen Ovens
2017-11-10OSC link: make whole link set follow strip_typesLen Ovens
2017-11-07OSC link: Clean up link not ready and surface refreshLen Ovens
2017-11-06OSC link: make selection work correctlyLen Ovens
2017-11-03OSC link: first working commit for linking two surfaces as oneLen Ovens
2017-10-25OSC: fix mixed types keeps from building on serverLen Ovens
2017-10-24OSC: fix add and remove tracks to update without bank change.Len Ovens
2017-10-22OSC: fix various crash pointsLen Ovens
2017-10-17OSC: Move observers to surface based for less traffic.Len Ovens
2017-10-07OSC clean up route observerLen Ovens
2017-08-10OSC: fix issue #7444 send fader position/gain even when 0.Len Ovens
2017-07-31OSC: Make stripname refresh in automation play mode as well.Len Ovens
2017-07-30OSC: fix VCAs try to connect to controls it does not have.Len Ovens
2017-07-24OSC: only use gain change signals if value changesLen Ovens
2017-07-23OSC: make sure initialization is complete before we allow periodic to runLen Ovens
2017-07-23OSC: simplify route observerLen Ovens
2017-07-01OSC: add feedback for solo isolate and solo safe to strips (issue 7161)Len Ovens
2017-06-30OSC: try to prevent race when clearing devicesLen Ovens
2017-06-23OSC: Messages too fast at bank_change/refresh slowed down.Len Ovens
2017-06-22OSC: use internal_to_interface or reverseLen Ovens
2017-06-21Switch to PBD control-math and prefer Controllable APIRobin Gareus
2017-05-15OSC: added automation name feedbackLen Ovens
2017-05-15OSC: combine two identical if() statementsLen Ovens
2017-05-10OSC: Automation feedback should match commandLen Ovens
2017-05-10resolve ambiguityRobin Gareus
2017-05-10Enums are not Classes in C++98Robin Gareus
2017-05-09OSC: Get gain feedback to show with automation Play.Len Ovens
2017-05-09OSC: Add Automation mode feedback to /stripLen Ovens
2017-03-26OSC: reduce feedback noise for surfaces using /strip/listLen Ovens
2016-08-17OSC: Add value feedback to strip fader and trimLen Ovens
2016-07-26OSC: Make sends work for MB. Add pan to /path/stripLen Ovens
2016-07-24OSC: Make pan controls work properly with MB too.Len Ovens
2016-07-20OSC: comp mode control text needs to be changed by signal too.Len Ovens
2016-07-18OSC: Get rid of meter noise in MB.Len Ovens
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-05OSC: Clear expand Lamp on strip observer destroyLen Ovens
2016-06-29OSC: Reworked select to follow Gui selected strip regardless of it's inclusio...Len Ovens
2016-06-21OSC: Add strip type selection.Len Ovens
2016-06-13OSC: Catch new strips, gone strips and redo banks and observers. Add more sel...Len Ovens
2016-06-08OSC: select commands for pan and trim added, feedback for select sends. GUI_s...Len Ovens
2016-06-05OSC: Added feedback for /selectLen Ovens