summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-10-21fix issues with recording while synced to JACK (non-pure-virtual method added...Paul Davis
2013-10-21add default sample rate and buffer size methods to AudioBackendPaul Davis
2013-10-18fix missing Click outputs for new sessionsPaul Davis
2013-10-14add a back-pointer to the owner of a ProcessorPaul Davis
2013-10-12adapt AudioEngine to new AudioBackend APIPaul Davis
2013-10-12slightly change AudioBackend API to allow specifying that the device is being...Paul Davis
2013-10-11Add AudioEngine::set_default_backendTim Mayberry
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10add API to AudioBackend to allow discovery of possible MIDI I/O optionsPaul Davis
2013-10-08restore jack timebase master and jack session callback functionality (moved i...Paul Davis
2013-10-07use AudioEngine destructor to do necessary stuff when shutting it down, and r...Paul Davis
2013-10-07change return type on ARDOUR::cleanup() since nobody cares what it returnsPaul Davis
2013-10-04Move processing thread list from ARDOUR::Graph into AudioBackend implementationTim Mayberry
2013-10-04Add AudioBackendThread class to support different thread type on windowsTim Mayberry
2013-10-02fix up crash caused by changes in object creation order and setting the state...Paul Davis
2013-09-25fix up enum mess caused by switching from JACK to Engine as the name for jack...Paul Davis
2013-09-23add new static functions to get SR and disk sample format from session XMLPaul Davis
2013-09-20rather hacky fix for the change of the SyncSource > JACK enum to SyncSource >...Paul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-16more session construction order changes, and removal of n_physical_{inputs,ou...Paul Davis
2013-09-13use visibility control on JACK audio backend, so that we can import this chan...Paul Davis
2013-09-13change inheritance so that an AudioBackend IS-A PortEnginePaul Davis
2013-09-12don't stop metering thread when session is removed; move engine-setup code in...Paul Davis
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12add AudioBackendNativeThread to serve the same role as jack_native_thread_tPaul Davis
2013-09-11make use of measured latency values to set dialog controls, and use actual po...Paul Davis
2013-09-10more tweaks to latency measurementPaul Davis
2013-09-10basic functionality for hardware latency measurementPaul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-09move control app launching back into audio backend to allow ASIO/CoreAudio mo...Paul Davis
2013-09-09launching control app is now responsibility of ardour GUI, not audio backend;...Paul Davis
2013-09-09initial work on adding access to h/w control apps when ardour starts JACKPaul Davis
2013-09-09add can_change_{sample_rate,buffer_size}_while_running() methods to an AudioB...Paul Davis
2013-09-09move engine dialog from a widget to an actual dialog; emit Session::AudioEngi...Paul Davis
2013-09-07move JACK audio backend to its own folder and adjust build system to reflect ...Paul Davis
2013-09-06add support in JACK backend for specifying number of input and output channel...Paul Davis
2013-09-05fix a problem creating and displaying connected status for ports not owned by...Paul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-09-04rename interface_ stuff in the engine dialog to device_, since that feels a b...Paul Davis
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-24export: add support for CAFTim Blechmann
2013-08-14fix merge issues with masterPaul Davis
2013-08-14remove JACK midi system stuff from jack_utils, because we're not going to use...Paul Davis
2013-08-13don't bother with old MIDI port data in ardour.rcPaul Davis
2013-08-13save and restore all ardour-owned MIDI portsPaul Davis
2013-08-13fixes to get MTC (and probably MIDI clock) slaving working againPaul Davis
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry