Skip to content

Commit

Permalink
Update GeneralUserGS to v2.0
Browse files Browse the repository at this point in the history
fixes #55
  • Loading branch information
spessasus committed Oct 3, 2024
1 parent 1add6d3 commit f9ed2b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SpessaSynth",
"version": "3.20.36.3",
"version": "3.20.36.4",
"type": "module",
"scripts": {
"start": "node src/website/server/server.js"
Expand Down
Binary file modified soundfonts/GeneralUserGS.sf3
Binary file not shown.
7 changes: 7 additions & 0 deletions src/website/js/main/demo_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,13 @@ demoInit(initLocale).then(() => {
onClick: () => {
window.open("https://github.com/spessasus/spessasynth-demo-songs#readme");
}
},
{
type: "button",
textContent: "Bundled SoundFont Credits",
onClick: () => {
window.open("https://schristiancollins.com/generaluser.php");
}
}
];
titleMessage.textContent = window.manager.localeManager.getLocaleString("locale.synthInit.genericLoading");
Expand Down
Loading

0 comments on commit f9ed2b7

Please sign in to comment.