docs: add README screenshot section and proper .gitignore

This commit is contained in:
Armin 2026-07-14 01:15:43 +02:00
commit 121a95cd75
3 changed files with 30 additions and 4 deletions

30
.gitignore vendored
View file

@ -2,12 +2,20 @@
build/ build/
Builds/ Builds/
cmake-build-*/ cmake-build-*/
out/
# CMake / generated caches
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
*.cmake.user
# JUCE # JUCE
JUCE/ JUCE/
!JUCE/.gitkeep !JUCE/.gitkeep
JuceLibraryCode/
# IDE # IDE / editor
.vscode/ .vscode/
.idea/ .idea/
*.xcodeproj/ *.xcodeproj/
@ -20,9 +28,14 @@ JUCE/
*.mode2v3 *.mode2v3
*.perspectivev3 *.perspectivev3
*.xcuserstate *.xcuserstate
*.swp
*~
.DS_Store .DS_Store
.AppleDouble
.LSOverride
._*
# Compiled # Compiled objects / libraries
*.o *.o
*.obj *.obj
*.dylib *.dylib
@ -32,12 +45,21 @@ JUCE/
*.dll *.dll
*.exp *.exp
*.pdb *.pdb
*.res
*.asm
# Plugin binaries # Plugin binaries / bundles
*.vst
*.vst3 *.vst3
*.component *.component
*.aax
*.app *.app
*.dSYM/
# OS # OS
.DS_Store
Thumbs.db Thumbs.db
Desktop.ini
# Logs / misc
*.log
*.crash

View file

@ -14,6 +14,10 @@ Chromaflock is 99.5% vibe-coded (a.k.a. "ai slop"). If that's a problem for you,
kindly just use a different synthesizer. There is also absolutely *NO* guarantee this kindly just use a different synthesizer. There is also absolutely *NO* guarantee this
will work reliably, be useful in any way, or even make any sense whatsoever. will work reliably, be useful in any way, or even make any sense whatsoever.
## Screenshot
![ChromaFlock Screenshot](chromaflockshotnew.png)
## Signal Flow ## Signal Flow
``` ```

BIN
chromaflockshotnew.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB