Page 1 of 1

Posted: 16 Jun 2019, 15:27
by joffo78
Hello .
I didn't manage to make that by patching (maybe it's possible with a script...)
I wonder if it's possible to have a module that queue audio bloc for several second of a sample.
I try to make it with a queue data in an array but the window is oo small.
I notice when i put an array on a audio in i obtain an array whith the size of the buffer size which it's normal.
So if we could queue this array we should obtain an audio buffer which would be a fantastic tool !

Posted: 17 Jun 2019, 13:01
by oli_lab
an audio delay ?

Posted: 17 Jun 2019, 13:40
by joffo78
No. A buffer that allows To navigate inside

Posted: 17 Jun 2019, 15:22
by oli_lab
you may try the DYOWT V3 module (addons)

Posted: 17 Jun 2019, 16:02
by joffo78
ok thanks i'll try it !

Posted: 17 Jun 2019, 16:13
by joffo78
Sorry but i don't understand how does it works

Posted: 17 Jun 2019, 16:19
by oli_lab

Posted: 17 Jun 2019, 16:23
by joffo78
Thanks a lot !

Posted: 17 Jun 2019, 16:29
by joffo78
Sorry but i always understand nothing.
how does it works ?

Posted: 17 Jun 2019, 17:01
by oli_lab
the incomming audio stream is stored into a wave table. then you can scan across the wave table to listen to the sound snippets.

put the .pat into a rack and send some audio to the rack input

Posted: 17 Jun 2019, 17:24
by joffo78
Ok but how can you replace the lfo by a fix value for example ?
And is it possible To obtain an array which the size of the wavetable ?

Posted: 17 Jun 2019, 18:53
by oli_lab
you can scroll inside the WT no problem,
File uploaded: http://www.sensomusic.org/forums/upload ... balone.pat

but no array output, sorry.

Posted: 17 Jun 2019, 22:47
by joffo78
complex but nice !