summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-08Add/remove source(s) in our MSVC project (gtk2_ardour)John Emmas
2020-04-08Add/remove source(s) in our MSVC project (ardour_mackie)John Emmas
2020-04-08use an Unwinder to provde exception-safetyPaul Davis
2020-04-07improved port cleanup as backend is destroyedPaul Davis
2020-04-07better fix for port destructionPaul Davis
2020-04-07Revert "PortEngineSharedImpl callbacks should not be pure virtual"Paul Davis
2020-04-07show ARDOUR::Port destructor with either DEBUG::Ports or DEBUG::DestructionPaul Davis
2020-04-07PortEngineSharedImpl callbacks should not be pure virtualPaul Davis
2020-04-07fix another explicit return val for ::get_port_by_name() if JACK has diedPaul Davis
2020-04-07fix explicit return val for ::get_port_by_name() if JACK has diedPaul Davis
2020-04-07yet another attempted fix for older gcc/mingwPaul Davis
2020-04-07another attempted fix for older gcc/mingwPaul Davis
2020-04-07do not initialize shared_ptr<Subview> with 0Paul Davis
2020-04-07more code rearrangement ... old gcc/mingw does not allow Enum::ValuePaul Davis
2020-04-07try some rearrangement to fix old mingw buildsPaul Davis
2020-04-07NOOP: whitespacePaul Davis
2020-04-08Cont'd work on disk reader channel initializationRobin Gareus
2020-04-07fix missing #includePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07fix return value to be a legal null shared_ptr<PortPtr>Paul Davis
2020-04-07fix 2 additional "resets" of shared_ptr<PortPtr>Paul Davis
2020-04-08Fix false-positive under-run messagesRobin Gareus
2020-04-07"fix" some uses of foo<bar<>> by change the closing chars to "> >" (windowsPaul Davis
2020-04-07fix 2 additional "resets" of shared_ptr<PortPtr>Paul Davis
2020-04-07fix "reset" of shared_ptr<PortPtr>Paul Davis
2020-04-07fix portaudio backend to use shared_ptrPaul Davis
2020-04-07Add preference to reset x-run counter on rec-start #6706Robin Gareus
2020-04-07Add option to reset x-run count on record-startRobin Gareus
2020-04-07add plugin support for mackie unitsPhil
2020-04-07fix CoreAudio backend to use shared_ptrPaul Davis
2020-04-07fix up shared_ptr<> use in JACK backendPaul Davis
2020-04-07use shared_ptr to manage backend port lifetimes (Pulse,ALSA,Dummy,JACK)Paul Davis
2020-04-07Rename KeyboardLayout to PianoKeyBindingsRobin Gareus
2020-04-07Styleguide #12 avoid get_ for accessorsRobin Gareus
2020-04-07Rename KeyboardLayout::set_keyboard_layout to set_layoutNil Geisweiller
2020-04-07Move keyboard layout in its own classNil Geisweiller
2020-04-07NO-OP: whitespaceRobin Gareus
2020-04-07Remove unused variableRobin Gareus
2020-04-07NO-OP: whitespaceRobin Gareus
2020-04-07Fix restoring custom MIDNAM #7984Robin Gareus
2020-04-07Further tweak ambiguous latency checkRobin Gareus
2020-04-07Expose Port::flags() to LuaRobin Gareus
2020-04-07Fix typo in API name (2/2)Robin Gareus
2020-04-07Fix typo in API name (1/2)Robin Gareus
2020-04-07Fix ambiguous latency checkRobin Gareus
2020-04-07NO-OP: whitespaceRobin Gareus
2020-04-07Atomically reset peak meters #7465Robin Gareus
2020-04-07Fix rotary control knob mappingRobin Gareus
2020-04-07GUI: follow LatencyUpdated signal handler, prevent duplicate updatesRobin Gareus