VRAIDS problem?

Hello,

VRAIDS from VULT stopped working for me. Anyone else?

Thank you. Alain

No problems here :

Windows 10 VCV 2.6.3 Vult 2.0.15

1 Like

I have to dig…

Fount! Wen the frequency on the Audio output is < 44 kHz, the module stops working. Could you confirm that?

Alain

Yep.

@modlfo is this a bug?

1 Like

One of the FREAKs also stops working below 44KHz

1 Like

Not sure indeed. Due to the type of processes inside, may be these modules can’t work correctly below a certain value…

@modlfo ? We need your help! :grin:

Alain

Since both the Freak and Vraids run the same code of the hardware, the code is not adapted to run below 44.1 kHz.

The hardware runs at fixed 96 KHz. But I have duplicated the code for 44.1, 48 and 82.2 kHz. The code duplication is necessary for optimization purposes. I did no added support for sample rates lower or higher than that.

I cad add support for lower sample rates in a future version, but there will not be any performance gain because the module would have to run at higher sample rate and then do conversion.

For all my modules, the lowest sample rate I support and test is 44.1 kHz. Using anything below may result in unexpected behaviors.

2 Likes

good to know Leonardo,
maybe you can add a little popup warning screen ( or something like this)
on the modules when samplerates outside of the working range are used?
(If this is possible)
That would be helpfull for many users,
and no need to expand the working range for samplerates

2 Likes

I do agree! :grinning: