summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-18'libs/ardour' - Further platform specific changesJohn Emmas
2013-09-18'libs/ardour' - Use 'std::vector' to implement an array whose size is unknown...John Emmas
2013-09-18Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-09-18'libs/ardour' - Clarify ambiguous symbols (needs to be checked)John Emmas
2013-09-18'libs/ardour/async_midi_port.cc' - Add a missing header fileJohn Emmas
2013-09-18'libs/gtkmm2ext/idle_adjustment.cc' - Add a missing header fileJohn Emmas
2013-09-17Merge branch 'master' into windowsPaul Davis
2013-09-17minor code changesPaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-17remove JACK related action definitions (audio/MIDI setup is where this happen...Paul Davis
2013-09-17change return type on {disconnect_from,reconnect_to}_engine() and make public...Paul Davis
2013-09-17remove JACK related menu items (audio/MIDI setup is where this happens now)Paul Davis
2013-09-17add basic display of existing MIDI ports to audio/MIDI setupPaul Davis
2013-09-17fix crash caused by trying to unregister null portsPaul Davis
2013-09-16correctly restore zoom focus state after restart (from nick mainsbridge)Paul Davis
2013-09-16fix conflicts and merge with masterPaul Davis
2013-09-16minor fixups for audio/MIDI setup spin buttons (now editable, as they should be)Paul Davis
2013-09-16check for an existing PublicEditor instance AFTER attempting to handle a key ...Paul Davis
2013-09-16a few DEBUG_TRACE improvementsPaul Davis
2013-09-16end latency detection if AMS window closed while running detection (plus some...Paul Davis
2013-09-16various bits of polish for the latency tab of audio/midi setup dialogPaul Davis
2013-09-16more session construction order changes, and removal of n_physical_{inputs,ou...Paul Davis
2013-09-16update buffer size duration (msecs) while displaying saved audio/MIDI setup s...Paul Davis
2013-09-16fix missing initialization of two Session members, which fixes a crash during...Paul Davis
2013-09-16commit some logic problems with the EngineDialog when change the driver/devic...Paul Davis
2013-09-16fix language issuePaul Davis
2013-09-16allow waf to handle inconsistent case where cwiid.h is present but not the pk...Paul Davis
2013-09-16fix ordering in session construction so that new sessions and existing ones b...Paul Davis
2013-09-14really fix build issues after removal of "using" directivesPaul Davis
2013-09-14Merge branch 'master' into windowsPaul Davis
2013-09-14fix build issues after removal of "using" directivesPaul Davis
2013-09-14Merge branch 'master' into windowsPaul Davis
2013-09-14cerr output when JACK halt callback is executedPaul Davis
2013-09-14fix return value from thread creation function when not connected to JACKPaul Davis
2013-09-14move creation of Graph till after we have the engine running, since we need a...Paul Davis
2013-09-13Merge branch 'master--arm' of https://github.com/nphilipp/ardourPaul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-13use visibility control on JACK audio backend, so that we can import this chan...Paul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-13update JACK backend to use new inheritance structure for AudioBackendPaul Davis
2013-09-13change inheritance so that an AudioBackend IS-A PortEnginePaul Davis
2013-09-13don't confuse arm with i686Nils Philippsen
2013-09-13explanatory commentPaul Davis
2013-09-12remove some debug output messagesPaul Davis
2013-09-12don't stop metering thread when session is removed; move engine-setup code in...Paul Davis
2013-09-12vtl: export selected rangeRobin Gareus
2013-09-12tweak narrow-mixer-strip meters: nettings vs the_CLA. Round 3.Robin Gareus
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12reinstate unblocking-of-connections in session setup, accidentally dropped in...Paul Davis
2013-09-12prevent key press in pre-main-window dialog(s) from crashing the program beca...Paul Davis