[nama] Re: jack_seek_delay can be set in .namarc

  • From: Joel Roth <joelz@xxxxxxxxx>
  • To: nama@xxxxxxxxxxxxx
  • Date: Fri, 30 Sep 2011 17:03:30 -1000

On Fri, Sep 30, 2011 at 02:56:34PM -0400, S. Massy wrote:
> On Thu, Sep 29, 2011 at 09:05:30PM -1000, Joel Roth wrote:
> > I was going to write a patch for this, then find it
> > is already done.
> > 
> > Within Nama, the variable is now $config->{engine_jack_seek_delay}
> > 
> > I see that seek_delay is also an acceptable alias.
> Oh, so they are really the same?

Ooh! Looks like two separate variables have got conflated.

Here is the previous relationship:

$seek_delay = $jack_seek_delay || 0.1 + 0.1 * $track_count / 20;

meaning either $jack_seek_delay (if defined)
or 0.1 s plus 0.1 s for every 20 tracks.

This is rough heuristic.


> > 
> > 
> > -- 
> > Joel Roth
> > 
> 
> -- 
> 

-- 
Joel Roth

Other related posts: