Support

If you have a problem or need to report a bug please email : support@dsprobotics.com

There are 3 sections to this support area:

DOWNLOADS: access to product manuals, support files and drivers

HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects

USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here

NEW REGISTRATIONS - please contact us if you wish to register on the forum

Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright

How fast are math functions?

For general discussion related FlowStone

How fast are math functions?

Postby seedpress » Tue May 26, 2015 12:35 pm

A simple question from a prospective buyer: If I add two steam data samples, then will the resultant sum take one sample delay to be available for further processing? Or will the resultant calculation be done (and available) at processor speeds? I would hope for the latter. Only asking because of this quote from the User Manual: ". . . any components which process them (streams) will also perform calculations at sampling rate."

I want to replicate a VST coded in Faust. It can do many math functions between samples, but GUI components are very limited.
seedpress
 
Posts: 1
Joined: Tue May 26, 2015 12:16 pm

Re: How fast are math functions?

Postby MyCo » Tue May 26, 2015 5:44 pm

No, as long as you don't have feedback loops, there are no internal delays in the stream processing. There is one necessary exception though. The Ruby to Stream/Stream to Ruby primitives introduce a delay of 1 block of samples.
User avatar
MyCo
 
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany

Re: How fast are math functions?

Postby KG_is_back » Tue May 26, 2015 9:50 pm

The entire "stream" part is compiled to one peace of code and flowstone simply applies it to the audio stream, sample by sample.There is no latency in connecting multiple modules in chain. Only exception being above-mentioned feedback loops and conversion to different data types (ruby frames, green floats/arrays).

I'm not sure if that answers your question...
KG_is_back
 
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia


Return to General

Who is online

Users browsing this forum: No registered users and 90 guests