Re: [linux-audio-dev] saol question: adjusting delay line time?

2002-08-21 Thread John Lazzaro
> Here's my basic architecture (criticism welcome): One comment, remember that effects instruments can't have their state updated at the k-rate via labelled control statements, because there is no label on the effects instr! Instead, for maximum portability, what you want to do is to have a ksig

Re: [linux-audio-dev] saol question: adjusting delay line time?

2002-08-21 Thread Will Benton
On Wed, Aug 21, 2002 at 10:31:20AM -0700, Paul Winkler wrote: > > In any case, here's my question: I have an effects instrument that > > implements delay, but there is no way to change the delay time from > > the control layer, since the delay instrument is only instantiated > > once and the dela

Re: [linux-audio-dev] saol question: adjusting delay line time?

2002-08-21 Thread John Lazzaro
> Will Benton writes > How can I get around this? You want to use an interpolated delay line structure to do adjustable delays, you create the delay line in the ipass, make it large enough to cover the reasonable range of delays, and then pick the tap on the delay line that matches the current

Re: [linux-audio-dev] saol question: adjusting delay line time?

2002-08-21 Thread Paul Winkler
On Wed, Aug 21, 2002 at 11:21:57AM -0500, Will Benton wrote: > Howdy, all. > > I'm writing a softsynth/toy that uses sfront (via a custom control > driver) to produce trendy, 303-inspired sounds. I realize that this > isn't that interesting a project (how many 303 toys does the world > need?), b

[linux-audio-dev] saol question: adjusting delay line time?

2002-08-21 Thread Will Benton
Howdy, all. I'm writing a softsynth/toy that uses sfront (via a custom control driver) to produce trendy, 303-inspired sounds. I realize that this isn't that interesting a project (how many 303 toys does the world need?), but I'm using it as a proof-of-concept/stepping stone to a cooler GUI-cont