Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.46 KB

File metadata and controls

63 lines (37 loc) · 1.46 KB

pico-106

pico-106

Hybrid synthesizer inspired by the Roland Juno-106 (and close relatives).

Some DCOs driven by a Raspberry Pi Pico with a USB MIDI interface.

Status

Build Status

Usable as a musical instrument but plenty more to explore...

  • No LFO
  • No PWM, sub-oscillatgor or noise
  • No filter or VCA-envelope on the oscillator signal path

Hardware

schematic

... to be improved ;-)

Software

Dependencies

Checkout

This repo uses git sub-modules, so checkout using --recurse to clone all the dependent source...

git clone --recurse https://github.com/SloeComputers/pico-106.git

or

git clone --recurse ssh://git@github.com/SloeComputers/pico-106.git

Build

Being developed on MacOS but should build on Linux too.

make

Build directly using cmake...

mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=PDK/TGT/rp2350/toolchain.cmake ..
make

Flashable image will be found under the build sub directory here...

.../pico-106_RPIPICO_I2S_DAC.uf2

License

This project is licensed under the MIT License - see the LICENSE file for details