summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-09-03updated .po files from waf i18n, plus an updated gtk2_ardour/de.po from Edgar...Paul Davis
2013-09-02add std:: to clarify use of llabs on OS XPaul Davis
2013-08-29fix typo in IEC-meter 'weird-float' protection.Robin Gareus
2013-08-29protect meters against weird float valuesRobin Gareus
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-27fix vari-speed phase (when used for calculation only)Robin Gareus
2013-08-25add LV2 support for kx:external-ui#Robin Gareus
2013-08-24pot/po file updates caused by waf i18nPaul Davis
2013-08-24export: add support for CAFTim Blechmann
2013-08-22undo the hiding of SR-dependent LV2 portsPaul Davis
2013-08-15update czech translations from pavel fric, part 2Paul Davis
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-08-15check master sources when determining whether a region uses a source. should ...Paul Davis
2013-08-14fix merge issues with masterPaul Davis
2013-08-14some const_cast<> additions for OS X where gcc believes that volatile int* me...Paul Davis
2013-08-14remove JACK midi system stuff from jack_utils, because we're not going to use...Paul Davis
2013-08-14provide clock_gettime() implementation for lovely OSX, which doesn't have itPaul 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-13Call Gio::init from PBD::init instead of ARDOUR::initTim Mayberry
2013-08-13Call PBD::init in ARDOUR::init and PBD::cleanup in ARDOUR::cleanupTim Mayberry
2013-08-13Prevent libardour from being initialized more than onceTim Mayberry
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry
2013-08-12assorted extra debug output for MTCPaul Davis
2013-08-11fix thinko in 5dee49e19Robin Gareus
2013-08-11fix 5dee49e19 (32/64 bit unsigned int compatibility)Robin Gareus
2013-08-11make LV2 communication buffers independent from jack-midi buffer-sizeRobin Gareus
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