summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2017-11-01Wrap automation on loop-position, split plugin processingRobin Gareus
2017-10-31Click-free polarity inversion, also use accelerated (AVX, SSE) AmpRobin Gareus
2017-10-31Fix samples-moved (and invalid use of not initialized CubicInterpolation)Robin Gareus
2017-10-31Interpolation phase[] is initially emptyRobin Gareus
2017-10-31Fix set_loop() return value (amend 00a4ad)Robin Gareus
2017-10-31Relax assertion to allow rolling backwards into 0.Robin Gareus
2017-10-31Move Loop Location to ProcessorsRobin Gareus
2017-10-31Small steps towards rolling backwards..Robin Gareus
2017-10-31Migrate to Polarity-inversion processor & fix proc positionsRobin Gareus
2017-10-31Add polarity-invert processorRobin Gareus
2017-10-30Use new externally_connected APIRobin Gareus
2017-10-30NO-OP: whitespaceRobin Gareus
2017-10-30Add & implement PortEngine::externally_connected() APIRobin Gareus
2017-10-30Fix fade-out at quit.Robin Gareus
2017-10-30remove non rt-safe debug messagesRobin Gareus
2017-10-30Parallel execution of cycle-start/endRobin Gareus
2017-10-30Add a RT-TasklistRobin Gareus
2017-10-30Add MSVC support for building the 'zita-resampler' library (which is now need...John Emmas
2017-10-30Accommodate the change from libtimecode to libtemporalJohn Emmas
2017-10-29Remove unused per-port buffer offsetRobin Gareus
2017-10-29NO-OP: whitespaceRobin Gareus
2017-10-29Quick hack to test engine vari-speed (1/2)Robin Gareus
2017-10-29Move vari-speed into backend (resample ports)Robin Gareus
2017-10-29Update Lua Bindings, fix inconsistencies.Robin Gareus
2017-10-28Fix loading sessions w/new tempo-map.Robin Gareus
2017-10-26switch from std::auto_ptr<> (deprecated) to boost::scoped_ptr<>Paul Davis
2017-10-26remove unused variablePaul Davis
2017-10-26switch from std::auto_ptr<> (deprecated) to boost::scoped_ptr<>Paul Davis
2017-10-26optimization for track with zero audio channels should not short-circuit MIDI...Paul Davis
2017-10-26remove unnecessary callsPaul Davis
2017-10-23lv2 compat for liblilv < 1.10.0Robin Gareus
2017-10-21'Route::tape_drive_controllable()' needs to return somethingJohn Emmas
2017-10-20Add Lua bindings for new VCA/Slavable APIRobin Gareus
2017-10-20Prevent recursive VCA assignmentsRobin Gareus
2017-10-20Remove not implemented APIRobin Gareus
2017-10-20Lua: Fix Slavable & Automatable inheritanceRobin Gareus
2017-10-19US2400: map knobs for mixbus strips, when selected.Ben Loftis
2017-10-18Consolidate session + template file extensionsRobin Gareus
2017-10-12Fix pre-roll cycle-splitRobin Gareus
2017-10-10add missing lock (for audition + mon section)Robin Gareus
2017-10-07For 'Route::send_pan_azi_controllable()' (when building non-Mixbus) I'm assum...John Emmas
2017-10-05US2400: send_pan_azimuth lookup function (currently mb-only)Ben Loftis
2017-10-05US2400: add debug bitsBen Loftis
2017-10-04Fix various edge-cases with session-archivesRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-10-03Fix another hardcoded "tar.xz" -> ARDOUR::session_archive_suffixRobin Gareus
2017-10-03API change: expose session-archive compression-levelRobin Gareus
2017-10-03Fix session-archive edge-cases, prepare uncompressed archivesRobin Gareus
2017-10-03Prepare support for compression levels (archive + flac)Robin Gareus
2017-10-02use new CubicInterpolation APIPaul Davis