#Custom Latency for Latency Ram

11 messages · Page 1 of 1 (latest)

void apex
#

It would be nice if latency ram could have a customizable latency that it's creating the tick latency from. Currently it's fixed at 1024, but being able to make it larger would be useful for testing high latency ram with builds that already have a high latency.

past prawn
#

can you not use a Configurable Delay to add more to the latency? Don't think that works for lowering it but making it larger should work, yeah?

#

(its in the IO flyout if you haven't run across that component yet)

void apex
#

It lets you increase the DELAY.

#

The latency ram has a latency of 1024 / DELAY

#

So I want to make the 1024 larger

#

An alternative option might be a mode where you specify how many ticks of latency it has.

past prawn
#

ahh i see.. could probably tweak it with combinations of configurable delay and delay lines, but that definitely would require a whole lot of rather delicate mathing to get just the right amount of ticks

#

(and use a bunch of gates as well, if that's a concern for whatever you're working on)

void apex
#

Nah, I just think it would be nice since the arch I'm currently working on already has over 220 delay so it's only delaying by 4 ticks

#

And I expect the delay to go higher, but hopefully not high enough to bring it to 3 ticks