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/
Builds/
cmake-build-*/
out/
# CMake / generated caches
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
*.cmake.user
# JUCE
JUCE/
!JUCE/.gitkeep
JuceLibraryCode/
# IDE
# IDE / editor
.vscode/
.idea/
*.xcodeproj/
@ -20,9 +28,14 @@ JUCE/
*.mode2v3
*.perspectivev3
*.xcuserstate
*.swp
*~
.DS_Store
.AppleDouble
.LSOverride
._*
# Compiled
# Compiled objects / libraries
*.o
*.obj
*.dylib
@ -32,12 +45,21 @@ JUCE/
*.dll
*.exp
*.pdb
*.res
*.asm
# Plugin binaries
# Plugin binaries / bundles
*.vst
*.vst3
*.component
*.aax
*.app
*.dSYM/
# OS
.DS_Store
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
will work reliably, be useful in any way, or even make any sense whatsoever.
## Screenshot
![ChromaFlock Screenshot](chromaflockshotnew.png)
## Signal Flow
```

BIN
chromaflockshotnew.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB