sorta-kinda working latency compensation, latency reporting and capture alignment ... working except that we report the wrong information to JACK and i've noticed a couple of odd circumstances where turning on a latent plugin caused punch recording to fail
git-svn-id: svn://localhost/ardour2/branches/3.0@9121 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -273,9 +273,9 @@ def configure(conf):
|
||||
conf.check_cc(fragment = "#include <jack/jack.h>\nint main(int argc, char **argv) { jack_port_t* p; jack_latency_range_t r; jack_port_set_latency_range (p, JackCaptureLatency, &r); return 0; }\n",
|
||||
linkflags = ['-ljack'],
|
||||
msg = 'Checking for new JACK latency API',
|
||||
define_name = 'HAVE_JACK_NEW_LATENCY',
|
||||
uselib_store = "JACK_NEW_LATENCY",
|
||||
okmsg = 'present')
|
||||
okmsg = 'present',
|
||||
mandatory = True,
|
||||
errmsg = 'missing - a version of JACK that supports jack_port_set_latency_range() is required to compile Ardour3')
|
||||
|
||||
conf.check_cc(fragment = '#include <jack/jack.h>\nint main(int argc, char **argv) { jack_port_type_get_buffer_size ((jack_client_t*)0, ""); }\n',
|
||||
linkflags = ['-ljack'],
|
||||
|
||||
Reference in New Issue
Block a user