mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
docs: add README screenshot section and proper .gitignore
This commit is contained in:
parent
79be724e5d
commit
121a95cd75
3 changed files with 30 additions and 4 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||

|
||||
|
||||
## Signal Flow
|
||||
|
||||
```
|
||||
|
|
|
|||
BIN
chromaflockshotnew.png
Normal file
BIN
chromaflockshotnew.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Loading…
Add table
Add a link
Reference in a new issue