summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-11Fix script used to run libardour testsTim Mayberry
2013-10-10minor tweaks to audio/MIDI setup windowPaul Davis
2013-10-10some slightly hackish changes to make it possible to use the new internal ALS...Paul Davis
2013-10-10more fixes and rationalizations for MIDI option handling in the audio MIDI setupPaul Davis
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10fix up parsing of send gain MIDI bindings so that they actually workPaul Davis
2013-10-10basic use of new backend MIDI optionsPaul Davis
2013-10-10add JACK backend support for MIDI option discoveryPaul Davis
2013-10-10add API to AudioBackend to allow discovery of possible MIDI I/O optionsPaul Davis
2013-10-10nicely handle the (should-never-happen) case of no audio/MIDI backends being ...Paul Davis
2013-10-09when looking for backends, search for *.dll as well as *.so and *.dylibPaul Davis
2013-10-08reduce version requirement for JACKPaul Davis
2013-10-08move JACK configuration test(s) down to where they belong (in libs/backend/jack)Paul Davis
2013-10-08remove link-time use of JACK, since it is now dlopen'ed by the chosen backendPaul Davis
2013-10-08restore jack timebase master and jack session callback functionality (moved i...Paul Davis
2013-10-08-arestore jack timebase master and jack session callback functionality (moved...Paul Davis
2013-10-08updated DE translation from edgar aichingerPaul Davis
2013-10-08updated DE translation from edgar aichingerPaul Davis
2013-10-08fix some issues with window flow when session loading fails; shrink "New Sess...Paul Davis
2013-10-07possible relief for snapshot loadingPaul Davis
2013-10-07remove debug outputPaul Davis
2013-10-07use AudioEngine destructor to do necessary stuff when shutting it down, and r...Paul Davis
2013-10-07change return type on ARDOUR::cleanup() since nobody cares what it returnsPaul Davis
2013-10-07delete the UI from main() to get full cleanupPaul Davis
2013-10-07use new GtkUI design in ARDOUR_UIPaul Davis
2013-10-07change tortured GtkUI startup process into something just a little more sane,...Paul Davis
2013-10-07window proxy should delete its window during its destructorPaul Davis
2013-10-06fix up some aspects of loading from a cmdline session namePaul Davis
2013-10-04Merge branch 'audiothreads' of https://github.com/mojofunk/ardourPaul Davis
2013-10-04remove another unnecessary use of libgen.hPaul Davis
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC (som...Paul Davis
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC (som...Paul Davis
2013-10-04switch from MAXPATHLEN to PATH_MAX, and use <limits.h> not <sys/param.h> for ...Paul Davis
2013-10-04remove unnecessary header includePaul Davis
2013-10-04provide PBD::demangle() even on platforms without HAVE_EXECINFOPaul Davis
2013-10-04remove OSC related cruft from ardour_ui_options.ccPaul Davis
2013-10-04Implement JACKAudioBackend::in_process_threadTim Mayberry
2013-10-04Move processing thread list from ARDOUR::Graph into AudioBackend implementationTim Mayberry
2013-10-04Add AudioBackendThread class to support different thread type on windowsTim Mayberry
2013-10-02fix up crash caused by changes in object creation order and setting the state...Paul Davis
2013-09-25don't ping JACK server 4 times to see if it is already up when ardour startsPaul Davis
2013-09-25fix up enum mess caused by switching from JACK to Engine as the name for jack...Paul Davis
2013-09-25make information extraction from session file options list robust against som...Paul Davis
2013-09-24start explicitly linking against libtimecode (this needs to happen elsewhere ...Paul Davis
2013-09-24fix crash when cmdline provides session namePaul Davis
2013-09-23tighten up layout of session dialog; make button say cancel or quit in differ...Paul Davis
2013-09-23shrink small-splash.png image by 50%Paul Davis
2013-09-23use new Session API to show session SR and disk bit depth in recent sessions ...Paul Davis
2013-09-23add new static functions to get SR and disk sample format from session XMLPaul Davis