Replies: 2 comments 7 replies
-
Added in v0.11.0 |
Beta Was this translation helpful? Give feedback.
7 replies
-
Hi @hylu-dev, I just forked that codepen you added, but instead loaded a Soundfont marimba instead, it plays fine, but no onStart is getting logged. Could the Soundfont class be missing the onStart event? @danigb is that possible? https://codesandbox.io/s/young-monad-forked-gy3jwq?file=/src/index.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, awesome library! I came from using the original soundfont-player some years back and I'm really loving this successor.
As for my suggestion. I'm looking to hook up the note scheduling to a piano app I'm working on. Right now, I can use the onEnded callback to trigger key releases on the piano but it'd nice to also have an onStart callback to trigger keypresses as well.
Beta Was this translation helpful? Give feedback.
All reactions