Implementing and Publishing Your DSP Audio Effects with the Multiverse Pedal

Started by bitcrusher41, November 14, 2024, 12:47:30 PM

Previous topic - Next topic

bitcrusher41

Aviate Audio launched a programmable DSP guitar stompbox called Multiverse that uses a Teeny MicroMod. It has a comprehensive framework for easy development of plugin-like effects. We have been working on this project for years and would love to share with the group if anyone was interested in using it to develop their own audio effects!

The framework is designed to provide a web-store like experience for audio plugins on Teensy hardware using a customized and extended version of the Teensy Audio library.

Effect Creator is a developer application that lets you build plugins (called EFX) and make graphical GUIs for them, similar to VST plugins. You then use these EFX on your own pedal, or can upload them to their website for others to download. You will need the Developer Version of the Hardware to use this.

Designer is the user application where you arrange your effects into virtual pedalboards and presets, then upload them to the Teensy. The application allows you to assign the switches and encoders on the pedal to various effect params, as well as realtime control of the effects using the Designer application itself.

There are plenty of open-source examples of effects that have been published on the pedal and that you can check out. This can be a great tool for bringing your audio effects to life on a fully functioning pedal either for yourself or to share with the community!


Below is where more detailed information including guides and specs can be found:
Multiverse Developer Page