├── .github └── workflows │ └── build.yml ├── .gitignore ├── .gitmodules ├── LICENSE ├── Makefile ├── README.md ├── VERSION ├── docs ├── user-files-1.png └── user-files-2.png ├── mod-desktop.png ├── pedalboards ├── Bata_Back_Track.pedalboard │ ├── Bata_Back_Track.ttl │ ├── addressings.json │ ├── manifest.ttl │ ├── screenshot.png │ ├── snapshots.json │ └── thumbnail.png ├── GSYNTH_Bass.pedalboard │ ├── GSYNTH_Bass.ttl │ ├── addressings.json │ ├── effect-121 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-131 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-137 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-138 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-139 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-66 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-69 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-78 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-79 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-87 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── manifest.ttl │ ├── snapshots.json │ └── thumbnail.png ├── GSYNTH_Chords-22439.pedalboard │ ├── GSYNTH_Chords.ttl │ ├── addressings.json │ ├── effect-121 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-125 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-130 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-66 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-69 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-78 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-79 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-87 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── manifest.ttl │ ├── snapshots.json │ └── thumbnail.png ├── GSYNTH_Flexible.pedalboard │ ├── GSYNTH_Flexible.ttl │ ├── addressings.json │ ├── effect-121 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-125 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-126 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-66 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-69 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-72 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-74 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-77 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-78 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-79 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-81 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-87 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-88 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-89 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-91 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-92 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-93 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-94 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-95 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── manifest.ttl │ ├── snapshots.json │ └── thumbnail.png ├── GSYNTH_Lead.pedalboard │ ├── GSYNTH_Lead.ttl │ ├── addressings.json │ ├── effect-121 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-137 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-140 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-66 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-69 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-78 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-79 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── effect-87 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── manifest.ttl │ ├── snapshots.json │ └── thumbnail.png ├── GSYNTH_Minimal.pedalboard │ ├── GSYNTH_Minimal.ttl │ ├── addressings.json │ ├── effect-66 │ │ ├── effect.ttl │ │ └── manifest.ttl │ ├── manifest.ttl │ ├── snapshots.json │ └── thumbnail.png └── INFO_USEFUL_TIPS-15734.pedalboard │ ├── INFO_USEFUL_TIPS.ttl │ ├── addressings.json │ ├── effect-18 │ ├── effect.ttl │ └── manifest.ttl │ ├── effect-19 │ ├── effect.ttl │ └── manifest.ttl │ ├── effect-20 │ ├── effect.ttl │ └── manifest.ttl │ ├── effect-4 │ ├── effect.ttl │ └── manifest.ttl │ ├── effect-5 │ ├── effect.ttl │ └── manifest.ttl │ ├── effect-7 │ ├── effect.ttl │ └── manifest.ttl │ ├── effect-9 │ ├── effect.ttl │ └── manifest.ttl │ ├── manifest.ttl │ ├── snapshots.json │ └── thumbnail.png ├── res ├── mod-logo.icns ├── mod-logo.ico └── mod-logo.svg ├── src ├── plugin │ ├── AudioRingBuffer.hpp │ ├── ChildProcess.hpp │ ├── DesktopPlugin.cpp │ ├── DesktopUI.cpp │ ├── DistrhoPluginInfo.h │ ├── Makefile │ ├── NanoButton.cpp │ ├── NanoButton.hpp │ ├── ResizeHandle.hpp │ ├── SharedMemory.hpp │ ├── utils.cpp │ ├── utils.hpp │ └── zita-resampler │ │ ├── resampler-table.cc │ │ ├── resampler-table.h │ │ ├── resampler.cc │ │ └── resampler.h └── systray │ ├── Makefile │ ├── main.cpp │ ├── mod-desktop.hpp │ ├── mod-desktop.qrc │ ├── mod-desktop.rc │ ├── mod-desktop.ui │ ├── utils.cpp │ ├── utils.hpp │ └── widgets.hpp └── utils ├── cxfreeze ├── mod-pedalboard-setup.py ├── mod-pedalboard.py ├── mod-ui-setup.py └── mod-ui.py ├── debug ├── jackd └── mod-ui ├── jack ├── jack-session-alsamidi.conf └── jack-session.conf ├── linux ├── linux-tar.sh ├── mod-desktop.desktop ├── mod-desktop.run └── mod-hardware-descriptor.json ├── macos ├── app.plist.in ├── build.plist ├── entitlements.plist ├── macos-dmg.sh ├── macos-pkg.sh ├── mod-hardware-descriptor.json ├── package.xml.in └── welcome.txt ├── pack-html.sh ├── plugin-builder ├── plugin-builder.mk ├── plugin-builder.sh └── validate-plugins.sh ├── run.sh └── win64 ├── mod-hardware-descriptor.json ├── win64-installer.iss ├── win64-installer.sh └── win64-zip.sh /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 0.0.13 2 | -------------------------------------------------------------------------------- /docs/user-files-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/docs/user-files-1.png -------------------------------------------------------------------------------- /docs/user-files-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/docs/user-files-2.png -------------------------------------------------------------------------------- /mod-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/mod-desktop.png -------------------------------------------------------------------------------- /pedalboards/Bata_Back_Track.pedalboard/Bata_Back_Track.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/Bata_Back_Track.pedalboard/Bata_Back_Track.ttl -------------------------------------------------------------------------------- /pedalboards/Bata_Back_Track.pedalboard/addressings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/Bata_Back_Track.pedalboard/addressings.json -------------------------------------------------------------------------------- /pedalboards/Bata_Back_Track.pedalboard/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/Bata_Back_Track.pedalboard/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/Bata_Back_Track.pedalboard/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/Bata_Back_Track.pedalboard/screenshot.png -------------------------------------------------------------------------------- /pedalboards/Bata_Back_Track.pedalboard/snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/Bata_Back_Track.pedalboard/snapshots.json -------------------------------------------------------------------------------- /pedalboards/Bata_Back_Track.pedalboard/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/Bata_Back_Track.pedalboard/thumbnail.png -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/GSYNTH_Bass.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/GSYNTH_Bass.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/addressings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/addressings.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-121/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-121/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-121/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-121/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-131/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-131/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-131/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-131/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-137/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-137/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-137/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-137/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-138/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-138/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-138/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-138/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-139/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-139/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-139/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-139/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-66/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-66/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-66/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-66/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-69/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-69/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-69/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-69/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-78/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-78/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-78/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-78/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-79/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-79/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-79/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-79/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-87/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-87/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/effect-87/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/effect-87/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/snapshots.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Bass.pedalboard/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Bass.pedalboard/thumbnail.png -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/GSYNTH_Chords.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/GSYNTH_Chords.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/addressings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/addressings.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-121/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-121/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-121/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-121/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-125/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-125/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-125/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-125/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-130/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-130/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-130/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-130/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-66/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-66/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-66/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-66/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-69/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-69/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-69/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-69/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-78/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-78/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-78/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-78/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-79/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-79/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-79/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-79/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-87/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-87/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/effect-87/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/effect-87/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/snapshots.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Chords-22439.pedalboard/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Chords-22439.pedalboard/thumbnail.png -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/GSYNTH_Flexible.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/GSYNTH_Flexible.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/addressings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/addressings.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-121/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-121/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-121/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-121/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-125/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-125/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-125/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-125/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-126/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-126/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-126/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-126/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-66/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-66/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-66/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-66/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-69/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-69/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-69/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-69/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-72/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-72/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-72/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-72/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-74/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-74/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-74/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-74/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-77/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-77/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-77/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-77/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-78/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-78/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-78/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-78/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-79/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-79/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-79/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-79/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-81/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-81/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-81/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-81/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-87/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-87/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-87/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-87/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-88/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-88/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-88/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-88/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-89/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-89/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-89/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-89/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-91/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-91/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-91/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-91/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-92/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-92/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-92/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-92/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-93/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-93/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-93/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-93/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-94/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-94/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-94/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-94/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-95/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-95/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/effect-95/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/effect-95/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/snapshots.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Flexible.pedalboard/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Flexible.pedalboard/thumbnail.png -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/GSYNTH_Lead.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/GSYNTH_Lead.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/addressings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/addressings.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-121/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-121/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-121/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-121/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-137/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-137/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-137/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-137/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-140/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-140/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-140/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-140/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-66/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-66/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-66/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-66/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-69/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-69/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-69/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-69/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-78/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-78/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-78/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-78/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-79/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-79/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-79/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-79/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-87/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-87/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/effect-87/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/effect-87/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/snapshots.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Lead.pedalboard/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Lead.pedalboard/thumbnail.png -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Minimal.pedalboard/GSYNTH_Minimal.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Minimal.pedalboard/GSYNTH_Minimal.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Minimal.pedalboard/addressings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Minimal.pedalboard/addressings.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Minimal.pedalboard/effect-66/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Minimal.pedalboard/effect-66/effect.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Minimal.pedalboard/effect-66/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Minimal.pedalboard/effect-66/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Minimal.pedalboard/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Minimal.pedalboard/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Minimal.pedalboard/snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Minimal.pedalboard/snapshots.json -------------------------------------------------------------------------------- /pedalboards/GSYNTH_Minimal.pedalboard/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/GSYNTH_Minimal.pedalboard/thumbnail.png -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/INFO_USEFUL_TIPS.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/INFO_USEFUL_TIPS.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/addressings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/addressings.json -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-18/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-18/effect.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-18/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-18/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-19/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-19/effect.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-19/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-19/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-20/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-20/effect.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-20/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-20/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-4/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-4/effect.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-4/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-4/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-5/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-5/effect.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-5/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-5/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-7/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-7/effect.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-7/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-7/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-9/effect.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-9/effect.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-9/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/effect-9/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/manifest.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/manifest.ttl -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/snapshots.json -------------------------------------------------------------------------------- /pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/pedalboards/INFO_USEFUL_TIPS-15734.pedalboard/thumbnail.png -------------------------------------------------------------------------------- /res/mod-logo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/res/mod-logo.icns -------------------------------------------------------------------------------- /res/mod-logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/res/mod-logo.ico -------------------------------------------------------------------------------- /res/mod-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/res/mod-logo.svg -------------------------------------------------------------------------------- /src/plugin/AudioRingBuffer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/AudioRingBuffer.hpp -------------------------------------------------------------------------------- /src/plugin/ChildProcess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/ChildProcess.hpp -------------------------------------------------------------------------------- /src/plugin/DesktopPlugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/DesktopPlugin.cpp -------------------------------------------------------------------------------- /src/plugin/DesktopUI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/DesktopUI.cpp -------------------------------------------------------------------------------- /src/plugin/DistrhoPluginInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/DistrhoPluginInfo.h -------------------------------------------------------------------------------- /src/plugin/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/Makefile -------------------------------------------------------------------------------- /src/plugin/NanoButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/NanoButton.cpp -------------------------------------------------------------------------------- /src/plugin/NanoButton.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/NanoButton.hpp -------------------------------------------------------------------------------- /src/plugin/ResizeHandle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/ResizeHandle.hpp -------------------------------------------------------------------------------- /src/plugin/SharedMemory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/SharedMemory.hpp -------------------------------------------------------------------------------- /src/plugin/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/utils.cpp -------------------------------------------------------------------------------- /src/plugin/utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/utils.hpp -------------------------------------------------------------------------------- /src/plugin/zita-resampler/resampler-table.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/zita-resampler/resampler-table.cc -------------------------------------------------------------------------------- /src/plugin/zita-resampler/resampler-table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/zita-resampler/resampler-table.h -------------------------------------------------------------------------------- /src/plugin/zita-resampler/resampler.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/zita-resampler/resampler.cc -------------------------------------------------------------------------------- /src/plugin/zita-resampler/resampler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/plugin/zita-resampler/resampler.h -------------------------------------------------------------------------------- /src/systray/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/Makefile -------------------------------------------------------------------------------- /src/systray/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/main.cpp -------------------------------------------------------------------------------- /src/systray/mod-desktop.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/mod-desktop.hpp -------------------------------------------------------------------------------- /src/systray/mod-desktop.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/mod-desktop.qrc -------------------------------------------------------------------------------- /src/systray/mod-desktop.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/mod-desktop.rc -------------------------------------------------------------------------------- /src/systray/mod-desktop.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/mod-desktop.ui -------------------------------------------------------------------------------- /src/systray/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/utils.cpp -------------------------------------------------------------------------------- /src/systray/utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/utils.hpp -------------------------------------------------------------------------------- /src/systray/widgets.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/src/systray/widgets.hpp -------------------------------------------------------------------------------- /utils/cxfreeze/mod-pedalboard-setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/cxfreeze/mod-pedalboard-setup.py -------------------------------------------------------------------------------- /utils/cxfreeze/mod-pedalboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/cxfreeze/mod-pedalboard.py -------------------------------------------------------------------------------- /utils/cxfreeze/mod-ui-setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/cxfreeze/mod-ui-setup.py -------------------------------------------------------------------------------- /utils/cxfreeze/mod-ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/cxfreeze/mod-ui.py -------------------------------------------------------------------------------- /utils/debug/jackd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/debug/jackd -------------------------------------------------------------------------------- /utils/debug/mod-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/debug/mod-ui -------------------------------------------------------------------------------- /utils/jack/jack-session-alsamidi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/jack/jack-session-alsamidi.conf -------------------------------------------------------------------------------- /utils/jack/jack-session.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/jack/jack-session.conf -------------------------------------------------------------------------------- /utils/linux/linux-tar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/linux/linux-tar.sh -------------------------------------------------------------------------------- /utils/linux/mod-desktop.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/linux/mod-desktop.desktop -------------------------------------------------------------------------------- /utils/linux/mod-desktop.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/linux/mod-desktop.run -------------------------------------------------------------------------------- /utils/linux/mod-hardware-descriptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/linux/mod-hardware-descriptor.json -------------------------------------------------------------------------------- /utils/macos/app.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/macos/app.plist.in -------------------------------------------------------------------------------- /utils/macos/build.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/macos/build.plist -------------------------------------------------------------------------------- /utils/macos/entitlements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/macos/entitlements.plist -------------------------------------------------------------------------------- /utils/macos/macos-dmg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/macos/macos-dmg.sh -------------------------------------------------------------------------------- /utils/macos/macos-pkg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/macos/macos-pkg.sh -------------------------------------------------------------------------------- /utils/macos/mod-hardware-descriptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/macos/mod-hardware-descriptor.json -------------------------------------------------------------------------------- /utils/macos/package.xml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/macos/package.xml.in -------------------------------------------------------------------------------- /utils/macos/welcome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/macos/welcome.txt -------------------------------------------------------------------------------- /utils/pack-html.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/pack-html.sh -------------------------------------------------------------------------------- /utils/plugin-builder/plugin-builder.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/plugin-builder/plugin-builder.mk -------------------------------------------------------------------------------- /utils/plugin-builder/plugin-builder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/plugin-builder/plugin-builder.sh -------------------------------------------------------------------------------- /utils/plugin-builder/validate-plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/plugin-builder/validate-plugins.sh -------------------------------------------------------------------------------- /utils/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/run.sh -------------------------------------------------------------------------------- /utils/win64/mod-hardware-descriptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/win64/mod-hardware-descriptor.json -------------------------------------------------------------------------------- /utils/win64/win64-installer.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/win64/win64-installer.iss -------------------------------------------------------------------------------- /utils/win64/win64-installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/win64/win64-installer.sh -------------------------------------------------------------------------------- /utils/win64/win64-zip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mod-audio/mod-desktop/HEAD/utils/win64/win64-zip.sh --------------------------------------------------------------------------------