Page 1 of 1

Posted: 25 Nov 2010, 14:54
by soundmind
I know this is probably a shot in the dark and please forgive me if this is just impossible. Is it possible for usine to have a special module which when double clicked opens a special patch which provides low level DSP modules to quickly create custom processors within a patch? This would benefit those who cannot code a user module from scratch but are more comfortable in a patching environment. Maybe this could be implemented as a user module?

Posted: 25 Nov 2010, 15:00
by bsork
It's already there - to some extent...: You can use whatever math, delays, filters, FFT modules you want to do things similar to a lot of the things you would do within "coded" DSP.

Posted: 25 Nov 2010, 15:12
by soundmind
of course. you are right. I didn't think of it that way. please forgive my impulsive request.

Posted: 26 Nov 2010, 02:37
by senso
We choose to develop the SDK to implement DSP stuff.
DSP generally need to be processed at the audio sample rate (every samples) , which is very fast for a patch.
The best direction for Usine is to develop many User modules in order to be more powerful for DSP processing.
Be patient!

Posted: 26 Nov 2010, 10:57
by soundmind
sounds like a reasonable solution. thanks for the insight.