vult icon indicating copy to clipboard operation
vult copied to clipboard

Arduino Template / Example

Open richvim opened this issue 4 years ago • 2 comments

I've written a few VCV Rack plugins with Vult now, I'd like to try running some Vult on an Arduino as a Eurorack module. However, I only see templates/examples for WebAudio, JS, PD and Teensy. Are there any instructions for using Vult on an Arduino (particularly the Nano)?

richvim avatar Jan 21 '21 08:01 richvim

(And, now it's out now, the Raspberry Pi Pico! https://www.raspberrypi.org/products/raspberry-pi-pico/)

richvim avatar Jan 21 '21 12:01 richvim

Hi @richvim,

since the Arduinos are not very powerful for audio processing, I don't have a template for them. The Vult generated code can run without issues if you generate it with fixed point arithmetic. I have an example here https://github.com/modlfo/endiran/tree/master/Arduino where I use Vult to write a control system. Since the sampling rate is not very high, it worked great.

If you end up using an Arduino for a project and you want to share the process, this repo has a wiki that you can use.

modlfo avatar Jan 25 '21 06:01 modlfo