Commit graph

297 commits

Author SHA1 Message Date
Armin
3001ed8271 rename: Screenshots -> screenshots 2026-08-02 22:02:11 +02:00
Armin
5797f8b8b7 add modules to gitignore, remove tracked modules 2026-07-28 16:27:38 +02:00
Roland Rabien
ba6e7b59ca Update clap-juce-extensions 2026-07-21 13:43:12 -07:00
Roland Rabien
e34c58fc8f Update Gin 2026-07-21 08:45:24 -07:00
Roland Rabien
62f2788c8a Update JUCE 2026-07-21 08:44:25 -07:00
Roland Rabien
8292f10db2 Upload symbols from release step; bump to 1.0.34 v1.0.34 2026-07-19 07:51:19 -07:00
Roland Rabien
afa366e9e1 Update Gin and JUCE v1.0.33 2026-07-16 18:36:32 -07:00
Roland Rabien
a681b2e332 Add crash reporting (bundle CrashReporter, strip, symbols, upload)
- register plugin + ship Installer/crashreporter.json
- installer bundles the shared CrashReporter (mac pkg + component-plist +
  reporter-scripts promote-if-newer; win .iss shared component) and the JSON
- strip shipped mac binaries; emit dSYM (Xcode) and PDB (/Zi /DEBUG) in Release
- launchCrashReporterOnce() from the processor on first instance
- upload dSYM/PDB symbols to the crash site from release.yaml
- bump to 1.0.33
2026-07-16 18:19:41 -07:00
Roland Rabien
539fd80370 new instances remember ui size 2026-05-03 12:23:58 -07:00
Roland Rabien
05992e760f v1.0.32 v1.0.32 2026-05-02 15:59:02 -07:00
Roland Rabien
98d290770b Spacing 2026-05-02 15:58:03 -07:00
Roland Rabien
155c933711 Fix deadlock 2026-05-02 15:54:57 -07:00
Roland Rabien
e4f7246f45 Fix wavetable menu 2026-05-02 15:47:21 -07:00
Roland Rabien
8c45136be6 bring back config_cmake 2026-05-02 09:54:17 -07:00
Roland Rabien
f822ff7659 v1.0.31 v1.0.31 2026-05-02 09:49:53 -07:00
Roland Rabien
be05233662 Re-enable build workflow [skip ci] 2026-04-30 16:56:41 -07:00
Roland Rabien
e2f3f5fc0f VST2 install path; disable build workflow v1.0.30 2026-04-30 15:42:51 -07:00
Roland Rabien
c991e57693 Release 1.0.29 v1.0.29 2026-04-30 13:57:46 -07:00
Roland Rabien
d8df411f1e Replace reFX EULA with AGPL-3.0 — these plugins are open source 2026-04-30 13:50:12 -07:00
Roland Rabien
098a5f3303 release: harden upload pipeline (TAG/VER split, --fail-with-body, GITHUB_TOKEN, contents:write)
Aligns with the chip-plugin repos:
- Use TAG (with v prefix) for gh release create, VER (stripped) for
  Changelist lookup and upload.php's version field.
- curl --fail-with-body so server-side errors fail the workflow instead of
  passing silently.
- Switch GH_TOKEN to the auto-provided GITHUB_TOKEN with explicit
  contents:write permission, dropping the dependency on a per-repo
  ACCESS_TOKEN PAT.
2026-04-30 09:25:23 -07:00
Roland Rabien
fd15bbf0c2 Strip whitespace when reading VERSION (CMake file(READ) keeps the newline) 1.0.28 2026-04-30 07:00:30 -07:00
Roland Rabien
41322f65cd Release 1.0.28 — switch to socalabs.com upload.php endpoint
- Bump VERSION
- Add 'Created installers' entry to Changelist.txt
- release.sh now uses the new upload.php URL with plugin/version/changelog
  form fields, replacing the old set.php endpoint
2026-04-30 06:51:21 -07:00
Roland Rabien
1572b876de Fix flaky productsign gate: use INSTALLER env var presence
`security find-identity -v` was intermittently not seeing the imported
Developer ID Installer cert on the GitHub Actions macos-latest runner,
causing the .pkg to ship unsigned and Apple notary to reject it. Gate the
codesign / productsign branches on the env-var presence (which is what the
keychain bootstrap already gated on) instead.

Also surface notary rejection details on failure via `xcrun notarytool log`.
2026-04-29 14:46:29 -07: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
7a62457617 Fix Linux CLAP strip command
The CLAP plugin on Linux is a flat .so file, not a bundle directory.
2026-01-20 09:17:17 -08:00
Roland Rabien
c5c4cb1fdc Adding Clap support 2026-01-20 07:31:25 -08:00
Roland Rabien
26f572a019 Make all submodules https 2026-01-13 10:29:28 -08:00
Roland Rabien
b34be3502b Zip file updated 1.0.27 2026-01-12 11:00:35 -08:00
Roland Rabien
6d98a82eec Update readme 2026-01-12 07:51:41 -08:00
Roland Rabien
9ca21d1a7a 1.0.26 1.0.26 2026-01-11 09:33:58 -08:00
Roland Rabien
602ae9fe02 fix crash 2026-01-11 09:33:30 -08:00
Roland Rabien
5ab4013605 Strip Linux binaries 2026-01-10 17:56:59 -08:00
Roland Rabien
9371e75baf Remove unused var 2026-01-10 17:43:51 -08:00
Roland Rabien
4977698b19 Added mod overlay 1.0.25 2026-01-10 17:06:49 -08:00
Roland Rabien
463433752e Updated gin submodule 2026-01-10 16:09:03 -08:00
Roland Rabien
e82f571318 Fixed ProcessorOptions rvalue ref-qualifier issue 2026-01-10 16:05:21 -08:00
Roland Rabien
3682fceb35 Added midi learn 2026-01-10 15:52:08 -08:00
Roland Rabien
7a4dfef9fb improve release script 2026-01-10 15:28:58 -08:00
Roland Rabien
ad08f859fd Updated changelist 2026-01-10 15:20:00 -08:00
Roland Rabien
f8937a8699 Fix awk regex syntax in release.sh 1.0.24
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 15:14:34 -08:00
Roland Rabien
37ecc904c7 fix crash on exit 2026-01-10 14:27:58 -08:00
Roland Rabien
856fa4c6e0 Update gin 2026-01-10 14:03:12 -08:00
Roland Rabien
6c0dc53509 Update tag and release scripts 2026-01-10 13:52:42 -08:00
Roland Rabien
e93852981a Add midi learn 2026-01-10 13:47:20 -08:00
Roland Rabien
b0bfc67daa Disable JUCE_COPY_PLUGIN_AFTER_BUILD to fix CI hangs 2026-01-08 19:16:09 -08:00
Roland Rabien
52a14c1c0d Add 30 minute timeout to GitHub Actions workflows 2026-01-08 19:07:25 -08:00
Roland Rabien
419d9edace Add missing colours 2025-12-18 17:03:23 -08:00
Roland Rabien
9f1f2ab242 Update Gin 2025-12-18 16:13:05 -08:00
Roland Rabien
a1ecc45393 Update Gin & Juce 2025-12-18 09:37:23 -08:00