summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-20NO-OP: clang-format whitespaceRobin Gareus
2018-10-20zita-convolver: add namespace & visibility, remove global externsRobin Gareus
2018-10-20Add upstream libzita-convolver 4.0.3Robin Gareus
2018-10-20Allow Lua DSP processors to report latencyRobin Gareus
2018-10-19Add personal monitor sendsLen Ovens
2018-10-18Fix copy/edit in e047b01aa256Robin Gareus
2018-10-18Fix scalar initialization of shared_ptr<>.Robin Gareus
2018-10-18Fluidsynth 2.0 uses anonymous unions (added in c11, or gnu99)Robin Gareus
2018-10-18Follow fluidsynth's API changes introduced with 2.0.0Andreas Müller
Updated patch from Andreas Müller <schnitzeltony@gmail.com>
2018-10-18Update Fluidsynth to 2.0.1Robin Gareus
2018-10-17Noop: fix white spaceLen Ovens
2018-10-17Option to hide send if aux is hiddenLen Ovens
2018-10-17Prevent excessive meter redraws for inactive meters at zero IIAndreas Müller
Same as be826f363522dbca96c8263d404c57c4fe9ff0e2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-17correct commentPaul Davis
2018-10-17use IsPhysical port flag to decide what to show in the "system" tab of a ↵Paul Davis
patchbay/matrix
2018-10-17add new API for retrieving port flags from backendPaul Davis
2018-10-17Fix MMC range 0..127 (libardour uses and 0x7f)Robin Gareus
2018-10-17when calling Session::engine_halted() after a user-driven engine stop, make ↵Paul Davis
sure Engine::running() will be false
2018-10-17LCXL: complete overhaul and Mixbus supportJan Lentfer
2018-10-17LCXL: Assign one callback function per Knob/FaderTérence Clastres
2018-10-16OSC: personal monitor can hide the aux busLen Ovens
2018-10-16OSC: personal monitor send hidden follows aux hiddenLen Ovens
2018-10-16OSC: personal monitor should only send signal present on changeLen Ovens
2018-10-15indentation fixPaul Davis
2018-10-15#include tidy-upPaul Davis
2018-10-15change region->row map of EditorRegions to use iterator, not RowReferencePaul Davis
RowReference was responsible for 75% of the cost of building the region list, and incurs cost at every later insert/delete/reorder. Since both ListStore and TreeStore have persistent iterators, use them instead
2018-10-15Remove a #include and substitute a forward declaration (to simplify and ↵John Emmas
speed up compilation)
2018-10-15Adapt some MSVC projects to accommodate the changes to 'ptformat' libraryJohn Emmas
2018-10-14OSC: allow personal monitor to add a send.Len Ovens
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-10-14fix mixup with previous commitPaul Davis
2018-10-14fix several inter-related problems with libptformatPaul Davis
2018-10-14fix several inter-related problems with libptformatPaul Davis
2018-10-13Clarify where the file 'ptfformat.h' can be foundJohn Emmas
2018-10-13Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2018-10-13Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2018-10-12PT import: Fix circular dependency with libptformat <-> libardourptimport-reworkDamien Zammit
2018-10-12PT import: Minor changes to sessionDamien Zammit
2018-10-12PT import: Add new import_pt.cc session methodsDamien Zammit
2018-10-12PT import: editor_pt_import complete rewriteDamien Zammit
2018-10-12PT import: Add new PTImportSelector dialogDamien Zammit
2018-10-12libptformat: Update lib to upstream e75320e (+source lengths)Damien Zammit
2018-10-11Always use internal, modified, zita-resamplerRobin Gareus
zita-resampler was modified from the original: * a dedicated mono variable-resampler version was added * full-cycle no-resampling was optimized into a delayline
2018-10-11Consolidate relative sched_get_priority computationRobin Gareus
2018-10-11Use new RT-priority APIRobin Gareus
2018-10-11Add API to query backend realtime thread priorityRobin Gareus
2018-10-10Fix master_send_enable_controllable for MixbussesRobin Gareus
2018-10-10Fix inconsistent controllable Lua binding namesRobin Gareus
This also fixes incorrectly mapped send_level/enable
2018-10-10Fix well-known control Lua bindingsRobin Gareus