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/
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Signal Flow
|
## 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