summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc.cc
AgeCommit message (Expand)Author
2017-05-11OSC: Initialize all surface struct values on creationLen Ovens
2017-05-11OSC: Actually set feedback on first /strip/commandLen Ovens
2017-05-10OSC: fix manual port setting to take effect on first incoming messageLen Ovens
2017-05-10Enums are not Classes in C++98Robin Gareus
2017-05-09OSC: removed letter automation modes to not conflict with feedbackLen Ovens
2017-05-09OSC: Propagate return value so debug shows errorsLen Ovens
2017-05-09OSC: set Automation mode for faderLen Ovens
2017-05-09OSC: automation mode get strip (step 2)Len Ovens
2017-05-09OSC: Add framework for /*/automation modeLen Ovens
2017-05-05OSC: make some more paths work with or without a parameter.Len Ovens
2017-05-05OSC: remove debug output.Len Ovens
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-05-04OSC: personal monitoring, fix crash and minor bugsLen Ovens
2017-05-03OSC: Add /jog/mode/nameLen Ovens
2017-05-03OSC: Add multimode /jog commandLen Ovens
2017-05-01OSC scrub, fix numbers to work with usec rather than msec.Len Ovens
2017-05-01OSC: fix scrub to not use boost ptime.Len Ovens
2017-05-01OSC: add /scrub functionLen Ovens
2017-04-19Use XMLNode::get/set_property API in OSC classTim Mayberry
2017-03-29OSC: don't skip when deleting cue observersLen Ovens
2017-03-29OSC: Clear devices should clear cue observers as well.Len Ovens
2017-03-26OSC: reduce feedback noise for surfaces using /strip/listLen Ovens
2017-03-24OSC: tell surfaces using /strip/list they need to rebuild after strip add/removeLen Ovens
2017-03-24OSC: update /strip/list response to add aux, midi bus and VCAsLen Ovens
2017-03-18OSC add /monitor/mute,dim,monoLen Ovens
2017-03-15OSC: fix pan stuck at centre.Len Ovens
2017-03-15OSC amend access_action with action in line to ignore if param is 0Len Ovens
2017-03-14OSC: add new /access_action/group/action f 1 for float only controllersLen Ovens
2017-03-13OSC debug: "ALL" == all messages incl. invalid onesRobin Gareus
2017-02-23OSC: remove invalid feedback for solo and pan az.Len Ovens
2017-02-17Remove direct calls to set solo_control()Robin Gareus
2017-01-11OSC: We want to see aux buses even if the gui has them hiddenLen Ovens
2017-01-10OSC: Fix aux mute to check stripable exists firstLen Ovens
2017-01-09OSC: Add Talent individual monitor controlsLen Ovens
2016-12-31OSC: remove unused overall feedback calls and variablesLen Ovens
2016-12-28Tear down OSC settings GUI, when the protocol is disabledRobin Gareus
2016-11-27OSC: Solo toggle should maintain state when locked, rec and rec_safe should s...Len Ovens
2016-11-27OSC: Squelch select feedback when no feedback is configured.Len Ovens
2016-11-26OSC: no op, white space cleanupLen Ovens
2016-11-26OSC: Make plugin and plugin parameter numbering 1 based to match everything e...Len Ovens
2016-11-25OSC: Add patch from 7137 and make it work for manual port selection.Len Ovens
2016-11-25OSC: Patch from 7136 added cleaned and tested.Len Ovens
2016-11-18OSC: mark session dirty if setup changesLen Ovens
2016-11-18OSC: issue 7116 fix send enable not workingLen Ovens
2016-11-04OSC: Fix default strip types to include Auxes.Len Ovens
2016-10-30OSC: Make Aux buses able to be separate.Len Ovens
2016-10-29OSC: Slow down data storm at surface refreshLen Ovens
2016-10-23OSC fix debug logic for catchall messagesLen Ovens
2016-10-23OSC Accept int in first parameter in path commands as well as float.Len Ovens
2016-10-13OSC added plugin activate/deactivateMichiel de Roo