summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc.cc
AgeCommit message (Expand)Author
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
2016-08-21OSC GUI: Add Strip types and feedback check boxesLen Ovens
2016-08-19OSC: Add setup to GUILen Ovens
2016-08-18OSC: make remote port setting possible, add default surface variablesLen Ovens
2016-07-28OSC: MB spelling mistakes stopped compile fixLen Ovens
2016-07-26OSC: Fix cut-n-paste mistake5.0-rc1Len 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-15OSC: LFE is a control not a position.Len Ovens
2016-07-14OSC: Fix Soloing to disable all solos in SIP mode as wellLen Ovens
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14OSC: Add surface save and restoreLen Ovens
2016-07-14OSC: Fix off by one errorLen Ovens
2016-07-13OSC: Add global soloing indicator/cancelLen Ovens
2016-07-12OSC: Add /path/band extension for eq_* bandsLen Ovens
2016-07-12OSC: Added EQ control, use interface_to_internal to normalize control rangeLen Ovens
2016-07-11OSC: finish feedback for well known controls. Simplify some others.Len Ovens
2016-07-08OSC: Add well known controls for pan and compressorLen Ovens
2016-07-06OSC: Make sure selected strip is corrected when it's stripable vanishesLen Ovens
2016-07-06a few post-rebase cleanupsPaul Davis
2016-07-06restore/extend/simplify ControlProtocol API to allow tracking of selectionPaul Davis
2016-07-04OSC: Signal for editor mixer change. (Selected or not)Len Ovens
2016-07-04OSC: /strip/select * should set new selected strip not toggle what is there.Len Ovens
2016-07-04use session stripable selection APIPaul Davis
2016-07-04OSC: select is global not per surface.Len Ovens
2016-07-03UI: Add editor_mixer route pointer to session so all UIs can know the same cu...Len Ovens
2016-07-03OSC: select off by one bug, something must have changed by 1, fixedLen Ovens
2016-07-01OSC: Account for some select edge casesLen Ovens
2016-07-01OSC: make sure out of bank strip can not be converted to a stripable.Len Ovens
2016-07-01OSC: Don't look for which stripable is selected until we actually need it, It...Len Ovens