<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I've been lately messing around with a fairly straight forward
configuration sending audio from ardour to Pd's adc~ (through jack) and
back to ardour via MIDI (for controlling automations) or audio
(trivially re-recording Pd's dac~ output).<br>
<br>
In the case of MIDI latency seems no perceptible problem.<br>
<br>
In the case of audio, where the audio is of course 'processed' in the
Pd patch and eventually 'goes back' to ardour, there is latency. <br>
This of course is expected for the nature itself of jack, what I'd like
to know at this stage is not how to <i>remove</i> latency but the best
way(s) to <i>handle</i> it (possibly even through raising the latency
itself, as for the moment I'm not doing real-time), for example if
there were some way to compensate it automatically (or at least in some
'smart' way).<br>
At the moment the best solution is to manually re-align the slightly
delayed audio.<br>
<br>
Any input welcome.<br>
<br>
Kind regards,<br>
Lorenzo.<br>
</body>
</html>