-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a fallback for sampled sounds: play with oscillator #72
Comments
I already removed this feature which does not work fine in FireFox. |
Firefox Quantum is a vast improvement. It now plays the oscillator sounds very well. And some of my users complained about the sampled sounds ... I would not replace toaudio5.js but implement an additional class which I could select in AbcPlay to implement the fallback. Do you still have the code which you removed before? |
Not sure If I still need this as the player is getting better with 1.16 ... But If, wouldn't it be sufficient to replace load_res() and note_run() accordingly? |
I don't see what you mean. |
My intention was, to use as much as possible from toaudio5 (in particular the timing) but use an osscilaator instead of a soundfont. But as I said, the player is getting better with 1.16, so i close this ticket for the time being. |
Request
could we have a fallback to oscillator sounds (not using samples), because
proposal
control by soundfont type "osc"
provide the timbre as another property in the configuration object
The text was updated successfully, but these errors were encountered: