OSC: Added feedback for /strip/hide
[ardour.git] / libs /
2018-01-14 Len OvensOSC: Added feedback for /strip/hide
2018-01-14 Len OvensOSC: add /strip/hide
2018-01-13 Len OvensOSC: Add feedback for hidden strip
2018-01-13 Len OvensOSC: add /select/hide
2018-01-12 Robin GareusRefine 31f79489, de-duplicate AU I/O configurations
2018-01-11 Robin GareusFix AU i/o busses accounting.
2018-01-10 Len OvensOSC: Expand gainmode to add two new options
2018-01-03 Robin Gareusstrlen is not a member of std.
2018-01-02 Len OvensOSC: Plugin activate should detect no plugins
2017-12-31 Robin GareusLua-binding to directly add automation-events
2017-12-31 Robin GareusProcess Panner Automatables (emit Changed)
2017-12-29 Len OvensOSC: Check for no markers yet (crash fix)
2017-12-24 Len Ovensremove unused line
2017-12-23 Len OvensOSC: fix jog mode } in wrong place
2017-12-23 Len OvensOSC: Add feedback for /marker
2017-12-22 Robin GareusTweak size of transport-icons for consistent height...
2017-12-22 Hiroki InagakiUpdate Japanese translation
2017-12-22 Robin GareusTweak icons (for non-square layout)
2017-12-22 Len OvensOSC: add /marker to locate to a marker.
2017-12-21 Robin GareusFP8/16: Ignore "black" a strip color, always light...
2017-12-21 Robin GareusFP8/16 fix meter + no-pan display mode
2017-12-21 Robin GareusFP8/16 subscribe to panner changes (add/remove channel)
2017-12-20 Len OvensOSC: Add /surface/list option to setting GUI
2017-12-19 Robin GareusFix fp16 encoder (misleading doc on fp8)
2017-12-19 Robin GareusRevert "Prototype to allow embedding sysex in midi...
2017-12-19 Robin GareusRelax max MIDI msg size to 256 (for long sysex)
2017-12-19 Robin GareusFix faderport-16 touch on/off (fixes faders 9..16)
2017-12-16 Len OvensOSC: Move /surface/list output to PBD::info
2017-12-16 Len OvensOSC: make custom strip lists work on linked surfaces too
2017-12-16 Robin GareusFix gcc4 builds "GCC diagnostic not allowed inside...
2017-12-16 Robin GareusDowngrade some undo-related error messages
2017-12-15 Robin GareusSync weakjack with upstream https://github.com/x42...
2017-12-15 Len OvensOSC: Add Sorted or not to custom strip list
2017-12-15 Len OvensOSC: in custom strip list check all strips exist
2017-12-15 Len OvensOSC: initialize parameter correctly
2017-12-13 Robin GareusFix FP8/16 port-names
2017-12-13 Robin GareusFix FP16 fader-touch release for faders 9..16
2017-12-13 Robin GareusFix FP16 select button 10..16
2017-12-12 Robin GareusAdd FP17 to reserved I/O names
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-06 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-12-05 Robin GareusAdd Lua bindings for MIDI-parser and Async ports
2017-12-05 Robin GareusIncrease ALSA max MIDI msg size to 128 bytes (same...
2017-12-05 Robin GareusAdd a Raw MIDI parser (based on ALSA raw MIDI)
2017-12-05 Robin GareusAllow to pre-seed Lua action script params
2017-12-05 Robin GareusAllow to pass interpreter to evaluate action-script...
2017-12-02 Len OvensOSC: Add custom bank creation and use
2017-12-02 John EmmasA couple of minor changes when #including <utime.h>
2017-11-30 Ben LoftisAdd some devices to the reserved list of midi controllers.
2017-11-29 Robin GareusFix Windows builds (amend a3ec16)
2017-11-29 Robin GareusSet VST cache file mtime to be at least as new as the...
2017-11-29 Robin GareusArdourButton: ignore double+tripple clicks
2017-11-29 Robin GareusUpdate LuaProc GC stat calc
2017-11-29 Robin GareusTweak Lua GC
2017-11-29 Robin Gareusupdate to lua-5.3.4
2017-11-28 Len OvensOSC: add /select/plugin/activate cause some add deactivated
2017-11-26 Robin GareusFix "open folder" for non-ASCII paths on Windows
2017-11-26 Robin GareusRemove unused API
2017-11-26 Robin GareusSidechain latency compensation - part one
2017-11-26 Robin GareusAdd convenience methods to set port latencies
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-23 Robin Gareusfix call to std::unique; to actually erase dups.
2017-11-23 Robin Gareusremove useless test, fgets() already ensures MAX_STRING_LEN
2017-11-23 Robin GareusFix another duplicate if from session/system config...
2017-11-22 Robin GareusFix typo in 318e7efb
2017-11-22 Robin GareusAdd clock-delta mode enum
2017-11-22 Robin GareusIntroduce a dedicated "Clock Origin" Marker
2017-11-22 Robin GareusRelease (debug) lock before emitting signal
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-11 Robin GareusAdd API to allow buffer offsets when applying gain
2017-11-11 Robin GareusAdd a noise generator (Lua DSP)
2017-11-11 Damien Zammita-comp: Fix typo with previous patch
2017-11-11 Damien Zammita-comp: Fix noise floor - asymptotics
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-08 Robin GareusFix a-reverb bypass/enable
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-05 Robin GareusOptimize zresampler for no re-sampling case.
2017-11-05 Robin GareusSome further notes (and experiments) on optimizations
2017-11-04 Robin GareusAdd some notes for future optimizations (and prepare...
2017-11-04 Robin GareusChange Delayline to use power-of-two size and bitmasking
2017-11-04 Robin Gareus[Re]-Implement Delayline flush.
2017-11-04 Robin GareusOptimize Delaylines: block-process (not one sample...
2017-11-04 Robin GareusClean up delayline API: don't use 'get_' for accessor...
2017-11-03 Len OvensOSC link: first working commit for linking two surfaces...
2017-11-03 Robin GareusAuditioner, silence buffer at end.
2017-11-03 Robin GareusDon't crash when auditioning empty .mid files.
2017-11-03 Robin GareusFix polarity-control size (and crash during audition)
2017-11-02 John EmmasAccommodate newly added/removed source(s) in our MSVC...
next