when calculating average slave/master delta, use absolute value.
[ardour.git] / libs / surfaces /
2017-09-18 Paul Davisfix longstanding compiler warning
2017-09-18 Robin GareusInitial support of Latch for some ctrl-surfaces
2017-09-18 Robin GareusFP8: call directly into session.
2017-09-09 Robin GareusFP8: add mode to reset gain to unity
2017-09-08 Paul Davisfix crashing thinko in push2 code
2017-08-27 Len OvensOSC: Change jog mode should not stop transport
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-06 Robin GareusAllow FaderPort to select VCAs
2017-08-04 Robin GareusConsolidate ctrl surface code
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-28 Robin GareusPortManager::unregister_port() must be called with...
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-19 Robin GareusFP8: use separate bank offsets per MixMode
2017-07-18 Robin GareusFP8: Fix Mixbus solo-state and indicate implicit solo...
2017-07-17 Robin GareusFP8: save/restore "two line text" option
2017-07-17 Robin GareusClean up library inheritance (colors.h, utils.h)
2017-07-06 Robin Gareusfix void return with value (amend d5d297c4)
2017-07-06 Robin GareusFix FP8 shutdown sequence (amend d421e56fc)
2017-07-05 Len OvensOSC: add delta controls to master, monitor and select...
2017-07-03 Len OvensOSC: GUI tweaking
2017-07-03 Robin GareusFP8: "Link" mode works with AutomationControl only.
2017-07-02 Robin GareusFP8: toggle editor/mixer (now that "link" button is...
2017-07-02 Robin GareusFP8: properly control enum+integer parameters.
2017-07-02 Robin GareusFP8: Implement "Control-Link"
2017-07-02 Len OvensOSC: GUI indicate invalid port and set to old port...
2017-07-02 Robin GareusFP8: plugin GUI display options
2017-07-01 Robin GareusFP8: fix 2-line text
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 Robin GareusFP8: Use Mixer-Order
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-07-01 Robin GareusFP8: Clear input port on close. Fixes crash when switch...
2017-06-30 Johannes MuellerAddressing #7371: don't trigger session->undo() from...
2017-06-30 Robin GareusFP8: Scribble-strip display preferences
2017-06-30 Robin GareusFP8: Allow to select Plugin Presets
2017-06-30 Robin GareusFP8: don't allow to toggle Channelstrip bypass/enable
2017-06-29 Robin GareusFaderPort8 updates
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 Robin Gareusamend 5e5f7a55; re-add wrongly removed variable
2017-06-23 Robin GareusMCU: Remove use of AutomationType as ID, part two.
2017-06-23 Robin GareusMCU: Remove use of AutomationType as ID, part one.
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 GareusPrepare removal of redundant get_user/set_user API.
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-17 Robin GareusUse Stripable::Sorter in libs
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-13 Robin GareusFP8: use proper API to detect automation-playback
2017-06-12 Len OvensOSC: select channel plugin support with paging.
2017-06-12 Robin GareusFix a compiler warning (optimized builds)
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-25 Tim MayberryUse correct property name in generic MIDI surface
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-22 Tim MayberryUse braces in BasicUI::jump_by_bars()
2017-05-22 Tim MayberryUse braces in BasicUI::jump_by_seconds()
2017-05-22 Tim MayberryUse correct variable in BasicUI::jump_by_seconds
2017-05-20 Len OvensOSC: Further fixes so multiple controls can touch at...
2017-05-20 Len OvensOSC: fix c++98 mistake
next