MonoStep: monophonic 2-oscillator step-sequencer synth

This commit is contained in:
armin 2026-08-05 19:55:57 +02:00
commit e52e5cb161
14 changed files with 2674 additions and 0 deletions

38
.gitignore vendored Normal file
View file

@ -0,0 +1,38 @@
# Build output
/build/
/_artefacts/
/*_artefacts/
*.vst3
*.vst3.bundle
*.component
*.aaxplugin
*.app
*.lv2
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CMakeOutput.log
CMakeError.log
cmake-build-*/
Makefile
*.ninja
# Xcode
*.xcodeproj
*.xcworkspace
xcuserdata/
DerivedData/
# IDE / editors
.vscode/
.idea/
.vs/
*.sublime-project
*.sublime-workspace
*.swp
*~
# macOS
.DS_Store