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

Interpolated Delay limit 44100

For general discussion related FlowStone

Interpolated Delay limit 44100

Postby borodadada » Mon Jun 24, 2013 7:25 pm

Guys, tell me in the Interpolated Delay a limit, a limit incoming delay in samples. I need a limit 2822400. Is this possible? Tried to change the values​​, does not work. Damn.....
borodadada
 
Posts: 47
Joined: Sun Jun 02, 2013 5:58 pm

Re: Interpolated Delay limit 44100

Postby nix » Mon Jun 24, 2013 8:29 pm

Can you use a normal delay?
What is the function of the interpolation?
Good luck
User avatar
nix
 
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Interpolated Delay limit 44100

Postby borodadada » Tue Jun 25, 2013 6:07 am

streamin in;
streamout out;
streamin delay;
float mem[2822400];
float index;

stage(2)
{
out = mem[index];
}

stage(3)
{
mem[index] = in;
index = index + 1;
index = (index<delay)&index;
}

hmm.... work, but, float mem[2822400]; hard?

Interpolated Delay one of the built-in delay in flowstone
borodadada
 
Posts: 47
Joined: Sun Jun 02, 2013 5:58 pm

Re: Interpolated Delay limit 44100

Postby MyCo » Tue Jun 25, 2013 6:55 am

just change those two lines in the interpolated delay:
Code: Select all
float mem[44100];
float MAXDELAY=44100;


The value of "MAXDELAY" has to be less or equal to the one in the brackets of "mem".
User avatar
MyCo
 
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany

Re: Interpolated Delay limit 44100

Postby rustyou » Fri Feb 21, 2014 9:52 pm

does it work? with [2822400] or other
rustyou
 
Posts: 93
Joined: Sat Jan 04, 2014 10:55 am
Location: France

Re: Interpolated Delay limit 44100

Postby Jay » Fri Feb 21, 2014 10:35 pm

what is that for? a SACD plugin? pcm doesnt support a samplerate at that freq afaik
Jay
 
Posts: 276
Joined: Tue Jul 13, 2010 5:42 pm

Re: Interpolated Delay limit 44100

Postby MegaHurtz » Fri Feb 21, 2014 10:39 pm

Its the buffersize..Jay ;) wasnt it powers of two like hops.. I don't recall.
192k @ 8ms
User avatar
MegaHurtz
 
Posts: 105
Joined: Mon Aug 11, 2008 6:29 pm
Location: Eindhoven/Nederland

Re: Interpolated Delay limit 44100

Postby rustyou » Fri Feb 21, 2014 10:52 pm

For IR
Attachments
IR.fsm
(1.44 MiB) Downloaded 852 times
rustyou
 
Posts: 93
Joined: Sat Jan 04, 2014 10:55 am
Location: France

Re: Interpolated Delay limit 44100

Postby Jay » Sat Feb 22, 2014 12:44 am

oh right i get you MegaHurtz! :)

ha ha im an idiot! yeah i seam to recall the hops stuff a little! man that was sooo long ago eh! back in the day!

I miss the old community! not that i am in any way detracting from the one we have now :) everyone here is really nice! apart from me ha ha ha
I do miss all the old school boffins we had though,Oddson,RL,AngularMomentum,Shifrin,TOM,NAS, Infuzion and all the other lads i cant remember!

Glad we still have you, MyCo and Trogg still around though!

soz i digress!

regards
Jay
 
Posts: 276
Joined: Tue Jul 13, 2010 5:42 pm

Re: Interpolated Delay limit 44100

Postby MegaHurtz » Sat Feb 22, 2014 1:12 am

Not that I would actually call..

Yea theyre probbably on KVR somewhere, but I feel KVR visits are mandatory.
Getting false flue induction by the color scheme. weird.
Was just checking but Trog and Myco have been gone for a while also, I wonder if the program expired.
Shure thing one of these days trog pops up, like back from holliday :lol:
192k @ 8ms
User avatar
MegaHurtz
 
Posts: 105
Joined: Mon Aug 11, 2008 6:29 pm
Location: Eindhoven/Nederland

Next

Return to General

Who is online

Users browsing this forum: No registered users and 67 guests