From 8408ab86d640a0678ac36de1df2017e0f7627835 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 17 Apr 2022 21:11:55 +0200 Subject: [PATCH] Add video, discussions and Wiki [ci skip] --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 79f09b4..8de324b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ TODO - [ ] Make it possible to assign voice parameters to sliders and knobs on MIDI controllers - [ ] https://github.com/probonopd/MiniDexed/issues +## Introduction + +Video about this project by [Floyd Steinberg](https://www.youtube.com/watch?v=Z3t94ceMHJo): + +[![](https://i.ytimg.com/vi/Z3t94ceMHJo/sddefault.jpg)](https://www.youtube.com/watch?v=Z3t94ceMHJo) + ## System Requirements * Raspberry Pi 1, 2, 3, 4, or 400 (Zero and Zero 2 can be used but need HDMI or a supported i2s DAC for audio out). On Raspberry Pi 1 and on Raspberry Pi Zero there will be severely limited functionality (only one tone generator instead of 8) @@ -155,6 +161,14 @@ rm -r boot sudo dd if="${IMG}" of=/dev/mmcblk0 bs=512k status=progress && sync ``` +## Discussions + +https://github.com/probonopd/MiniDexed/discussions + +## Wiki + +https://github.com/probonopd/MiniDexed/wiki + ## Acknowledgements * [asb2m10](https://github.com/asb2m10/dexed) for the [Dexed](https://github.com/asb2m10/dexed) sound engine