Shivraj Sawant
Shivraj Sawant
@ysfgmissbless You may try this ugly solution :-). Call this function on click of pause button. If required you can increase the maximum loop value. `function stop() { for (var...
@hmoffatt could you please post some code sample for implementation of web worker in MIDI.js
My app has no restriction on playing number of notes at a time. Code I have shared is to give idea. And when there are many notes performance of web...
@gleitz Thank you very much, I will try to implement it, I may have to do good enough changes to implement this in my App. I got good example which...
@HerrSteinway Please check this link from MIDI.js demos : [https://galactic.ink/piano/](https://galactic.ink/piano/), it may help. Could you please share which Sheet Music library you will be using.
@Centaur , How to stop all scheduled notes for sequence of notes in loop.Please guide. ``` function play(){ for (var i=0;i
Check this issue [https://github.com/mudcube/MIDI.js/issues/158](url), it may help.
@hmoffatt I play sequence of notes using `noteOn` function, means I do not have midi file and I do not use player. In this case, does MIDI.js code schedule first...
[#174](https://github.com/mudcube/MIDI.js/issues/174) Could you please share example how to use MIDI.setEffects() in MIDI.js,
It did not work for me, I still don't understand. Where should I call moog() function in below code (basic example from library)? please guide. ``` `window.onload = function ()...