Re: [LAD] jack transport change accuracy for looping

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Iain Duncan <iainduncanlists@...>
Cc: <linux-audio-dev@...>
Date: Wednesday, November 23, 2011 - 1:17 pm

On Sun, Nov 20, 2011 at 12:23 PM, Iain Duncan wrote:

Sounds reasonable.

> Where my brain is hurting right now is making the jump between the way I

Create a buffer with the same length as the jack frame size, and the
first thing you do in your jack callback is use jack_position_t to do
the computation of how many frames make up one cycle of your phasor.
Based on the BBT info in jack_position_t, determine what "phase" of
your phasor to start with, and fill the buffer. Then you can use that
buffer to drive your loop playback, create oscillators, etc.

> What I do know, is that if I'm using Jack, I might as well make sure that

Yes, exactly. You can do this using the jack_position_t info.

> I suppose one option is to do it STK style and just treat it like single

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[LAD] jack transport change accuracy for looping, Iain Duncan, (Sun Nov 20, 3:15 am)
Re: [LAD] jack transport change accuracy for looping, Paul Coccoli, (Sun Nov 20, 1:20 pm)
Re: [LAD] jack transport change accuracy for looping, Iain Duncan, (Sun Nov 20, 5:23 pm)
Re: [LAD] jack transport change accuracy for looping, Paul Coccoli, (Wed Nov 23, 1:17 pm)
Re: [LAD] jack transport change accuracy for looping, Paul Davis, (Sun Nov 20, 3:19 am)
Re: [LAD] jack transport change accuracy for looping, Iain Duncan, (Sun Nov 20, 3:23 am)
Re: [LAD] jack transport change accuracy for looping, Paul Davis, (Sun Nov 20, 1:17 pm)
Re: [LAD] jack transport change accuracy for looping, Iain Duncan, (Sun Nov 20, 5:26 pm)
Re: [LAD] jack transport change accuracy for looping, Paul Davis, (Sun Nov 20, 5:27 pm)
Re: [LAD] jack transport change accuracy for looping, Iain Duncan, (Sun Nov 20, 5:33 pm)
Re: [LAD] jack transport change accuracy for looping, Paul Davis, (Sun Nov 20, 5:34 pm)
Re: [LAD] jack transport change accuracy for looping, Louigi Verona, (Sun Nov 20, 9:45 pm)
Re: [LAD] jack transport change accuracy for looping, Paul Davis, (Sun Nov 20, 10:03 pm)
Re: [LAD] jack transport change accuracy for looping, Iain Duncan, (Sun Nov 20, 3:34 am)
Re: [LAD] jack transport change accuracy for looping, Paul Davis, (Sun Nov 20, 1:10 pm)
Re: [LAD] jack transport change accuracy for looping, Iain Duncan, (Sun Nov 20, 5:11 pm)