ardour.git
2013-10-12 Paul Davisfix inability to export twice
2013-10-12 Paul Davisminor adjustments to latency measurement UI stuff
2013-10-12 Paul Davisadapt AudioEngine to new AudioBackend API
2013-10-12 Paul Davisadapt JACK audiobackend to pay attention to new _start...
2013-10-12 Paul Davisslightly change AudioBackend API to allow specifying...
2013-10-12 Paul Davisremove erroneous ` in string
2013-10-11 Paul Davisupdate OS X packaging script to include backends
2013-10-11 Paul Davisupdate Linux packaging script to include backends
2013-10-11 Paul Davisdon't use a possibly non-existent window as a transient...
2013-10-11 Tim MayberryFix ardour tests to work with new AudioEngine/Backends...
2013-10-11 Tim MayberryAdd AudioEngine::set_default_backend
2013-10-11 Tim MayberryUse test-env.sh in run-session-tests.sh
2013-10-11 Tim MayberryWrite state data from automation list test to check...
2013-10-11 Tim MayberryAdd arg to test function to be able to prefix test...
2013-10-11 Tim Mayberryreturn bool in test util function to check writing...
2013-10-11 Tim MayberryUse test_search_path to find test data files for automa...
2013-10-11 Tim MayberryUpdate test to use correct SourceFactory::createWritabl...
2013-10-11 Tim MayberryDelete test_globals.h/cc now that the contents has...
2013-10-11 Tim MayberryAdd get_test_sample_rate to common test functions in...
2013-10-11 Tim MayberryFix script used to run libardour tests
2013-10-11 Paul Davisminor tweaks to audio/MIDI setup window
2013-10-10 Paul Davissome slightly hackish changes to make it possible to...
2013-10-10 Paul Davismore fixes and rationalizations for MIDI option handlin...
2013-10-10 Paul Davisadd API to get current MIDI option from an audio/MIDI...
2013-10-10 Paul Davisadd API to get current MIDI option from an audio/MIDI...
2013-10-10 Paul Davisfix up parsing of send gain MIDI bindings so that they...
2013-10-10 Paul Davisbasic use of new backend MIDI options
2013-10-10 Paul Davisadd JACK backend support for MIDI option discovery
2013-10-10 Paul Davisadd API to AudioBackend to allow discovery of possible...
2013-10-10 Paul Davisnicely handle the (should-never-happen) case of no...
2013-10-09 Paul Daviswhen looking for backends, search for *.dll as well...
2013-10-08 Paul Davisreduce version requirement for JACK
2013-10-08 Paul Davismove JACK configuration test(s) down to where they...
2013-10-08 Paul Davisremove link-time use of JACK, since it is now dlopen...
2013-10-08 Paul Davisrestore jack timebase master and jack session callback...
2013-10-08 Paul Davis-arestore jack timebase master and jack session callbac...
2013-10-08 Paul Davisupdated DE translation from edgar aichinger
2013-10-08 Paul Davisupdated DE translation from edgar aichinger
2013-10-08 Paul Davisfix some issues with window flow when session loading...
2013-10-08 Paul Davispossible relief for snapshot loading
2013-10-08 Paul Davisremove debug output
2013-10-08 Paul Davisuse AudioEngine destructor to do necessary stuff when...
2013-10-08 Paul Davischange return type on ARDOUR::cleanup() since nobody...
2013-10-08 Paul Davisdelete the UI from main() to get full cleanup
2013-10-08 Paul Davisuse new GtkUI design in ARDOUR_UI
2013-10-08 Paul Davischange tortured GtkUI startup process into something...
2013-10-08 Paul Daviswindow proxy should delete its window during its destructor
2013-10-06 Paul Davisfix up some aspects of loading from a cmdline session...
2013-10-04 Paul DavisMerge branch 'audiothreads' of https://github.com/mojof...
2013-10-04 Paul Davisremove another unnecessary use of libgen.h
2013-10-04 Paul Davisuse g_strcasecmp() instead of strcasecmp() which doesn...
2013-10-04 Paul Davisuse g_strcasecmp() instead of strcasecmp() which doesn...
2013-10-04 Paul Davisswitch from MAXPATHLEN to PATH_MAX, and use <limits...
2013-10-04 Paul Davisremove unnecessary header include
2013-10-04 Paul Davisprovide PBD::demangle() even on platforms without HAVE_...
2013-10-04 Paul Davisremove OSC related cruft from ardour_ui_options.cc
2013-10-04 Tim MayberryImplement JACKAudioBackend::in_process_thread
2013-10-04 Tim MayberryMove processing thread list from ARDOUR::Graph into...
2013-10-04 Tim MayberryAdd AudioBackendThread class to support different threa...
2013-10-02 Paul Davisfix up crash caused by changes in object creation order...
2013-09-26 Paul Davisdon't ping JACK server 4 times to see if it is already...
2013-09-25 Paul Davisfix up enum mess caused by switching from JACK to Engin...
2013-09-25 Paul Davismake information extraction from session file options...
2013-09-25 Paul Davisstart explicitly linking against libtimecode (this...
2013-09-25 Paul Davisfix crash when cmdline provides session name
2013-09-24 Paul Davistighten up layout of session dialog; make button say...
2013-09-24 Paul Davisshrink small-splash.png image by 50%
2013-09-24 Paul Davisuse new Session API to show session SR and disk bit...
2013-09-24 Paul Davisadd new static functions to get SR and disk sample...
2013-09-24 Paul Davismove rate_as_string() from EngineControl to utils.cc
2013-09-23 Paul Davismove announcements frame around in the session dialog...
2013-09-23 Paul Davismajor rearrangement of startup/session loading code
2013-09-23 Paul Davisthe output of git describe --tags is not subject to...
2013-09-22 Paul Davisuse WindowManager/WMProxy to correctly manage the audio...
2013-09-22 Paul Davismake session creation from a template work again
2013-09-21 Paul Davisremove use-session-as-template option from new session...
2013-09-21 Paul Davismake sure the template selector has an item visible...
2013-09-21 Paul Davisapply same always-check-display to recent sessions...
2013-09-21 Paul Davisreset the visibility of the template selector stuff...
2013-09-21 Paul Davislikely fix for creating new sessions from templates
2013-09-20 Paul Davisif new session button clicked, clear any selection...
2013-09-20 Paul DavisRevert "actually load new state after creating a session."
2013-09-20 Paul Davismove advanced new session options into an expander...
2013-09-20 Paul DavisMerge branch 'master' of https://github.com/nmains...
2013-09-20 Paul Davisrather hacky fix for the change of the SyncSource ...
2013-09-20 Paul Davischanges to integrate new/recent/browse in new session...
2013-09-19 Paul Davisswitch from JACK_Slave to Engine_Slave
2013-09-19 Paul Davisreallow changing bufsize AND sample rate when we are...
2013-09-19 Paul Davismissing initialization
2013-09-19 Paul Davisshow a different audio/MIDI option screen if JACK is...
2013-09-18 Paul Davismore excision of "JACK" from labels, menu items, etc.
2013-09-18 Paul Davisminor code changes
2013-09-18 Paul Davissubstantive changes to allow the audio/MIDI setup dialo...
2013-09-18 Paul Davisremove JACK related action definitions (audio/MIDI...
2013-09-18 Paul Davischange return type on {disconnect_from,reconnect_to...
2013-09-18 Paul Davisremove JACK related menu items (audio/MIDI setup is...
2013-09-17 nick_mactually load new state after creating a session.
2013-09-17 Paul Davisadd basic display of existing MIDI ports to audio/MIDI...
2013-09-17 Paul Davisfix crash caused by trying to unregister null ports
2013-09-17 Paul Daviscorrectly restore zoom focus state after restart (from...
next