Page 1 of 1

Posted: 06 Aug 2018, 20:08
by Zucchi
Hello !

I was trying to create a simple spectral delay with the fft forward, fft inverse and delay array modules but there is something weird and I can't figure why ...
So the idea is to decompose the spectrum into 512 band, process those bands thru the Delay Arr, itself drives by a Display Arr. With that, I can set the delay value for each band independently.

Image

What is weird is, if I choose a delay value for a band over 11 ms, it freeze the Delay Arr module. Is someone having the same issue ?

Here is the patch :

spectral delay

best,

Zucchi

Posted: 06 Aug 2018, 23:31
by joffo78
Hi. I tried your patch. It seems good.
Unfortunatly The delay array module seems having a bug.
When i try to do a simple patch with one array display on input in a array delay and an array display to modulate the delay.
Nothing happen until i stop to move the array on the input.
Try to send a bug report.
Regard.
JF

Posted: 07 Aug 2018, 21:12
by oli_lab
Hi !
definatly something wrong with delay array.

I made a patch with data delay + polyphony while waiting for a repaired module...

File uploaded: http://www.sensomusic.org/forums/upload ... 0array.wkp

cheers

Olivar

Posted: 07 Aug 2018, 22:24
by Zucchi
Okay, thank you guys :) I'll make a bugreport.

EDIT : Didn't see your wp at first sight oli_lab ! Good idea for the feedback, it's interesting. I thought about creating a polyphony but there is a limitation to 64 and I wanted a higher resolution for my bins, like 512 (48000/512 = 93Hz~ for each bin), even 1024 if I could reach it on my computer. So maybe a poly inside another poly, maybe not recommanded ...