diff --git a/.gitignore b/.gitignore index b44b649..9bb4492 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ # *.swp +.vscode diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 4016d88..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "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/.gitignore b/doc/manuals/MicroDexed/.gitignore index 686ce3d..b627dba 100644 --- a/doc/manuals/MicroDexed/.gitignore +++ b/doc/manuals/MicroDexed/.gitignore @@ -1,2 +1 @@ -*.pdf images/* diff --git a/doc/manuals/MicroDexed/MicroDexed.md b/doc/manuals/MicroDexed/MicroDexed.md index c5c0e4d..5d3d5ae 100644 --- a/doc/manuals/MicroDexed/MicroDexed.md +++ b/doc/manuals/MicroDexed/MicroDexed.md @@ -35,7 +35,7 @@ For the original Dexed/msfa software take a look at [Dexed on Github](https://gi * Low-pass filter with resonance * Reverb (stereo) * Mono sound engine with panorama controller before reverb -* Up to 16 voices of polyphony +* Up to 20 voices of polyphony * Up to 100 banks of 32 voices can be stored on an SD card * MIDI SYSEX compatible * Sounds can be edited with external editors like... diff --git a/doc/manuals/MicroDexed/MicroDexed.pdf b/doc/manuals/MicroDexed/MicroDexed.pdf new file mode 100644 index 0000000..23fb1ba Binary files /dev/null and b/doc/manuals/MicroDexed/MicroDexed.pdf differ