PlayableElectronics / PEQuencer

Algorithmic midi sequencer based on euclidean patterns with lots of unique features. Hardware and software.

Home Page:https://playableel.blogspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Pico SDK

git clone https://github.com/raspberrypi/pico-sdk
export PICO_SDK_PATH="$HOME/[repos dir]/pico-sdk"

Install External libraries

git clone https://github.com/fhdm-dev/pico-arduino-compat.git
cd pico-arduino-compat
git submodule update --init arduino-compat/arduino-pico

Install addons

# Comment last two lines in diatonic CMake list before make
https://github.com/pd3v/diatonic

Download libraries

./libs/adafruit-sh110x/init.sh
./libs/rotaryencoder/init.sh
./libs/easybutton/init.sh

Build

mkdir build
cd build
cmake ..
make

Flash

cp flash.sh build
cd build
chmod +x flash.sh
./flash.sh

About

Algorithmic midi sequencer based on euclidean patterns with lots of unique features. Hardware and software.

https://playableel.blogspot.com/


Languages

Language:C 93.5%Language:Assembly 5.7%Language:C++ 0.4%Language:Jupyter Notebook 0.2%Language:Batchfile 0.1%Language:CMake 0.1%Language:Python 0.1%Language:Shell 0.0%