ryukau / VSTPlugins

Uhhyou Plugins VST 3 repository.
https://ryukau.github.io/VSTPlugins/
GNU General Public License v3.0
329 stars 12 forks source link

Plugins crash with invalid style.json #41

Closed ryukau closed 1 year ago

ryukau commented 1 year ago

Steps to reproduce:

  1. Create style.json like below.
  2. Open plugin GUI.
  3. Plugin crashes, and GUI won't open.
{
  "fontFamily": "Sofia Sans Semi Condensed",
}

The above json is invalid because of a trailing comma.

Environment:

Plugins probably crash on any DAW.


I'll work on this issue.

ryukau commented 1 year ago

The bug was fixed in 3e094cc, and released in v0.57.0.