CMakeLists.txt— CMake build configuration (JUCE 7.0.9, C++17, VST3/AU/Standalone)README.md— Project overview, installation, and usage guideCONTRIBUTING.md— Contribution guidelines and development setupLICENSE— MIT licencefilelist.md— This fileCI_SETUP_SUMMARY.md— CI implementation summarypackaging.md— Plugin packaging and distribution guide
MultiEffectProcessor.h/.cpp—AudioProcessorsubclass; contains all DSP helper classes (Bitcrusher, Fuzz, MultibandCompressor, RingModulator, WahWah, Tremolo) and the 10-effectProcessorChainPluginEditor.h/.cpp—AudioProcessorEditorsubclass; GUI panels, knobs, toggles, waveform display
CyberpunkLookAndFeel.h— Custom JUCELookAndFeel(neon-green cyberpunk aesthetic)
PresetManager.h/.cpp— Save and load XML presets
Delay.h/.cpp— Standalone delay utilityDistortion.h/.cpp— Standalone distortion utilityModulation.h/.cpp— Standalone modulation utilityStereoWidening.h/.cpp— Stereo widening utility
DSP4GuitarApp.h— Entry point for the standalone application format
scripts/pre-commit-check.sh— Bash validation script (Linux/macOS)scripts/pre-commit-check.ps1— PowerShell validation script (Windows)
.github/workflows/ci.yml— CI workflow: multi-platform build, code quality, documentation checks.github/workflows/release.yml— Release workflow: build, package, attach to GitHub release.github/CI_DOCUMENTATION.md— Full CI/CD reference.github/CI_QUICKSTART.md— Quick-start guide for CI.github/pull_request_template.md— PR description template
Documentation/effects-reference.md— Complete parameter reference for all 10 effectsDocumentation/readme.md— DSP theory compendium (distortion, dynamics, filters, modulation)Documentation/vstplugin.md— VST plugin architecture and JUCE integration guideDocumentation/performance.md— Real-time performance and multi-channel processingDocumentation/interactivemidi.md— Waveform display and MIDI control integrationDocumentation/additionalfx.md— Additional effect variations and preset systemDocumentation/addingmorefx.md— Guide for adding new effectsDocumentation/midiswitch.md— MIDI preset switching documentationDocumentation/presetvisualization.md— Preset visualisation guideDocumentation/Multi-effect blending.md— Multi-effect blending documentationDocumentation/DeploymentOptimization.md— Deployment optimisation guideDocumentation/VST_Multi_Guitar_FX.md— VST multi-guitar FX reference
assets/screenshots/— UI screenshots and SVG mockupassets/icons/— Plugin logo and icon files
build/— CMake build directorybuild/*_artefacts/Release/VST3/— Built VST3 pluginbuild/*_artefacts/Release/AU/— Built AU plugin (macOS)build/*_artefacts/Release/Standalone/— Built standalone app