From a12b7c68bc5679029dc345c4c0b413e9ffdc246a Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Wed, 17 Jun 2020 15:02:05 +0200 Subject: [PATCH] Fixing description texts. --- .vscode/c_cpp_properties.json | 16 ++++++++++++++++ doc/manuals/MicroDexed/MicroDexed.md | 16 ++++++++++++---- doc/manuals/MicroDexed/build.sh | 11 +---------- 3 files changed, 29 insertions(+), 14 deletions(-) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..4016d88 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,16 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "compilerPath": "/usr/bin/gcc", + "cStandard": "gnu11", + "cppStandard": "gnu++14", + "intelliSenseMode": "clang-x64" + } + ], + "version": 4 +} \ No newline at end of file diff --git a/doc/manuals/MicroDexed/MicroDexed.md b/doc/manuals/MicroDexed/MicroDexed.md index 23bfaa5..c5c0e4d 100644 --- a/doc/manuals/MicroDexed/MicroDexed.md +++ b/doc/manuals/MicroDexed/MicroDexed.md @@ -1,5 +1,15 @@ +--- +fontfamily: dejavu +fontsize: 16pt +geometry: a4paper,margin=2cm +--- + +# MicroDexed + ![](../../images/MicroDexed.png) +Version 1.0 (June 2020) + # What is MicroDexed? MicroDexed is a FM-Software-Synthesizer with six operators and much additional features. @@ -10,8 +20,6 @@ and an LCD display. For the original Dexed/msfa software take a look at [Dexed on Github](https://github.com/asb2m10/dexed) and [Music Synthesizer for Android on Github](https://github.com/google/music-synthesizer-for-android). -![](01_MD_Peace.jpg) - ## Features * Compatible to a legendary FM synth with six operators from a famous Japanese manufacturer @@ -67,9 +75,9 @@ For the original Dexed/msfa software take a look at [Dexed on Github](https://gi ## Manuals -A manual how you can build your own MicroDexed can be found here: TBD +A manual how you can build your own MicroDexed can be found here: [https://codeberg.org/dcoredump/MicroDexed/src/branch/master/doc/manuals/Build-Manual.pdf](https://codeberg.org/dcoredump/MicroDexed/src/branch/master/doc/manuals/Build-Manual.pdf) -A user manual can be found at: TBD +A user manual can be found at: [https://codeberg.org/dcoredump/MicroDexed/src/branch/master/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.pdf](https://codeberg.org/dcoredump/MicroDexed/src/branch/master/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.pdf) ## License MicroDexed is licensed under the GPL v3. The msfa component (acronym for music synthesizer for android, see https://github.com/google/music-synthesizer-for-android) stays under the Apache 2.0 license to be able to collaborate between projects. diff --git a/doc/manuals/MicroDexed/build.sh b/doc/manuals/MicroDexed/build.sh index 72a5ce1..8aa122e 100755 --- a/doc/manuals/MicroDexed/build.sh +++ b/doc/manuals/MicroDexed/build.sh @@ -5,13 +5,4 @@ LCDIMG="../../bin/gen_lcd_screen.sh ../../images/" #${LCDIMG} " MicroDexed" "%round-brace-open%c%round-brace-close%parasiTstudio" images/00_MD_boot.jpg -${LCDIMG} " Let there be" "music and peace%note%" 01_MD_Peace.jpg - -pandoc MicroDexed.md \ - -V 'geometry:a4paper' \ - -V 'geometry:margin=2cm' \ - -V 'fontfamily:dejavu' \ - -V 'fontsize:16pt' \ - -V 'lang=de-DE' \ ---number-sections \ --t html5 -o MicroDexed.pdf +${LCDIMG} " Let there be" "music and peace%note%" images/01_MD_Peace.jpg