Accommodate newly added/removed source(s) in our MSVC project (gtk2_ardour)
[ardour.git] / libs /
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...
2017-11-01 Robin GareusWrap automation on loop-position, split plugin processing
2017-10-31 Robin GareusClick-free polarity inversion, also use accelerated...
2017-10-31 Robin GareusFix samples-moved (and invalid use of not initialized...
2017-10-31 Robin GareusInterpolation phase[] is initially empty
2017-10-31 Robin GareusFix set_loop() return value (amend 00a4ad)
2017-10-31 Robin GareusRelax assertion to allow rolling backwards into 0.
2017-10-31 Robin GareusMove Loop Location to Processors
2017-10-31 Robin GareusSmall steps towards rolling backwards..
2017-10-31 Robin GareusMigrate to Polarity-inversion processor & fix proc...
2017-10-31 Robin GareusAdd polarity-invert processor
2017-10-30 Robin GareusUse new externally_connected API
2017-10-30 Robin GareusNO-OP: whitespace
2017-10-30 Robin GareusAdd & implement PortEngine::externally_connected() API
2017-10-30 Robin GareusAdd missing header (-Wmissing-prototypes)
2017-10-30 Robin GareusAdd weak linked symbol for "jack_port_is_mine"
next