vult-dsp / vult

Vult is a transcompiler well suited to write high-performance DSP code
https://vult-dsp.github.io/vult
Other
490 stars 25 forks source link

Generate templates for Teensy projects #14

Open modlfo opened 8 years ago

modlfo commented 8 years ago

This includes a template compatible with the Audio Library and a standalone template using the analog output.

MacroMachines commented 8 years ago

I can't wait!! is this available yet?

modlfo commented 8 years ago

I have added support to generate Teensy Audio Library objects from Vult. Here's a small example:

https://github.com/modlfo/teensy-vult-example

modlfo commented 7 years ago

The current implementation does not support audio input neither generates the code based on the inputs/outputs declared in vult. These improvements have been moved for milestone v0.4

DatanoiseTV commented 3 years ago

Hey @modlfo - is there any update on this? Cheers

modlfo commented 3 years ago

@DatanoiseTV

At some point I implemented support for audio inputs. However, I didn't had time to test all possible configurations. I don't have a Teensy audio board to test them. If you have one lying around, check the generated code and let me know if there are issues that I can fix in the template.