summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2013-08-09remove use of jack_get_time() from ARDOUR::get_microseconds(), use clock_gett...Paul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-09remove another naming that refers to JACKPaul Davis
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-08add methods to queue full MTC and SPP messages, now that they are synchronousPaul Davis
2013-08-08rationalize (a bit) engine start/stop/restart so that it is possible to start...Paul Davis
2013-08-08add new files (code based on the old midi++ JACKMidiPort)Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-07major redesign of MIDI port heirarchy and managementPaul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-05document PortEngine APIPaul Davis
2013-08-05add notion of unavailable devices to ARDOUR::AudioBackendPaul Davis
2013-08-04start work on the changes to EngineControl (dialog) to integrate with new bac...Paul Davis
2013-08-04fix no-roll LTC encoder, honor locates when transport is stoppedRobin Gareus
2013-08-04make master-meter in toolbar optionalRobin Gareus
2013-08-03cleanup more dangling members of AudioEnginePaul Davis
2013-08-03fix problem with session exit caused by dangling unused members in AudioEnginePaul Davis
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-08-03audioengine branch can now load and run at least one test session.Paul Davis
2013-08-03on session-load: skip output-change-handler until IOs are restoredRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-08-02Revamp clock processing so it uses an internal frame reference.Michael Fisher
2013-08-02- Send position data from internal position classMichael Fisher
2013-08-02MIDI Clock - Shuffling locate code (not actually used yet)Michael Fisher
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-08-01start code reorganization needed to deal with backend choices. compiles, link...Paul Davis