summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-12assorted extra debug output for MTCPaul Davis
2013-08-10fix output latency option in jack command linePaul Davis
2013-08-09don't write a bogus jack cmdline ... leave the existing ~/.jackdrc file alone...Paul Davis
2013-08-09actually write JACK command line out to ~/.jackdrc so that settings take effectPaul Davis
2013-08-09don't waste time with sending MTC or MMC after stop if we're disconnected fro...Paul Davis
2013-08-09allow ardour to exit after JACK disconnects usPaul Davis
2013-08-09Merge branch 'master' into audioenginePaul Davis
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 more naming that refers to JACKPaul Davis
2013-08-09remove another naming that refers to JACKPaul Davis
2013-08-09remove another naming that refers to JACKPaul Davis
2013-08-09more sensible ALSA device names now in usePaul Davis
2013-08-09use original names for ARDOUR MIDI "persistent" ports (MMC, MTC, etc)Paul Davis
2013-08-09try new code from rui/qjackctl for names of ALSA PCM devicesPaul Davis
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-09the JACK audio backend shared object depends on libasound (ALSA) on linux, so...Paul Davis
2013-08-08fix freewheelingPaul Davis
2013-08-08fix crashes, clean up session code warmup and other details in audioenginePaul 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-07fix compiler warningRobin Gareus
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-05can now start JACK based on config dialogPaul Davis
2013-08-04start work on the changes to EngineControl (dialog) to integrate with new bac...Paul Davis
2013-08-04Timecode: fix subframe roundingRobin Gareus
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 undeclared use of cerrPaul Davis
2013-08-03fix problem with session exit caused by dangling unused members in AudioEnginePaul Davis
2013-08-03add filePaul 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-03properly handle port removal in route.Robin Gareus
2013-08-03Merge branch 'midiclock' of https://github.com/axetota/ardourRobin Gareus
2013-08-02Send and Read MIDI Positions the right wayMichael Fisher
2013-08-03on session-load: skip output-change-handler until IOs are restoredRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-08-02fix typos in display of error message about an LV2 plugin presetPaul Davis
2013-08-02Resolve duplicate symbol 'cocoa_open_uri' on OSX builds.Michael Fisher