danigb / smplr

A web audio sampler instrument
https://danigb.github.io/smplr/
186 stars 19 forks source link

ElectricPiano.start fails silently without velocity parameter #49

Closed NHQ closed 1 year ago

NHQ commented 1 year ago

fails to play, no error or onEnded event: epiano.start({note:'C4'})

plays: epiano.start({note:'C4', velocity:127})

version@0.11.1