when calculating average slave/master delta, use absolute value.
[ardour.git] / libs / surfaces /
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-17 Ben LoftisMCP: Fix issue with strip "select" buttons that stayed...
2017-05-17 Ben LoftisMCP: map the well-known EQ knobs more explicitly, not...
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-15 John EmmasIt might not be obvious why... but 'ARDOUR::ControlProt...
2017-05-13 Robin GareusSanitize "well-known" ctrl API
2017-05-13 Len OvensOSC: make /*/automation more generic so other controls...
2017-05-13 Len OvensThe #end should be #endif
2017-05-13 Ben LoftisMore tweaks to FP8 layout for 32C
2017-05-13 Robin GareusUpdate FP8: new controllables, clarify 32C bell-shape...
2017-05-12 Paul Davisdon't actually use a method from libardourcp inside...
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-12 Ben LoftisMCP: Mixbus32C: Restore missing filter controls to...
2017-05-12 Ben LoftisMCU: F-keys are reserved only for user-defined actions...
2017-05-12 Ben LoftisMCP: Momentarily light buttons when they are used to...
2017-05-12 Ben LoftisMackie control panel: display the profile name when...
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-05 Robin GareusFP8: use new libardour API
2017-05-05 Robin GareusFP8: ignore inactive muted tracks w/mute-clear
2017-05-05 Robin GareusFP8: solo+mute undo
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.
2017-05-01 Len OvensOSC: add /scrub function
2017-04-29 Robin GareusFP8: channel-navigation/scroll select track on encoder...
2017-04-29 Robin GareusFP8: snap-to scroll tracks, both editor+mixer
2017-04-21 Len OvensOSC: correct spelling
2017-04-21 Robin GareusResolve potential variable name ambiguity for older...
2017-04-20 Robin GareusNO-OP: re-order code, add comments
2017-04-20 Robin GareusFP8: some code comments and cleanup
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in Faderport surface
2017-04-18 Tim MayberryUse PBD::string_to<bool>() in GenericMidiControlProtoco...
2017-04-18 Tim MayberryUse XMLProperty::get/set_property API in CC121 Surface...
2017-04-18 Tim MayberryUse XMLNode::set_property API in WiimoteControlProtocol...
2017-04-18 Tim MayberryUse XMLNode::get/set_property in Push2 surface
2017-04-18 Tim MayberryUse XMLNode::set_property in OSC_GUI class
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in OSC class
2017-04-18 Tim MayberryUse XMLNode::get_property API in Mackie DeviceInfo...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in mackie Surface...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in MackieControlProto...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in mackie surface...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in MIDIControllable...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in GenericMidiControl...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in FaderPort class
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::ControlPro...
2017-04-18 Tim MayberryAdd missing header include to ControlProtocol class...
2017-04-18 Robin GareusFP8: Fix sort-order
2017-04-18 Robin GareusFP8: handle backend changes + reconnect
2017-04-18 Robin GareusFP8: allow to re-initialize the Strips w/o restart
2017-04-18 Robin GareusFP8: experiment with selection-mode
2017-04-18 Robin Gareusclear + re-init faderport at disconnect
2017-04-17 Robin GareusManaged to trigger an assert()
2017-04-17 Robin Gareuscont'd FP8 tweaks
2017-04-16 Robin GareusFP8: limit fader range
2017-04-16 Robin GareusClean up after generic MIDI surface -- #7311
2017-04-16 Robin GareusFP8: add metronome level reset
2017-04-15 Robin GareusFaderPort8 details:
2017-04-15 Robin GareusFP8: Configuration UI layout & design (add image, separ...
2017-04-14 Robin GareusFondle Port 8
2017-04-14 Robin GareusFP8: assign toggled plugin-parameters to buttons
2017-04-14 Robin GareusFP8: Allow binding "Select" to a controllable or functor
2017-04-14 Robin Gareuscont'd FP8 refinement & details
2017-04-13 Robin GareusFaderport8 control surface support
2017-04-12 Robin GareusProperly expose "well known" comp_redux output.
2017-04-01 Ben LoftisFix set-*-from-edit-range actions, when accessed from...
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...
next