show a different audio/MIDI option screen if JACK is already running. try to fix...
[ardour.git] / libs /
2013-09-19 Paul Davisshow a different audio/MIDI option screen if JACK is...
2013-09-18 Paul Davissubstantive changes to allow the audio/MIDI setup dialo...
2013-09-17 Paul Davisfix crash caused by trying to unregister null ports
2013-09-17 Paul Davisa few DEBUG_TRACE improvements
2013-09-16 Paul Davismore session construction order changes, and removal...
2013-09-16 Paul Davisfix missing initialization of two Session members,...
2013-09-16 Paul Davisfix language issue
2013-09-16 Paul Davisallow waf to handle inconsistent case where cwiid.h...
2013-09-16 Paul Davisfix ordering in session construction so that new sessio...
2013-09-14 Paul Davisreally fix build issues after removal of "using" directives
2013-09-14 Paul Davisfix build issues after removal of "using" directives
2013-09-14 Paul Daviscerr output when JACK halt callback is executed
2013-09-14 Paul Davisfix return value from thread creation function when...
2013-09-14 Paul Davismove creation of Graph till after we have the engine...
2013-09-13 Paul DavisMerge branch 'master--arm' of https://github.com/nphili...
2013-09-13 Paul Davisuse visibility control on JACK audio backend, so that...
2013-09-13 Paul Davisupdate JACK backend to use new inheritance structure...
2013-09-13 Paul Davischange inheritance so that an AudioBackend IS-A PortEngine
2013-09-13 Paul Davisexplanatory comment
2013-09-12 Paul Davisremove some debug output messages
2013-09-12 Paul Davisdon't stop metering thread when session is removed...
2013-09-12 Paul Davislots of changes to auto-start (and stop) the backend...
2013-09-12 Paul Davisreinstate unblocking-of-connections in session setup...
2013-09-12 Paul Davischange names, add comment, improve return type to avoid...
2013-09-12 Paul Davisadd AudioBackendNativeThread to serve the same role...
2013-09-12 Paul Davisalways add a timeout value of 200msec to jack, just...
2013-09-11 Paul Davis*maybe* fix issues with zombification during session...
2013-09-11 Paul Davismake use of measured latency values to set dialog contr...
2013-09-11 Paul Davisremove some configure time tests from libs/ardour regar...
2013-09-11 Paul Davismake quit work even when latency measurement is in...
2013-09-11 Paul Davisfix handling of new session
2013-09-11 Paul Davismore tweaks to latency measurement
2013-09-11 Paul Davisbasic functionality for hardware latency measurement
2013-09-10 Paul Davismany changes relating to session construction and audio...
2013-09-10 Paul Davisstart reordering of Session initialization
2013-09-10 Paul Davisfix name of control app for Delta1010
2013-09-10 Paul Davismove control app launching back into audio backend...
2013-09-09 Paul Davisfix control app breakage
2013-09-09 Paul Davisadd envy24 control app name
2013-09-09 Paul Davislaunching control app is now responsibility of ardour...
2013-09-09 Paul Davisinitial work on adding access to h/w control apps when...
2013-09-09 Paul Davisadd can_change_{sample_rate,buffer_size}_while_running...
2013-09-09 Paul Davismove engine dialog from a widget to an actual dialog...
2013-09-07 Paul Davismove inadvertently moved jack_slave.cc back to its...
2013-09-07 Paul Davisother changes for separated jack backend
2013-09-07 Paul Davismove JACK audio backend to its own folder and adjust...
2013-09-06 Paul Davisadd support in JACK backend for specifying number of...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul Davisfix JACK backend setup so that we know about graph...
2013-09-06 Paul Davistighten up error handling a little bit during various...
2013-09-06 Paul Davisexit early from AsyncMIDIPort::drain() if it will never...
2013-09-06 Paul Davisfix a problem creating and displaying connected status...
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-04 Paul Davisrename interface_ stuff in the engine dialog to device_...
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 Paul Davisfix error introduced during recent changes to Mackie...
2013-09-03 Paul Davisupdated .po files from waf i18n, plus an updated gtk2_a...
2013-09-02 Paul Davisadd std:: to clarify use of llabs on OS X
2013-09-01 Robin Gareusimprove scroll and drag behaviour of volume-controller...
2013-08-31 Robin Gareusfix keyboard interaction with volume knobs (monitor...
2013-08-29 Robin Gareusfix typo in IEC-meter 'weird-float' protection.
2013-08-29 Robin Gareusprotect meters against weird float values
2013-08-29 Robin Gareusupdate external plugin UI handling
2013-08-27 Robin Gareusfix vari-speed phase (when used for calculation only)
2013-08-25 Robin Gareusadd LV2 support for kx:external-ui#
2013-08-24 Paul Davispot/po file updates caused by waf i18n
2013-08-24 Paul Davisfix confusion about whether flip_mode in the Mackie...
2013-08-24 Tim Blechmannexport: add support for CAF
2013-08-22 Paul Davisundo the hiding of SR-dependent LV2 ports
2013-08-15 Paul Davisupdate czech translations from pavel fric, part 2
2013-08-15 Paul Davisupdate czech translations from pavel fric
2013-08-15 Paul Davisfix newly-appearing crash-at-close caused by muddled...
2013-08-15 Paul Davischeck master sources when determining whether a region...
2013-08-14 Paul Davisfix merge issues with master
2013-08-14 Paul Davisremove misleading + incorrect documentation
2013-08-14 Paul Davissome const_cast<> additions for OS X where gcc believes...
2013-08-14 Paul Davisremove JACK midi system stuff from jack_utils, because...
2013-08-14 Paul Davisprovide clock_gettime() implementation for lovely OSX...
2013-08-14 Paul Davisdon't bother with old MIDI port data in ardour.rc
2013-08-14 Paul Davissave and restore all ardour-owned MIDI ports
2013-08-13 Paul Davisfixes to get MTC (and probably MIDI clock) slaving...
2013-08-13 Tim MayberryCall setup_libpbd_enums in PBD::init for portability
2013-08-13 Tim MayberryCall Gio::init from PBD::init instead of ARDOUR::init
2013-08-13 Tim MayberryCall PBD::init in ARDOUR::init and PBD::cleanup in...
2013-08-13 Tim MayberryAdd PBD::init and PBD::cleanup
2013-08-13 Tim MayberryPrevent libardour from being initialized more than...
2013-08-13 Tim MayberryChange ARDOUR::init return type to bool type for succes...
2013-08-12 Paul Davisassorted extra debug output for MTC
2013-08-11 Robin Gareusfix thinko in 5dee49e19
2013-08-11 Robin Gareusfix 5dee49e19 (32/64 bit unsigned int compatibility)
2013-08-11 Robin Gareusmake LV2 communication buffers independent from jack...
2013-08-10 Paul Davisfix output latency option in jack command line
2013-08-09 Paul Davisdon't write a bogus jack cmdline ... leave the existing...
2013-08-09 Paul Davisactually write JACK command line out to ~/.jackdrc...
2013-08-09 Paul Davisdon't waste time with sending MTC or MMC after stop...
2013-08-09 Paul Davisallow ardour to exit after JACK disconnects us
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davisremove use of jack_get_time() from ARDOUR::get_microsec...
2013-08-09 Paul Davismore purging of JACK as an explicit name from libardour
2013-08-09 Paul Davisremove more naming that refers to JACK
next