Add a noise generator (Lua DSP)
[ardour.git] / libs /
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"
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-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 (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
2017-10-26 Paul Davismove mixbus-only variable declaration
2017-10-26 Paul Davisremove unused variable
2017-10-26 Paul Davisfix preprocessor error on some/many systems
2017-10-26 Paul Davisswitch from std::auto_ptr<> (deprecated) to boost:...
2017-10-26 Paul Davisremove unused variable
2017-10-26 Paul Davisswitch from std::auto_ptr<> (deprecated) to boost:...
2017-10-26 Paul Davisoptimization for track with zero audio channels should...
2017-10-26 Paul Davisremove unnecessary calls
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 Robin Gareuslv2 compat for liblilv < 1.10.0
2017-10-23 Len OvensOSC: fix various crash points
2017-10-21 John Emmas'Route::tape_drive_controllable()' needs to return...
2017-10-20 Robin GareusAdd Lua bindings for new VCA/Slavable API
2017-10-20 Robin GareusPrevent recursive VCA assignments
2017-10-20 Robin GareusRemove not implemented API
2017-10-20 Robin GareusLua: Fix Slavable & Automatable inheritance
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-18 Robin GareusConsolidate session + template file extensions
2017-10-18 Robin GareusFix g_stat() for 64bit windows/mingw64
2017-10-17 Len OvensOSC: Move observers to surface based for less traffic.
2017-10-15 Damien ZammitUpdate ptformat to upstream 72bd66b
2017-10-12 Len OvensOSC: fix crash for wrong number of parameters in set_su...
2017-10-11 Robin GareusFix pre-roll cycle-split
2017-10-10 Robin Gareusadd missing lock (for audition + mon section)
2017-10-08 Len OvensOSC clean up route observer
2017-10-07 John EmmasFor 'Route::send_pan_azi_controllable()' (when building...
2017-10-05 Ben LoftisUS2400: add us2400 files to repository.
next