OSC: Further fixes so multiple controls can touch at once.
[ardour.git] / libs / surfaces / osc / osc.cc
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-13 Robin GareusSanitize "well-known" ctrl API
2017-05-13 Len OvensOSC: make /*/automation more generic so other controls...
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 Robin GareusEnums are not Classes in C++98
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-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.
2017-05-01 Len OvensOSC: add /scrub function
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in OSC class
2017-03-29 Len OvensOSC: don't skip when deleting cue observers
2017-03-29 Len OvensOSC: Clear devices should clear cue observers as well.
2017-03-27 Len OvensOSC: reduce feedback noise for surfaces using /strip...
2017-03-24 Len OvensOSC: tell surfaces using /strip/list they need to rebui...
2017-03-24 Len OvensOSC: update /strip/list response to add aux, midi bus...
2017-03-19 Len OvensOSC add /monitor/mute,dim,mono
2017-03-15 Len OvensOSC: fix pan stuck at centre.
2017-03-15 Len OvensOSC amend access_action with action in line to ignore...
2017-03-15 Len OvensOSC: add new /access_action/group/action f 1 for float...
2017-03-13 Robin GareusOSC debug: "ALL" == all messages incl. invalid ones
2017-02-23 Len OvensOSC: remove invalid feedback for solo and pan az.
2017-02-17 Robin GareusRemove direct calls to set solo_control()
2017-01-12 Len OvensOSC: We want to see aux buses even if the gui has them...
2017-01-11 Len OvensOSC: Fix aux mute to check stripable exists first
2017-01-10 Len OvensOSC: Add Talent individual monitor controls
2016-12-31 Len OvensOSC: remove unused overall feedback calls and variables
2016-12-28 Robin GareusTear down OSC settings GUI, when the protocol is disabled
2016-11-28 Len OvensOSC: Solo toggle should maintain state when locked...
2016-11-28 Len OvensOSC: Squelch select feedback when no feedback is config...
2016-11-26 Len OvensOSC: no op, white space cleanup
2016-11-26 Len OvensOSC: Make plugin and plugin parameter numbering 1 based...
2016-11-25 Len OvensOSC: Add patch from 7137 and make it work for manual...
2016-11-25 Len OvensOSC: Patch from 7136 added cleaned and tested.
2016-11-18 Len OvensOSC: mark session dirty if setup changes
2016-11-18 Len OvensOSC: issue 7116 fix send enable not working
2016-11-04 Len OvensOSC: Fix default strip types to include Auxes.
2016-10-31 Len OvensOSC: Make Aux buses able to be separate.
2016-10-29 Len OvensOSC: Slow down data storm at surface refresh
2016-10-24 Len OvensOSC fix debug logic for catchall messages
2016-10-24 Len OvensOSC Accept int in first parameter in path commands...
2016-10-13 Michiel de RooOSC added plugin activate/deactivate
2016-08-21 Len OvensOSC GUI: Add Strip types and feedback check boxes
2016-08-19 Len OvensOSC: Add setup to GUI
2016-08-19 Len OvensOSC: make remote port setting possible, add default...
2016-07-28 Len OvensOSC: MB spelling mistakes stopped compile fix
2016-07-26 Len OvensOSC: Fix cut-n-paste mistake 5.0-rc1
2016-07-26 Len OvensOSC: Make sends work for MB. Add pan to /path/strip
2016-07-24 Len OvensOSC: Make pan controls work properly with MB too.
2016-07-15 Len OvensOSC: LFE is a control not a position.
2016-07-14 Len OvensOSC: Fix Soloing to disable all solos in SIP mode as...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Len OvensOSC: Add surface save and restore
2016-07-14 Len OvensOSC: Fix off by one error
2016-07-13 Len OvensOSC: Add global soloing indicator/cancel
2016-07-12 Len OvensOSC: Add /path/band extension for eq_* bands
2016-07-12 Len OvensOSC: Added EQ control, use interface_to_internal to...
2016-07-11 Len OvensOSC: finish feedback for well known controls. Simplify...
2016-07-08 Len OvensOSC: Add well known controls for pan and compressor
2016-07-07 Len OvensOSC: Make sure selected strip is corrected when it...
2016-07-06 Paul Davisa few post-rebase cleanups
2016-07-06 Paul Davisrestore/extend/simplify ControlProtocol API to allow...
2016-07-05 Len OvensOSC: Signal for editor mixer change. (Selected or not)
2016-07-05 Len OvensOSC: /strip/select * should set new selected strip...
2016-07-04 Paul Davisuse session stripable selection API
2016-07-04 Len OvensOSC: select is global not per surface.
2016-07-04 Len OvensUI: Add editor_mixer route pointer to session so all...
2016-07-03 Len OvensOSC: select off by one bug, something must have changed...
2016-07-02 Len OvensOSC: Account for some select edge cases
2016-07-02 Len OvensOSC: make sure out of bank strip can not be converted...
2016-07-02 Len OvensOSC: Don't look for which stripable is selected until...
2016-06-30 Len OvensOSC: Select tweak.
2016-06-30 Len OvensOSC: Reworked select to follow Gui selected strip regar...
2016-06-22 Len OvensOSC: master/monitor forced to sort at end
2016-06-22 Len OvensOSC: Fix math off by one, Check for all stripable contr...
2016-06-22 Robin Gareusfix gcc4 builds C++98
2016-06-22 Len OvensOSC: Might help if I used the right variable, Really...
2016-06-22 Len OvensOSC: Fix out of range track. (crash)
2016-06-22 Len OvensOSC: Add strip type selection.
2016-06-18 John EmmasUse Glib::usleep() for consistency
next