Fixing description texts.

pull/32/head
Holger Wirtz 4 years ago
parent d93787e20c
commit a12b7c68bc
  1. 16
      .vscode/c_cpp_properties.json
  2. 16
      doc/manuals/MicroDexed/MicroDexed.md
  3. 11
      doc/manuals/MicroDexed/build.sh

@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "gnu++14",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}

@ -1,5 +1,15 @@
---
fontfamily: dejavu
fontsize: 16pt
geometry: a4paper,margin=2cm
---
# MicroDexed
![](../../images/MicroDexed.png) ![](../../images/MicroDexed.png)
Version 1.0 (June 2020)
# What is MicroDexed? # What is MicroDexed?
MicroDexed is a FM-Software-Synthesizer with six operators and much additional features. 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 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). [Music Synthesizer for Android on Github](https://github.com/google/music-synthesizer-for-android).
![](01_MD_Peace.jpg)
## Features ## Features
* Compatible to a legendary FM synth with six operators from a famous Japanese manufacturer * 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 ## 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 ## 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. 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.

@ -5,13 +5,4 @@
LCDIMG="../../bin/gen_lcd_screen.sh ../../images/" LCDIMG="../../bin/gen_lcd_screen.sh ../../images/"
#${LCDIMG} " MicroDexed" "%round-brace-open%c%round-brace-close%parasiTstudio" images/00_MD_boot.jpg #${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 ${LCDIMG} " Let there be" "music and peace%note%" images/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

Loading…
Cancel
Save