Commit graph

7 commits

Author SHA1 Message Date
Armin
5797f8b8b7 add modules to gitignore, remove tracked modules 2026-07-28 16:27:38 +02:00
Roland Rabien
8e068f7104 Flatten nested Presets/<category>/*.xml into a single dir
gin's loadDirectory() doesn't recurse, and the legacy BinaryData flow stored
presets flat in the user dir. Installer/build.sh now stages a flat copy under
Installer/_flat_presets/ which the Inno Setup script and macOS pkg both
consume; CMakeLists installs the same flat set on Linux.
2026-04-29 13:43:18 -07:00
Roland Rabien
130e626ea6 Switch to .pkg/.exe/.deb installers with Azure Trusted Signing
Replaces the zip-based ci/build.sh flow with installer outputs (Inno Setup
on Windows, productbuild on macOS, cpack DEB on Linux) signed via Microsoft
Trusted Signing on Windows and Apple Developer ID on macOS.

Plugin code: factory wavetables and presets now ship as files via the
installer rather than embedded BinaryData. PluginProcessor implements
getProgramDirectory/getFactoryProgramDirectories so gin scans factory
content from systemResourceRoot. First-run migration copies any presets
from the legacy com.socalabs/Wavetable/programs path into the new user
dir under Library/Audio/Presets/SocaLabs/Wavetable.

Bumps gin submodule to match Identity for getFactoryProgramDirectories
support.
2026-04-29 13:23:23 -07:00
Roland Rabien
9f1f2ab242 Update Gin 2025-12-18 16:13:05 -08:00
Roland Rabien
a514a6de47 fixed warning 2025-11-14 05:25:07 -08:00
Roland Rabien
1a375b0ad5 Switch to cmake 2023-08-23 08:45:23 -07:00
Roland Rabien
73110bbde2 Initial Commit 2020-05-20 16:44:46 -07:00