OSC: same fix for /select/*
[ardour.git] / libs / surfaces / osc /
2017-08-25 Len OvensOSC: same fix for /select/*
2017-08-25 Len OvensOSC: account for user sending the wrong number of param...
2017-08-22 Len OvensOSC cue button up events should not be errors, fixed
2017-08-21 Len OvensOSC: /cue/enable feedback not changing fixed
2017-08-21 Len OvensOSC: aux bus detection fixed for mixbus
2017-08-21 Paul Hedderlyprh: Small fix to /cue/send/enable feedback string
2017-08-10 Len OvensOSC: fix issue #7444 send fader position/gain even...
2017-08-03 Len OvensOSC: Fix to make sure buses created with Ardour 4.7...
2017-08-02 Len OvensOSC: Add command to select Master
2017-08-01 Len OvensOSC: expand plugin_descriptor to split into smaller...
2017-08-01 Len OvensOSC: add param to plugin_list response which indicates...
2017-07-31 Len OvensOSC: Make stripname refresh in automation play mode...
2017-07-31 Len OvensOSC: fix VCAs try to connect to controls it does not...
2017-07-25 Robin GareusRemove unnecessary tests for touch-state
2017-07-24 Len OvensOSC: only use gain change signals if value changes
2017-07-24 Len OvensOSC: add use groups to GUI
2017-07-24 Len OvensOSC: port mode by default should be manual
2017-07-24 Len OvensOSC: make sure initialization is complete before we...
2017-07-24 Len OvensOSC: simplify route observer
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-22 Len OvensOSC: add /use_group 1/0 command
2017-07-21 Len OvensOSC make all group dispositions the same
2017-07-05 Len OvensOSC: add delta controls to master, monitor and select...
2017-07-03 Len OvensOSC: GUI tweaking
2017-07-02 Len OvensOSC: GUI indicate invalid port and set to old port...
2017-07-01 Len OvensOSC: issue 7176 patch applied. shows plugin descriptors.
2017-07-01 Len OvensOSC: add feedback for solo isolate and solo safe to...
2017-07-01 Len OvensOSC: add strip type flag for master and monitor to...
2017-07-01 Len OvensOSC: include all of select in feedback[13]
2017-07-01 Len OvensOSC: try to prevent race when clearing devices
2017-07-01 Len OvensOSC: test param type in a way that works when optimized...
2017-06-24 Len OvensOSC: simplify GUI and make less error-prone
2017-06-24 Len OvensOSC: Allow /bank_up to accept -1 as well as 1 so encode...
2017-06-24 Len OvensOSC: make sed_fader work with banking too.
2017-06-24 Len OvensOSC: Add master_send_enable for MB
2017-06-24 Len OvensOSC: redo math for redux control with fewer calls.
2017-06-24 Len OvensOSC: Messages too fast at bank_change/refresh slowed...
2017-06-23 Len OvensOSC: Fix math error in send fader feedback
2017-06-23 Len OvensOSC: only show visible plugins (not MB channel strip PI)
2017-06-22 Len OvensOSC: Add increment fader.
2017-06-22 Len OvensOSC: allow mixbuses to show
2017-06-22 Len OvensOSC: use internal_to_interface or reverse
2017-06-21 Len OvensOSC: Accept mixed parameter types for touch
2017-06-21 Robin Gareusremove min/max unbound -- LADSPA special case.
2017-06-21 Robin GareusSwitch to PBD control-math and prefer Controllable API
2017-06-20 Len OvensOSC: value not initialized soon enough
2017-06-16 Len OvensOSC: plugin feedback mathfix - 0 param (meter) checked...
2017-06-14 Len OvensOSC: Add send/plugin page values to GUI
2017-06-14 Len OvensOSC: save and restore send/plugin page size.
2017-06-13 Len OvensOSC: Allow set_surface to set send and plugin page...
2017-06-12 Len OvensOSC: select channel plugin support with paging.
2017-06-10 Len OvensOSC: add option to send /reply instead of #reply (OSC1...
2017-06-06 Len OvensOSC: add optional paging to sends in select.
2017-05-31 Len OvensOSC: Some surfaces may use float for ssid. Accept this...
2017-05-31 Len OvensOSC: check controllable exists before using
2017-05-24 Len OvensOSC: fix return value for successful touch
2017-05-24 Len OvensOSC: Added lpf and hpf controls for freq,enable and...
2017-05-24 Len OvensOSC add feedback for extra comp and eq controls
2017-05-23 Len OvensOSC - make /strip/list accept a parameter like everythi...
2017-05-20 Len OvensOSC: Further fixes so multiple controls can touch at...
2017-05-20 Len OvensOSC: fix c++98 mistake
2017-05-19 Len OvensOSC: Catch case of surface sending fader move before...
2017-05-18 Len OvensOSC: Add fake timeout based touch
2017-05-16 Len OvensOSC: Add /strip/fader/touch
2017-05-16 Len Ovensremove unused variable
2017-05-15 Len OvensOSC: added automation name feedback
2017-05-15 Len OvensOSC: combine two identical if() statements
2017-05-13 Robin GareusSanitize "well-known" ctrl API
2017-05-13 Len OvensOSC: make /*/automation more generic so other controls...
2017-05-12 Len OvensOSC: GUI label change
2017-05-12 Len OvensOSC: Create new surface struct for ALL incoming messages
2017-05-12 Paul Davischange the way ControlProtocols (control surfaces)...
2017-05-11 Len OvensOSC: also init unsaved params on session load.
2017-05-11 Len OvensOSC: Initialize all surface struct values on creation
2017-05-11 Len OvensOSC: Actually set feedback on first /strip/command
2017-05-10 Len OvensOSC: fix manual port setting to take effect on first...
2017-05-10 Len OvensOSC: bind should be boost::bind
2017-05-10 Len OvensOSC: Automation feedback should match command
2017-05-10 Len OvensOSC: change function name to be better description
2017-05-10 Len OvensOSC: simplify code.
2017-05-10 Robin Gareusresolve ambiguity
2017-05-10 Robin GareusEnums are not Classes in C++98
2017-05-09 Len OvensOSC: Fix select fader automation play feedback as well...
2017-05-09 Len OvensOSC: Get gain feedback to show with automation Play.
2017-05-09 Len OvensOSC: Add Automation mode feedback to /strip
2017-05-09 Len OvensOSC: removed letter automation modes to not conflict...
2017-05-09 Len OvensOSC: Propagate return value so debug shows errors
2017-05-09 Len OvensOSC: set Automation mode for fader
2017-05-09 Len OvensOSC: automation mode get strip (step 2)
2017-05-09 Len OvensOSC: Add framework for /*/automation mode
2017-05-05 Len OvensOSC: make some more paths work with or without a parameter.
2017-05-05 Len OvensOSC: remove debug output.
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-05-04 Len OvensOSC: personal monitoring, fix crash and minor bugs
2017-05-04 Len OvensOSC: Add /jog/mode/name
2017-05-04 Len OvensOSC: Fix puctuation
2017-05-04 Len OvensOSC: arrange modes in a more logical order.
2017-05-03 Len OvensOSC: Add multimode /jog command
2017-05-01 Len OvensOSC scrub, fix numbers to work with usec rather than...
2017-05-01 Len OvensOSC: fix scrub to not use boost ptime.
next