Skip to content

Commit 05e186f

Browse files
Update README.md
1 parent ae2b234 commit 05e186f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Synthesizer-Workstation written in C++, intendend to both work on Single-Chip-
99
* A touch responsive GUI
1010
* A web interface or a desktop client that allows uploading new sounds
1111

12-
## Instalation
12+
## Installation
1313
On Windows the building process is quite complicated, which is why I supply Windows binaries with every released version.
1414
On Linux the build process is pretty straighforward. MidiCube supports two build systems: Meson and CMake. The Meson build file compiles everything into one executable and compiles faster. CMake is slower but separates the project into different modules (Note: only the compilation process takes longer, MidiCube will have the same performance with both). At the moment it doesn't matter which build system you use but in future I will add a plugin API and different "hosts" (like the workstation ui you know now, a stripped down ui for use as an fx device on a raspi or a DAW plugin) where it might be from advantage to use the modular CMake build. Furthermore, CMake allows you to install MidiCube with all the relevant files using make install.
1515
### How to install with meson on Ubuntu/Debian
@@ -90,4 +90,4 @@ On Linux the build process is pretty straighforward. MidiCube supports two build
9090

9191
## Other resources that might be useful in the future
9292
* Nice forum post about exponential envelopes (https://www.kvraudio.com/forum/viewtopic.php?t=161416)
93-
* Good envelope shape (https://sfzformat.com/opcodes/ampeg_attack)
93+
* Good envelope shape (https://sfzformat.com/opcodes/ampeg_attack)

0 commit comments

Comments
 (0)