random.org - randomness from atmospheric noise

This is my first post so please forgive me. Do you know of any attempt to link data from random.org to the VCV? Preferably in the form of an real time plugin. Cheers!

This is quite easily achieved using the Node-RED visual programming environment and the OSC protocol with a VCV module like Trowasoft’s cvOSCcv.

Node-RED will parse any API such as the one offered by random.org and allow you to convert it to a usable range for use as control voltage in real-time, then send that data out via OSC.

cvOSCcv (available through Git but not in the v2 vcv library yet) will then give you access to those OSC channels for use in your patches.