summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-10-10remove unnecessary template methods (replicated in libs/gtkmm2ext/doi.hPaul Davis
2019-10-10NO-OP: whitespaceRobin Gareus
2019-10-10Add "List/Browse" vector iconRobin Gareus
2019-10-07add constructorPaul Davis
2019-10-07Invert Pan-Azimuth (up means left)Robin Gareus
2019-10-02remove all use of NO_PLUGIN_STATE #ifdefPaul Davis
2019-10-02Prefer portable (MSVC?) getenv (amend 5ea54be)Robin Gareus
2019-10-02Allow ARDOUR_AVG_DSP_LOAD for non-debug buildsRobin Gareus
2019-10-02Amend 903c3ec5a API renameRobin Gareus
2019-10-02Plugin type lookup does not change PIRobin Gareus
2019-10-02Remove unused API (and some MIXBUS specifics)Robin Gareus
2019-10-02Optimize default case: no delayRobin Gareus
2019-10-01Fix thinko in cd5f70e69a (delayline buffer resize)Robin Gareus
2019-09-30Update Fluidsynth to v2.0.7Robin Gareus
2019-09-30Fix remaining doxygen warnings (!)Robin Gareus
2019-09-30NO-OP: whitespace, indentRobin Gareus
2019-09-30Fix use of doxygen documented parameters in running textRobin Gareus
2019-09-30Fix some more doxygen warningsRobin Gareus
2019-09-30NO-OP: whitespace (use tab to indent)Robin Gareus
2019-09-30Fix a few hundred doxygen warnings..Robin Gareus
2019-09-29Ardour::IO is not latent by itselfRobin Gareus
2019-09-29Fix port-insert default latencyRobin Gareus
2019-09-29Fix issues when delay-buffers are re-allocatedRobin Gareus
2019-09-29Emit signal when session latency was updatedRobin Gareus
2019-09-29Add Lua bindings related to latency compensationRobin Gareus
2019-09-29Add Signal to indicate global delay compensation statusRobin Gareus
2019-09-27Handle case where an audio-port is added to a MIDI only delaylineRobin Gareus
2019-09-26rename BufferSet::get* to BufferSet::get_available*Paul Davis
2019-09-26Don't try to process MIDI input in a DiskWriter if it has no _midi_bufPaul Davis
2019-09-26Try auto-start engine by defaultRobin Gareus
2019-09-26Another try at C++11/boost spinlock initializationRobin Gareus
2019-09-25goodbye Profile->...trxPaul Davis
2019-09-25goodbye USE_TRACKS_CODE_FEATURES and is_tracks_buildPaul Davis
2019-09-25Some reasonable default config changesRobin Gareus
2019-09-25Print LADSPA ID with debug messageRobin Gareus
2019-09-25Consolidate and extend "well-known" controls:Robin Gareus
2019-09-25Faderport: use well-known-controls APIRobin Gareus
2019-09-24Prepare for plugin-control groupsRobin Gareus
2019-09-24Add/remove source(s) in our MSVC project (libardour)John Emmas
2019-09-22various changes to transportFSM, mostly to try to keep track of whether to ro...Paul Davis
2019-09-22change the way we clear post transport work as the butler and post-butler met...Paul Davis
2019-09-22improve debug outputPaul Davis
2019-09-22move all bundle-related session methods into their own filePaul Davis
2019-09-22add direct access API for transportFSM and session transport speedPaul Davis
2019-09-22remove unused PostTransportDuration and enumeration-writing for Adjust(Playba...Paul Davis
2019-09-22correct problem with some locates that would keep rolling after they are fini...Paul Davis
2019-09-22split session-bundled-related methods to their own filePaul Davis
2019-09-22add const and tweak variable namePaul Davis
2019-09-22transport master deletion is no longer in parallel with process()Paul Davis
2019-09-22use internal seek to implement DiskReader::seek() when possible.Paul Davis