pull/32/head
Holger Wirtz 4 years ago
parent a12b7c68bc
commit 81041bc92c
  1. 1
      .gitignore
  2. 16
      .vscode/c_cpp_properties.json
  3. 1
      doc/manuals/MicroDexed/.gitignore
  4. 2
      doc/manuals/MicroDexed/MicroDexed.md
  5. BIN
      doc/manuals/MicroDexed/MicroDexed.pdf

1
.gitignore vendored

@ -33,3 +33,4 @@
#
*.swp
.vscode

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

@ -1,2 +1 @@
*.pdf
images/*

@ -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...

Loading…
Cancel
Save