Avatar

tarball

tarball

About

Display Name
tarball
Joined
Visits
4
Last Active
Roles
Member

Comments

  • If I understand you correctly, the scenario is that you use playNote() with a duration but want to stop note playback before the duration has expired. This is a tricky scenario. You could call stopNote() early. This would stop the note but would not…
  • I come back to this discussion because I have related questions you may be able to help me with. If I understand correctly, playNote() without duration will only send a note on, and notes can’t overlap, so a note off will be automatically sent at th…
  • Fine. One more last question, I don’t find how to control volume with the library. The W3C spec is also very quiet about volume control with webmidi. Did I miss something?
  • Thank you very much for your answer Jean-Philippe. Currently, I suspect my notes to be ignored because the previous one’s duration isn’t over. Considering that, what would you recommand to allow all my notes to play? Should I, for instance add a sto…