ardour.git
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 GareusRemove duplicate assignment (amend 867460cd3)
2017-11-23 Robin GareusExample Lua script to move regions (insert gaps)
2017-11-23 Robin GareusMake static analysis happy..
2017-11-23 Robin GareusRemove unreachable code.
2017-11-23 Robin GareusNO-OP: cleaner syntax
2017-11-23 Robin GareusConsistent default argument for virtual fn.
2017-11-23 Robin GareusCatch exceptions by const reference
2017-11-23 Robin GareusFix a potential(?) nullptr dereference
2017-11-23 Robin Gareusfix call to std::unique; to actually erase dups.
2017-11-23 Robin GareusFix potentially ambiguous printf()
2017-11-23 Robin GareusNo need for memset to clear a byte.
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-23 Robin GareusFix size-request call
2017-11-23 Robin GareusFix duplicate if(A) else if (A) condition
2017-11-22 Robin GareusFix typo in 318e7efb
2017-11-22 Robin GareusGUI to set clock-origin marker
2017-11-22 Robin GareusImplement clock delta modes
2017-11-22 Robin GareusAdd clock-delta mode enum
2017-11-22 Robin GareusIntroduce a dedicated "Clock Origin" Marker
2017-11-22 Robin GareusFix switch statements in ExportTimespanSelector
2017-11-22 Robin GareusAdd seconds as clock-unit
2017-11-22 Robin GareusRelease (debug) lock before emitting signal
2017-11-18 Damien ZammitRevert "editor_pt_import: Process wav indexes once...
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-13 Robin GareusFix typo (missing quote) in patch-change window title
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 GareusFix scroll-wheel on mixer-sliders
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 GareusFix NSM for distro-builds (waf install)
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 GareusFix importing tempo-maps for non-integer pulsed time...
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"
2017-10-30 Robin GareusFix fade-out at quit.
2017-10-30 Robin GareusAlways optimize zita-resampler, nothing to debug here
2017-10-30 Robin Gareusremove non rt-safe debug messages
2017-10-30 Robin GareusParallel execution of cycle-start/end
2017-10-30 Robin GareusAdd a RT-Tasklist
2017-10-30 Robin GareusMove coreaudio_set_realtime_policy into libpbd
2017-10-30 John EmmasAdd MSVC support for building the 'zita-resampler'...
2017-10-30 John EmmasAccommodate the change from libtimecode to libtemporal...
2017-10-30 John EmmasAccommodate the change from libtimecode to libtemporal
2017-10-29 Robin GareusRemove unused per-port buffer offset
2017-10-29 Robin GareusNO-OP: whitespace
2017-10-29 Robin GareusQuick hack to test engine vari-speed (2/2)
2017-10-29 Robin GareusQuick hack to test engine vari-speed (1/2)
2017-10-29 Robin GareusMove vari-speed into backend (resample ports)
2017-10-29 Robin GareusAdd a dedicated mono variable resampler version
2017-10-29 Robin GareusFix/update alsa backend build recipe (statically link...
2017-10-29 Robin GareusUpdate Lua Bindings, fix inconsistencies.
2017-10-29 Robin GareusRevert "relax zita-resampler's relative ratio"
2017-10-28 Robin GareusFix loading sessions w/new tempo-map.
2017-10-28 Robin GareusFix initial cycle noise with dummy-loopback
2017-10-28 Robin Gareusrelax zita-resampler's relative ratio
2017-10-27 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-10-26 Robin GareusAdd a RAII SpinLock (using boost's spinlock)
2017-10-26 Paul DavisNO-OP: whitespace cleanup
next