Hi,
Is there a way to write to a table at indexed positions at audiorate? I'm trying to implement some fft based non-uniform pitch shifting which makes it necessary to write to the frequency bins with random access.
Orm
Hi Orm,
Is there a way to write to a table at indexed positions at audiorate? I'm trying to implement some fft based non-uniform pitch shifting which makes it necessary to write to the frequency bins with random access.
using a table and tabsend~ doesn't work for you?
greetings, Thomas
Am 28. Januar 2006, 10:49 Uhr (+0100) schrieb Thomas Grill:
using a table and tabsend~ doesn't work for you?
no. The purpose is to read the values of an audio block and then adding them at indexes to another array at audio time. The idea is to be able to shuffle the frequency bins of a fft.
I will probably end up writing a dedicated external but I thought to ask first before I begin to reinvent the wheel.
-- Orm
Am 28. Januar 2006, 10:49 Uhr (+0100) schrieb Thomas Grill:
using a table and tabsend~ doesn't work for you?
no. The purpose is to read the values of an audio block and then adding them at indexes to another array at audio time. The idea is to be able to shuffle the frequency bins of a fft.
I will probably end up writing a dedicated external but I thought to ask first before I begin to reinvent the wheel.
-- Orm