summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2020-02-18Replace missing .mid files with silenceRobin Gareus
2020-02-14Fix seamless looping w/split-cyclesRobin Gareus
2020-02-14Fix potential deadlock (session-template with latent procs)Robin Gareus
2020-02-13Fix Mixbus well-known filter controls (HP/LP freq)Robin Gareus
2020-02-13Address sidechain-port name uniquenessRobin Gareus
2020-02-12Fix loop-fade and de-click buffersize calculationRobin Gareus
2020-02-12NO-OP: use #define for de-click + fade gain coefficientRobin Gareus
2020-02-12Prevent out-of-bounds array accessRobin Gareus
2020-02-12fix missing MIDI playback by using correct (expanded) logic in DiskReader::de...Paul Davis
2020-02-12Revert commit #39975dc3c6 from Feb 7thJohn Emmas
2020-02-11move the point of adding a new MIDI track until *after* the instrument is addedPaul Davis
2020-02-08Add missing include for compat (memcpy needs string.h)Robin Gareus
2020-02-07Reduce used namespaceRobin Gareus
2020-02-07Changes needed for building with MSVCJohn Emmas
2020-02-06always use plugin's ::midnam_model() method to provide the name of a custom, ...Paul Davis
2020-02-06Fix DSP::process_map edge-case (unconnected inputs)Robin Gareus
2020-02-06Prefer TLSF over realloc-pool for LuaProcRobin Gareus
2020-02-06Fix rt-safety of LuaProc w/o chanmappingRobin Gareus
2020-02-06Fix rt-safety (const reference, not const copy)Robin Gareus
2020-02-06Update DSP::ConvolutionRobin Gareus
2020-02-06Audio ROM Lua BindingsRobin Gareus
2020-02-06Add a Read Only Memory Audio SourceRobin Gareus
2020-02-06Add Lua Bindings for Readable c'torRobin Gareus
2020-02-06Break out API to create readables from filesRobin Gareus
2020-02-04Auto-Input should default ON (per irc discussion)Ben Loftis
2020-02-04Fix a potential case where PresentationInfo type flag is not set (see comment...Ben Loftis
2020-02-03Initialize uninitialized variable (Session StateProtector)Robin Gareus
2020-01-31Lua bindings for locations and locate dispositionRobin Gareus
2020-01-30Fix assert() when removing track(s)Robin Gareus
2020-01-30Use session-version when loading processor stateRobin Gareus
2020-01-30Fix recursive locks during undo/redo due to state saveRobin Gareus
2020-01-30Allow StateProtector to save pending filesRobin Gareus
2020-01-30Add some sanity checks for Session::save parametersRobin Gareus
2020-01-30Cont'd work on loading old route templatesRobin Gareus
2020-01-29Save/Use state-version with route templatesRobin Gareus
2020-01-29Fix tests failing to build by adding LIB_FFTW3FNikolaus Gullotta
2020-01-29Reduce overhead of Lua session-scriptsRobin Gareus
2020-01-29Fix MIDI loop capture alignmentRobin Gareus
2020-01-29Allow to dis/engage rec-arm while loopingRobin Gareus
2020-01-29Fix loop recording alignmentRobin Gareus
2020-01-28Micro optimization: query PI flags onceRobin Gareus
2020-01-28fix previous commit, and another instance of the same (incorrect constructor)...Paul Davis
2020-01-28fix assert-crash caused by not constructing a StopTransport event correctlyPaul Davis
2020-01-27correct location of resolved note-offs after region is renderedPaul Davis
2020-01-27Fix sending MMC Start/Stop messagesRobin Gareus
2020-01-27Add new requirements from AudioEngine::stop to ::drop_backendRobin Gareus
2020-01-27Fix building unit-testsRobin Gareus
2020-01-27Fix two more clang static analysis warningsRobin Gareus
2020-01-27Delete out-of-bounds metronome clicksRobin Gareus
2020-01-27Fix some clang-scan warningsRobin Gareus