This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Version 0.02 | |
Changelog: | |
Version 0.01: initial commit, install Debian and get a working environment | |
Version 0.02: more information on the install process and added a new section to get a desktop environment going (LXQT) | |
What you need: | |
• A modded PSClassic with Project Eris, the current limitation on the USB ports removed | |
( https://modmyclassic.com/wiki/index.php?title=PlayStation_Classic#USB_Current_Limiting ) OR a *good* powered USB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* (A definitely not) simple synth based on Mozzi library and a lots of pots. | |
* | |
* This code is derived from tfry-git "Aruidno 7 potentiometer Synth" | |
* (https://gist.github.com/tfry-git/58c27f8b23d11f0a49b5e4671f4fa531) | |
* which in turn is based on the public domain example of an 8 potentiometer | |
* synth from e-licktronic (https://www.youtube.com/watch?v=wH-xWqpa9P8). | |
* | |
* Severely edited for clarity and configurability, adjusted to run with modern | |
* versions of Mozzi, extended for polyphony by Thomas Friedrichsmeier. Also, | |
* this sketch will auto-generate fake MIDI events and random parameters, so |