Should be able to Split in range mode, with a selected track.
[ardour.git] / libs / ardour /
2018-02-23 Paul Daviscatch (incorrect) inclusion of non-MIDI related automat...
2018-02-23 Ben LoftisRevert afedd2 and associated commits (method to generat...
2018-02-22 Len Ovensfix compilation on windows with VST support
2018-02-22 Paul Davisfix compilation on linux with LXVST support
2018-02-22 Ben LoftisMethod to generate an initial tag file:
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2018-02-15 Ben LoftisAuto-monitor == Cue for MIDI tracks.
2018-02-11 Ben LoftisSoloSelection: libardour part.
2018-02-09 Ben Loftisnew_grid: Rewrite of Snap and Grid. (squashed commit)
2018-02-03 John EmmasMake sure that 'libardour-config,h' only gets #included...
2018-02-03 Ben LoftisFurther defer changes of plugin Tags+Status, and consol...
2018-01-31 Robin GareusAllow to filter tags by hidden + favorite
2018-01-31 John EmmasText case change (_VSTInfo::Category needs to be capita...
2018-01-30 Robin GareusFix editing/replacing plugin-tags
2018-01-30 Robin GareusMove LADSPA Author string sanitation to libardour.
2018-01-30 Robin GareusAdd backend-API to reset plugin tags
2018-01-30 Robin GareusFix plugin factory tags
2018-01-30 Robin GareusClean up tag tokenization code
2018-01-30 Robin GareusRemove unused API
2018-01-30 Robin GareusNO-OP: whitespace
2018-01-30 Robin GareusUpdate PluginManager: implement plugin tags
2018-01-30 Robin GareusUpdate plugin classification
2018-01-30 Robin GareusPrepare plugin-meta-data config-dir and files
2018-01-27 Robin GareusFix some small memory leak (libardour)
2018-01-26 Robin GareusFix some clang warnings (argument with 'nonnull' attrib...
2018-01-23 Hiroki InagakiUpdate Japanese translation
2018-01-21 Robin GareusFix Export-format timecode spec (frames: timecode frames)
2018-01-15 Robin GareusAdd Lua bindings to change Location/Maker names
2018-01-12 Robin GareusRefine 31f79489, de-duplicate AU I/O configurations
2018-01-11 Robin GareusFix AU i/o busses accounting.
2017-12-31 Robin GareusLua-binding to directly add automation-events
2017-12-31 Robin GareusProcess Panner Automatables (emit Changed)
2017-12-24 Len Ovensremove unused line
2017-12-16 Robin GareusDowngrade some undo-related error messages
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
next