summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-12merge with masterPaul Davis
2013-09-12add AudioBackendNativeThread to serve the same role as jack_native_thread_tPaul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-11always add a timeout value of 200msec to jack, just like qjackctl does.Paul Davis
2013-09-11*maybe* fix issues with zombification during session loadingPaul Davis
2013-09-11make use of measured latency values to set dialog controls, and use actual po...Paul Davis
2013-09-11remove some configure time tests from libs/ardour regarding JACK which are no...Paul Davis
2013-09-11remove unused members and code from EngineControl dialog (related to differen...Paul Davis
2013-09-11make quit work even when latency measurement is in progressPaul Davis
2013-09-11fix handling of new sessionPaul Davis
2013-09-10more tweaks to latency measurementPaul Davis
2013-09-10basic functionality for hardware latency measurementPaul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-10new generic MIDI binding map for Novation Impulse 61 from Alexandre ProkoudinePaul Davis
2013-09-09start reordering of Session initializationPaul Davis
2013-09-09fix name of control app for Delta1010Paul Davis
2013-09-09move control app launching back into audio backend to allow ASIO/CoreAudio mo...Paul Davis
2013-09-09fix control app breakagePaul Davis
2013-09-09fix crash when unconditionally using null env var; tweak packing of control a...Paul Davis
2013-09-09add envy24 control app namePaul Davis
2013-09-09launching control app is now responsibility of ardour GUI, not audio backend;...Paul Davis
2013-09-09initial work on adding access to h/w control apps when ardour starts JACKPaul Davis
2013-09-09add can_change_{sample_rate,buffer_size}_while_running() methods to an AudioB...Paul Davis
2013-09-09move engine dialog from a widget to an actual dialog; emit Session::AudioEngi...Paul Davis
2013-09-09hide tick-marks on narrow mixer-metersRobin Gareus
2013-09-09widen narrow mixer-meters,hide metric display insteadRobin Gareus
2013-09-09meterbridge: don't display metrics of invisible tracksRobin Gareus
2013-09-08vtl: update to ffmpeg v1.2.1 [lib]x264 option.Robin Gareus
2013-09-07move inadvertently moved jack_slave.cc back to its rightful spotPaul Davis
2013-09-07other changes for separated jack backendPaul Davis
2013-09-07move JACK audio backend to its own folder and adjust build system to reflect ...Paul Davis
2013-09-06add input/output channel counts and reorganize table somewhatPaul Davis
2013-09-06add support in JACK backend for specifying number of input and output channel...Paul Davis
2013-09-06save/restore I/O latency values in audio/midi setupPaul Davis
2013-09-06fix merge conflicts with audioenginePaul Davis
2013-09-06fix JACK backend setup so that we know about graph, port changes etc.Paul Davis
2013-09-06Merge branch 'master' into windowsPaul Davis
2013-09-06fix for unconditional use of #include <malloc.h> which doesn't work on OS XPaul Davis
2013-09-06tighten up error handling a little bit during various setup functions for Mac...Paul Davis
2013-09-06exit early from AsyncMIDIPort::drain() if it will never be used in a process ...Paul Davis
2013-09-06Use correct define when building ControlProtocol to export symbolsTim Mayberry
2013-09-06Only define certain debug flags when dist_target is autoTim Mayberry
2013-09-06Use Glib::usleep for portabilityTim Mayberry
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-09-06Ifdef some non-portable code for MinGWTim Mayberry
2013-09-06Fix for isnan using MinGW compilerTim Mayberry
2013-09-06Add test for writing a jack config fileTim Mayberry
2013-09-06Remove windows specific quoting now that jack autostart works on windowsTim Mayberry
2013-09-06Remove ARDOUR::start_jack_server now that jack autostart works on windowsTim Mayberry
2013-09-05fix a problem creating and displaying connected status for ports not owned by...Paul Davis