summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-19remove file (this moved to libs/backends/jack as part of the audioengine ↵Paul Davis
changes)
2013-09-19move configure-time dependency on PortAudio out of libs/ardour and into ↵Paul Davis
libs/backends/jack PortAudio is currently used to get a list of device names for use with JACK on Windows. We should find a better way to do this that avoids this kind of dependency.
2013-09-18'libs/ardour' - Further compiler specific changesJohn Emmas
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 ↵John Emmas
unknown (required to be buildable with MSVC)
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 ↵Paul Davis
as intended So far only tested with JACK backend, but expected to be more correct for other backends too
2013-09-17remove JACK related action definitions (audio/MIDI setup is where this ↵Paul Davis
happens now)
2013-09-17change return type on {disconnect_from,reconnect_to}_engine() and make ↵Paul Davis
public so that we can use these when doing intentional disconnects without popping up the "HALTED" dialog
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
press in a window that has called relay_key_press(), so that normal key handling works there (e.g. audio/MIDI setup)
2013-09-16a few DEBUG_TRACE improvementsPaul Davis
2013-09-16end latency detection if AMS window closed while running detection (plus ↵Paul Davis
some non-functioning changes to try to get spinbutton text entry to work
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 ↵Paul Davis
n_physical_{inputs,outputs} members which were (a) not initialized early enough (b) not used anywhere except monitor bus connection. Things almost make sense now.
2013-09-16update buffer size duration (msecs) while displaying saved audio/MIDI setup ↵Paul Davis
state
2013-09-16fix missing initialization of two Session members, which fixes a crash ↵Paul Davis
during quit-without-finished-session
2013-09-16commit some logic problems with the EngineDialog when change the ↵Paul Davis
driver/device name combos
2013-09-16fix language issuePaul Davis
2013-09-16allow waf to handle inconsistent case where cwiid.h is present but not the ↵Paul Davis
pkg-config file
2013-09-16fix ordering in session construction so that new sessions and existing ones ↵Paul Davis
both work
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 ↵Paul Davis
access to the backend
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 ↵Paul Davis
change into windows branch
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
This allows a derived (concrete) implementation to share information (e.g. sample rate, buffer size) between the audio backend side of things and the port management side of things.
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 ↵Paul Davis
into its own method. sorry, ardour build-from-source folk :)
2013-09-12vtl: export selected rangeRobin Gareus
2013-09-12tweak narrow-mixer-strip meters: nettings vs the_CLA. Round 3.Robin Gareus