Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 616 Bytes

File metadata and controls

19 lines (15 loc) · 616 Bytes

About Tis fork

Updated to compile with Juce 8.0.10 to support Standalone with Asio and Jack2, and other plugin formats supported by Juce on Windows.

Original Readme:

SWAM-Style Electric Guitar — Pro Edition v1.3 (with UI)

  • Hybrid physical-modeling core (skeleton)
  • Chord detector + 6-string voicing
  • Rhythm engine with Persian 6/8 patterns
  • Keyswitch control (C1..B2)
  • Pattern Browser UI, Favorites, Export MIDI, Export 1000 Pack

Build

mkdir build && cd build
cmake -S .. -B . -DJUCE_DIR=/path/to/JUCE/cmake -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release