Fix FP8/16 port-names
[ardour.git] / libs / ardour /
2017-12-12 Robin GareusAdd FP17 to reserved I/O names
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 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 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 GareusSet VST cache file mtime to be at least as new as the...
2017-11-29 Robin GareusUpdate LuaProc GC stat calc
2017-11-29 Robin GareusTweak Lua GC
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 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-11 Robin GareusAdd API to allow buffer offsets when applying gain
2017-11-11 Robin GareusAdd a noise generator (Lua DSP)
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 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 GareusFix fade-out at quit.
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 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 GareusUpdate Lua Bindings, fix inconsistencies.
2017-10-28 Robin GareusFix loading sessions w/new tempo-map.
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-23 Robin Gareuslv2 compat for liblilv < 1.10.0
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: map knobs for mixbus strips, when selected.
2017-10-18 Robin GareusConsolidate session + template file extensions
2017-10-11 Robin GareusFix pre-roll cycle-split
2017-10-10 Robin Gareusadd missing lock (for audition + mon section)
2017-10-07 John EmmasFor 'Route::send_pan_azi_controllable()' (when building...
2017-10-05 Ben LoftisUS2400: send_pan_azimuth lookup function (currently...
2017-10-05 Ben LoftisUS2400: add debug bits
2017-10-04 Robin GareusFix various edge-cases with session-archives
2017-10-03 Robin GareusClean up State API:
2017-10-03 Robin GareusFix another hardcoded "tar.xz" -> ARDOUR::session_archi...
2017-10-03 Robin GareusAPI change: expose session-archive compression-level
2017-10-03 Robin GareusFix session-archive edge-cases, prepare uncompressed...
2017-10-03 Robin GareusPrepare support for compression levels (archive + flac)
2017-10-02 Paul Davisuse new CubicInterpolation API
2017-10-02 Paul Davischange API and implementation for CubicInterpolation...
2017-10-02 Paul Davisremove cruft
2017-10-02 Paul DavisDiskReader should do nothing at all if there are no...
2017-10-02 Paul Davisremove cruft
2017-10-02 Paul Davisremove midi_interpolation member of DiskIOProcessor...
2017-10-02 Paul DavisNO-OP: comment format change and whitespace
2017-10-02 Paul Davisremove cruft from DiskIOProcessor header
2017-10-02 Paul Davisuse constructor syntax
2017-10-02 Paul Davisremove leftover cruft related to wrap buffers from...
2017-10-02 Paul Davistracks no longer need to be notified about speed changes
2017-10-01 Robin Gareusset owner or disk-i/o processors
2017-10-01 Robin GareusFix MIDI rec-region display
2017-10-01 Robin GareusFix recording MIDI
2017-09-30 Robin GareusDisk-writer: don't record immediate/oob events
2017-09-30 Robin GareusMake MIDI disk-reader a bit less buggy :)
2017-09-30 Robin GareusImmediate-event/out-of-band injection update & tweak...
2017-09-30 Robin GareusMIDI debugging.
next