You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
The ResidentSf2Synth can be used on any website: Just copy it together with the WebMIDI folder and any soundFonts that are needed to the site, then:
load the soundFont of choice
call ResidentSf2Synth.setSoundFont(soundfont)
maybe add the ResidentSf2Synth to a synth selector containing hardware synths provided by the browser's implementation of the Web MIDI API
send midi messages to the ResidentSf2Synth in the same way as for any other synth
The file host.js demonstrates how to do this in detail. (This host actually caches soundFonts, which is not something most apps need to do...) See also the SimpleSoundFontSynthHost project.
The text was updated successfully, but these errors were encountered:
notator
changed the title
Using the jigSf2Synth on other websites
Using the Sf2Synth1 on other websites
Nov 18, 2015
notator
changed the title
Using the Sf2Synth1 on other websites
Using the ResidentSf2Synth on other websites
Jun 16, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The ResidentSf2Synth can be used on any website: Just copy it together with the WebMIDI folder and any soundFonts that are needed to the site, then:
The file host.js demonstrates how to do this in detail. (This host actually caches soundFonts, which is not something most apps need to do...) See also the SimpleSoundFontSynthHost project.
The text was updated successfully, but these errors were encountered: