Skip to content

Commit

Permalink
up the vno
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvankreel committed Sep 30, 2024
1 parent 3bd7b50 commit 949ebe0
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 30 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### ?, ? - V1.9.5.

- Added arpeggiator.

### September 25, 2024 - V1.9.4.

- Added dark themes.
Expand Down
4 changes: 2 additions & 2 deletions macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.9.4</string>
<string>1.9.5</string>
<key>CFBundleVersion</key>
<string>1.9.4</string>
<string>1.9.5</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
Expand Down
8 changes: 4 additions & 4 deletions scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ make
cd ../../../dist/"$1"/linux
./plugin_base.ref_gen firefly_synth_1.vst3/Contents/x86_64-linux/firefly_synth_1.so ../../../param_reference.html

zip -r firefly_synth_1.9.4_linux_vst3_fx.zip firefly_synth_fx_1.vst3
zip -r firefly_synth_1.9.4_linux_vst3_instrument.zip firefly_synth_1.vst3
zip -r firefly_synth_1.9.4_linux_clap_fx.zip firefly_synth_fx_1.clap
zip -r firefly_synth_1.9.4_linux_clap_instrument.zip firefly_synth_1.clap
zip -r firefly_synth_1.9.5_linux_vst3_fx.zip firefly_synth_fx_1.vst3
zip -r firefly_synth_1.9.5_linux_vst3_instrument.zip firefly_synth_1.vst3
zip -r firefly_synth_1.9.5_linux_clap_fx.zip firefly_synth_fx_1.clap
zip -r firefly_synth_1.9.5_linux_clap_instrument.zip firefly_synth_1.clap

cd ../../../scripts
8 changes: 4 additions & 4 deletions scripts/build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ make
cd ../../../dist/"$1"/mac
./plugin_base.ref_gen firefly_synth_1.vst3/Contents/MacOS/firefly_synth_1 ../../../param_reference.html

zip -r firefly_synth_1.9.4_mac_vst3_fx.zip firefly_synth_fx_1.vst3
zip -r firefly_synth_1.9.4_mac_vst3_instrument.zip firefly_synth_1.vst3
zip -r firefly_synth_1.9.4_mac_clap_fx.zip firefly_synth_fx_1.clap
zip -r firefly_synth_1.9.4_mac_clap_instrument.zip firefly_synth_1.clap
zip -r firefly_synth_1.9.5_mac_vst3_fx.zip firefly_synth_fx_1.vst3
zip -r firefly_synth_1.9.5_mac_vst3_instrument.zip firefly_synth_1.vst3
zip -r firefly_synth_1.9.5_mac_clap_fx.zip firefly_synth_fx_1.clap
zip -r firefly_synth_1.9.5_mac_clap_instrument.zip firefly_synth_1.clap

cd ../../../scripts
8 changes: 4 additions & 4 deletions scripts/build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ cd ..\..\dist\"%1"\win
plugin_base.ref_gen.exe firefly_synth_1.vst3\Contents\x86_64-win\firefly_synth_1.vst3 ..\..\..\param_reference.html
if %errorlevel% neq 0 exit /b !errorlevel!

7z a -tzip firefly_synth_1.9.4_windows_vst3_fx.zip firefly_synth_fx_1.vst3\*
7z a -tzip firefly_synth_1.9.4_windows_vst3_instrument.zip firefly_synth_1.vst3\*
7z a -tzip firefly_synth_1.9.4_windows_clap_fx.zip firefly_synth_fx_1.clap\*
7z a -tzip firefly_synth_1.9.4_windows_clap_instrument.zip firefly_synth_1.clap\*
7z a -tzip firefly_synth_1.9.5_windows_vst3_fx.zip firefly_synth_fx_1.vst3\*
7z a -tzip firefly_synth_1.9.5_windows_vst3_instrument.zip firefly_synth_1.vst3\*
7z a -tzip firefly_synth_1.9.5_windows_clap_fx.zip firefly_synth_fx_1.clap\*
7z a -tzip firefly_synth_1.9.5_windows_clap_instrument.zip firefly_synth_1.clap\*
if %errorlevel% neq 0 exit /b !errorlevel!

cd ..\..\..\..\scripts
24 changes: 12 additions & 12 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,27 +72,27 @@ <h3>Support</h3>
<tr>
<td>VST3</td>
<td>
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_windows_vst3_instrument.zip">Windows</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_linux_vst3_instrument.zip">Linux</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_mac_vst3_instrument.zip">Mac</a> |&nbsp;
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_windows_vst3_instrument.zip">Windows</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_linux_vst3_instrument.zip">Linux</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_mac_vst3_instrument.zip">Mac</a> |&nbsp;
</td>
<td>
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_windows_vst3_fx.zip">Windows</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_linux_vst3_fx.zip">Linux</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_mac_vst3_fx.zip">Mac</a>
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_windows_vst3_fx.zip">Windows</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_linux_vst3_fx.zip">Linux</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_mac_vst3_fx.zip">Mac</a>
</td>
</tr>
<tr>
<td>CLAP</td>
<td>
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_windows_clap_instrument.zip">Windows</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_linux_clap_instrument.zip">Linux</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_mac_clap_instrument.zip">Mac</a> |&nbsp;
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_windows_clap_instrument.zip">Windows</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_linux_clap_instrument.zip">Linux</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_mac_clap_instrument.zip">Mac</a> |&nbsp;
</td>
<td>
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_windows_clap_fx.zip">Windows</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_linux_clap_fx.zip">Linux</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.4/firefly_synth_1.9.4_mac_clap_fx.zip">Mac</a>
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_windows_clap_fx.zip">Windows</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_linux_clap_fx.zip">Linux</a> /
<a href="https://github.com/sjoerdvankreel/firefly-synth/releases/download/v1.9.5/firefly_synth_1.9.5_mac_clap_fx.zip">Mac</a>
</td>
</tr>
</table>
Expand Down
8 changes: 4 additions & 4 deletions studiorack/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Firefly Synth",
"description": "Firefly Synth",
"tags": [ "Instrument", "Synth" ],
"version": "1.9.4",
"version": "1.9.5",
"id": "io.github.sjoerdvankreel.firefly_synth",
"date": "2024-06-03T17:25:12.081Z",
"files": {
Expand All @@ -17,13 +17,13 @@
"name": "studiorack.jpg"
},
"linux": {
"name": "firefly_synth_1.9.4_linux_vst3_instrument.zip"
"name": "firefly_synth_1.9.5_linux_vst3_instrument.zip"
},
"mac": {
"name": "firefly_synth_1.9.4_mac_vst3_instrument.zip"
"name": "firefly_synth_1.9.5_mac_vst3_instrument.zip"
},
"win": {
"name": "firefly_synth_1.9.4_windows_vst3_instrument.zip"
"name": "firefly_synth_1.9.5_windows_vst3_instrument.zip"
}
}
}
Expand Down

0 comments on commit 949ebe0

Please sign in to comment.