13
0
livetrax/libs/backends/jack
John Emmas 458d4dc6de (Windows) Add support for finding the bundled version of Jack which comes with Mixbus
A few things need to be tested / completed:-
    1) The code is currently guarded by #ifdef COMPILER_MSVC. This is just precautionary. If it builds okay with MinGW ,the guard can be removed.
    2) Windows Playback and Capture devices almost always have different names. This needs to get accommodated in our Backend dialog (as in Mixbus)
    3) Windows Playback and Capture devices will almost always contain spaces. We need to accommodate this when writing to .jackdrc (surround them in quote marks)
2014-05-27 14:48:44 +01:00
..
jack_api.cc Add AudioBackend::info() method to retrieve AudioBackendInfo object 2014-05-01 09:14:25 -04:00
jack_audiobackend.cc Add AudioBackend::info() method to retrieve AudioBackendInfo object 2014-05-01 09:14:25 -04:00
jack_audiobackend.h Add AudioBackend::info() method to retrieve AudioBackendInfo object 2014-05-01 09:14:25 -04:00
jack_connection.cc switch from using Sleep/usleep to Glib::usleep() 2013-12-03 10:24:05 -05:00
jack_connection.h don't ping JACK server 4 times to see if it is already up when ardour starts 2013-09-25 22:56:28 -04:00
jack_portengine.cc fix thinko in declaration of ARDOUR::PortEngine::get_port_by_name() 2013-10-28 09:46:59 -04:00
jack_session.cc Include pbd/localtime_r.h in session_jack.cc for MinGW 2013-12-02 21:22:14 +10:00
jack_session.h -arestore jack timebase master and jack session callback functionality (moved into the JACK backend) 2013-10-08 14:01:43 -04:00
jack_utils.cc (Windows) Add support for finding the bundled version of Jack which comes with Mixbus 2014-05-27 14:48:44 +01:00
jack_utils.h adapt JACK audiobackend to pay attention to new _start() API related to latency measurement 2013-10-12 10:03:15 -04:00
wscript finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00