diff --git a/.gitignore b/.gitignore index 8c338c7..5dff524 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index 5bfe01a..38d3390 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/chromaflockshotnew.png b/chromaflockshotnew.png new file mode 100644 index 0000000..2241c4f Binary files /dev/null and b/chromaflockshotnew.png differ