Hi,
I have been enjoying using Antescofo on my projects. I have been starting to experiment with @latency, and have had some good success using it with Antescofo v0.92, especially when I use MIDI for input (@inlets MIDI).
I have been having some issues when I try to use Antescofo v1.0, using audio. These are the errors that show up on Max:
antescofo~: Problem in function adjust_ref_with_lat when future latency is computed
Internal Error (please report): /Users/giavitto/_SHARED/UTopIa/Antescofo/Work/antescofoTM/antescofocore/Src/RunTime/TemporalScope.cpp 1056 void SynchroStrategy_relative::adjust_ref_with_lat(const TemporalScope &, sim_t &, double &, double &)
Also, I have been struggling with trying to implement the @latency in a curve to use with SuperVP. I’m hoping to get Antescofo to compensate the latency of my interface in a curve - am I implementing this wrong?
Here’s a snippet of what I’m trying to do:
curve SVP @Grain := 0.1s, @target [2#] @progressive, @Action := { ScrubPos ($pos * 1000) @latency := 30ms}
{
$pos
{
{134.652517007}
1 {135.268571429}
1 {135.719183673}
}
}
Thank you so much for all of your help!