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
7 posts
• Page 1 of 1
delay time
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?
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
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 )
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 )
-
martinvicanek - Posts: 1328
- Joined: Sat Jun 22, 2013 8:28 pm
Re: delay time
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!
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
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
Hi Kg,
Thanks for the info. This helps a lot. Are any of your custom delays avaible ?
Thanks again, BobF.....
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
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.
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
Thanks alot KG! These are most welcome.
- BobF
- Posts: 598
- Joined: Mon Apr 20, 2015 9:54 pm
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: Majestic-12 [Bot] and 68 guests