Skip to content

Modification for the Behringer Pro-1 to play looped and one-shot samples with a Raspberry PI Pico.

Notifications You must be signed in to change notification settings

giulioz/pro1-modsample

Repository files navigation

pro1-modsample

Firmware for the Behringer Pro-1 ModSample modification for the Raspberry PI Pico.

The ModSample can add low-fi sample playing capability to the synthetizer, which can then be processed by the Pro-1 filter and amplifier and summed to the other two oscillators.

Building the Hardware

You can build your PCB from this Flux project.

PCB

Building the Firmware

Build project using cmake. This requires Raspberry Pi Pico C/C++ SDK to be installed.

git clone https://github.com/giulioz/pro1-modsample.git
mkdir build
cd build
cmake ..
make

Then copy modsample.uf2 to your Raspberry Pi Pico!

Credits

The PWM audio out is based off an example by Robin Grosset. Thanks!

About

Modification for the Behringer Pro-1 to play looped and one-shot samples with a Raspberry PI Pico.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages