From 37ac0093ec784b802a80778385f145ee32ed99cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Gauch=C3=A9?= <69854437+abscisys@users.noreply.github.com> Date: Thu, 25 May 2023 12:46:55 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bd7196b..9871e81 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # MiniDexed ![](https://github.com/probonopd/MiniDexed/actions/workflows/build.yml/badge.svg) +```C++ + +#include + +int main(char** argv, int argc) +{ + std::cout << "Hello world!" << std::endl; + + return 0; +} + +``` + + ![minidexed](https://user-images.githubusercontent.com/2480569/161813414-bb156a1c-efec-44c0-802a-8926412a08e0.jpg) MiniDexed is a FM synthesizer closely modeled on the famous DX7 by a well-known Japanese manufacturer running on a bare metal Raspberry Pi (without a Linux kernel or operating system). On Raspberry Pi 2 and larger, it can run 8 tone generators, not unlike the TX816/TX802 (8 DX7 instances without the keyboard in one box). [Featured by HACKADAY](https://hackaday.com/2022/04/19/bare-metal-gives-this-pi-some-classic-synths/) and [adafruit](https://blog.adafruit.com/2022/04/25/free-yamaha-dx7-synth-emulator-on-a-raspberry-pi/). From 49fbcdd450a9d43036f381a8a3b3243b108c20f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Gauch=C3=A9?= <69854437+abscisys@users.noreply.github.com> Date: Thu, 25 May 2023 12:47:28 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9871e81..09ab92f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MiniDexed ![](https://github.com/probonopd/MiniDexed/actions/workflows/build.yml/badge.svg) -```C++ +``` #include From a82342294ce4fa16eb42ecde954d9cac5e8653a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Gauch=C3=A9?= <69854437+abscisys@users.noreply.github.com> Date: Thu, 25 May 2023 12:47:54 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09ab92f..a75c600 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MiniDexed ![](https://github.com/probonopd/MiniDexed/actions/workflows/build.yml/badge.svg) -``` +```python #include From 6c5aa6634b1e5aa2fbf275de50b90786d4243d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Gauch=C3=A9?= <69854437+abscisys@users.noreply.github.com> Date: Thu, 25 May 2023 12:48:31 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index a75c600..bd7196b 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,5 @@ # MiniDexed ![](https://github.com/probonopd/MiniDexed/actions/workflows/build.yml/badge.svg) -```python - -#include - -int main(char** argv, int argc) -{ - std::cout << "Hello world!" << std::endl; - - return 0; -} - -``` - - ![minidexed](https://user-images.githubusercontent.com/2480569/161813414-bb156a1c-efec-44c0-802a-8926412a08e0.jpg) MiniDexed is a FM synthesizer closely modeled on the famous DX7 by a well-known Japanese manufacturer running on a bare metal Raspberry Pi (without a Linux kernel or operating system). On Raspberry Pi 2 and larger, it can run 8 tone generators, not unlike the TX816/TX802 (8 DX7 instances without the keyboard in one box). [Featured by HACKADAY](https://hackaday.com/2022/04/19/bare-metal-gives-this-pi-some-classic-synths/) and [adafruit](https://blog.adafruit.com/2022/04/25/free-yamaha-dx7-synth-emulator-on-a-raspberry-pi/).