summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_route_observer.cc
AgeCommit message (Expand)Author
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
2016-06-04OSC: Bug fix for no monitor, bug fix heart beat on turned global feedback on.Len Ovens
2016-05-31OSC: Paths changed, feedback added, etc.Len Ovens
2016-05-31use new record safe control in surface supportPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-04-15add ArdourSurface to OSC class to help reduce global namespace pollutionPaul Davis
2014-07-22Changes needed for building surfaces/osc (control surface protocol) with MSVCJohn Emmas
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington