Add FP16 control-surface
[ardour.git] / libs / surfaces /
2017-12-12 Robin GareusAdd FP16 control-surface
2017-12-12 Robin GareusNamespace FP8, FP16 to avoid symbol conflicts
2017-12-12 Robin GareusPrepare for FaderPort16 (ctrl-protocol)
2017-12-11 Robin GareusFix a -Wreorder
2017-12-11 Robin Gareusmore NO-OP, comment and whitespace
2017-12-11 Ben LoftisUS-2400: ignore joystick moves until the user clicks...
2017-12-06 Robin GareusPrototype to allow embedding sysex in midi-map
2017-12-02 Len OvensOSC: Add custom bank creation and use
2017-11-28 Len OvensOSC: add /select/plugin/activate cause some add deactivated
2017-11-23 Len OvensOSC: Only send new select send values
2017-11-23 Len OvensOSC personal monitor fix off by one bug.
2017-11-14 Len OvensOSC: only reset cue sends that do not have a new send
2017-11-14 Len OvensOSC: /cue/previous_aux should always refresh
2017-11-14 Len OvensOSC: cue buttons can accept float or int
2017-11-10 Len OvensOSC link: make whole link set follow strip_types
2017-11-08 Len OvensOSC: set_surface sets linkset, linkid
2017-11-08 Len OvensOSC: catch bad commands on /cue/* created crash on...
2017-11-07 Len OvensOSC link: Clean up link not ready and surface refresh
2017-11-06 Len OvensOSC link: make selection work correctly
2017-11-03 Len OvensOSC link: first working commit for linking two surfaces...
2017-10-26 Paul DavisNO-OP: whitespace cleanup
2017-10-26 Paul Davismove mixbus-only variable declaration
2017-10-26 Paul Davisremove unused variable
2017-10-26 Len OvensOSC: fix mixed types keeps from building on server
2017-10-26 Len OvensOSC: Provide click level control
2017-10-26 Len OvensOSC: add feedback for punch in/out, click and click...
2017-10-26 Len OvensOSC: add feedback for toggle_roll
2017-10-25 Len OvensOSC: fix monitor input/disk buttons so both can be on
2017-10-25 Len OvensOSC: fix /strip/receives to have the original ssid...
2017-10-25 Len OvensOSC: fix refresh surface
2017-10-25 Len OvensOSC: remove duplicate code.
2017-10-24 Len OvensOSC: cleaned up select
2017-10-24 Len OvensOSC: fix add and remove tracks to update without bank...
2017-10-23 Len OvensOSC: fix various crash points
2017-10-19 Ben LoftisUS2400: Mark controls dirty and send them from the...
2017-10-19 Ben LoftisUS2400: allow selecting the master bus. LED does not...
2017-10-19 Ben LoftisUS2400: explicitly toggle switch state in some cases...
2017-10-19 Ben LoftisUS2400: map knobs for mixbus strips, when selected.
2017-10-19 Len OvensOSC: Cue observer simplified.
2017-10-19 Len OvensOSC: remove unused function.
2017-10-19 Robin GareusFP8: unhardcode IDs and strip-count
2017-10-17 Len OvensOSC: Move observers to surface based for less traffic.
2017-10-12 Len OvensOSC: fix crash for wrong number of parameters in set_su...
2017-10-08 Len OvensOSC clean up route observer
2017-10-05 Ben LoftisUS2400: add us2400 files to repository.
2017-10-05 Ben LoftisUS2400: add us2400 to surfaces.
2017-09-24 Paul Davisfix header order and space alignment
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Robin GareusDon't build ni-maschine support by default
2017-09-18 Robin GareusMaschine2 UI: basic widgets
2017-09-18 Robin GareusSkeleton for NI Maschine2 Surface
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...
next