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

delay time

For general discussion related FlowStone

delay time

Postby BobF » Sun Oct 04, 2015 6:58 pm

Hello Gang,

Just a quick question. What is the min and max delay times in milliseconds the
interpolated delays can be set for?

Thanks all, BobF

P.S., By any chance are Trogz Tools to be had anywhre?
BobF
 
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm

Re: delay time

Postby martinvicanek » Sun Oct 04, 2015 7:15 pm

Min delay is one sample (however you can bring that to zero with some extra effort). Max delay is probably only limited by RAM, never tried that though.

I have Trogz Toolz, will upload on FS Guru, perhaps with some other useful stuff that was lost with the SM forum (still can't believe it really happened :evil: )
User avatar
martinvicanek
 
Posts: 1328
Joined: Sat Jun 22, 2013 8:28 pm

Re: delay time

Postby BobF » Sun Oct 04, 2015 7:29 pm

Many thanks Martin,

I am working on something crazy as usual !

Later then, BobF....


P.S., Martin, trogs tools and etc would be wonderful and much appreciated by many I would think!
BobF
 
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm

Re: delay time

Postby KG_is_back » Sun Oct 04, 2015 10:38 pm

maximum delay of the stock delay modules is 2^24 samples =~ 5minutes @44KHz samplerate. It is because internally float counters are used and float can represent integers only up to +-2^24. Wave read prims have similar limitation - they can't read samples properly beyond 5th minute (if you need to load longer waves, you have to split them into smaller segments). I have made some custom delays and wave-read modules which overcome this limitation, though you have to provide the index in int format. Basically you have to write a lot of the code in assembler if you want to exploit their advantages.
KG_is_back
 
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: delay time

Postby BobF » Sun Oct 04, 2015 11:17 pm

Hi Kg,
Thanks for the info. This helps a lot. Are any of your custom delays avaible ?
Thanks again, BobF.....
BobF
 
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm

Re: delay time

Postby KG_is_back » Mon Oct 05, 2015 5:47 pm

http://flowstone.guru/downloads/efficient-delays-and-delay-code-generators/

Code generators - small modules, which generate appropriate optimized assembler code. Just pick the delay type you are going for, specify required parameters and copy-paste the code into assembler component.
KG_is_back
 
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: delay time

Postby BobF » Tue Oct 06, 2015 7:24 pm

Thanks alot KG! These are most welcome.
BobF
 
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm


Return to General

Who is online

Users browsing this forum: No registered users and 59 guests