summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_select_observer.cc
AgeCommit message (Expand)Author
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-06-30OSC: include all of select in feedback[13]Len Ovens
2017-06-30OSC: try to prevent race when clearing devicesLen Ovens
2017-06-23OSC: make sed_fader work with banking too.Len Ovens
2017-06-23OSC: Add master_send_enable for MBLen Ovens
2017-06-23OSC: redo math for redux control with fewer calls.Len Ovens
2017-06-23OSC: Fix math error in send fader feedbackLen Ovens
2017-06-22OSC: only show visible plugins (not MB channel strip PI)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-06-20OSC: value not initialized soon enoughLen Ovens
2017-06-16OSC: plugin feedback mathfix - 0 param (meter) checked for.Len Ovens
2017-06-12OSC: select channel plugin support with paging.Len Ovens
2017-06-06OSC: add optional paging to sends in select.Len Ovens
2017-05-31OSC: check controllable exists before usingLen Ovens
2017-05-23OSC add feedback for extra comp and eq controlsLen Ovens
2017-05-15OSC: added automation name feedbackLen Ovens
2017-05-14Sanitize "well-known" ctrl APIRobin Gareus
2017-05-10OSC: Automation feedback should match commandLen Ovens
2017-05-10OSC: change function name to be better descriptionLen Ovens
2017-05-10OSC: simplify code.Len Ovens
2017-05-10resolve ambiguityRobin Gareus
2017-05-10Enums are not Classes in C++98Robin Gareus
2017-05-09OSC: Fix select fader automation play feedback as well fixes issue #7160Len Ovens
2017-01-09OSC: Add Talent individual monitor controlsLen Ovens
2016-11-27OSC: Squelch select feedback when no feedback is configured.Len Ovens
2016-11-19fix ambiguityRobin Gareus
2016-11-18Generally speaking we use Glib::usleep() now in preference to standard ::usle...John Emmas
2016-11-18OSC: issue 7116 fix send enable not workingLen Ovens
2016-08-06OSC: make sure this is c++98 compatible.Len Ovens
2016-08-06C++98 compat for 032139ac3Robin Gareus
2016-08-05osc: provide human readable reading for gain.Len Ovens
2016-08-05OSC: provide human readable level for sends.Len Ovens
2016-07-28OSC: make send enables work in MBLen Ovens
2016-07-28OSC: eq bands off by one fixLen Ovens
2016-07-28OSC: MB spelling mistakes stopped compile fixLen Ovens
2016-07-26OSC: Make sends work for MB. Add pan to /path/stripLen Ovens
2016-07-26OSC: Remove redux controlLen 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-15OSC: LFE is a control not a position.Len Ovens
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-11OSC: finish feedback for well known controls. Simplify some others.Len Ovens
2016-07-07OSC: Add feedback for known pan controls and known compressor controlsLen Ovens
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-22OSC: Fix math off by one, Check for all stripable controls because VCAs have ...Len Ovens
2016-06-21OSC: Add strip type selection.Len Ovens