Charles Jeremy
Charles Jeremy
the instrument code for flute is 74 I changed for flute see below, but you mean that note 50 correspond to piano and that I have to find the corresponding...
if I write instrument: "74", instrument: "73", instrument: 74, instrument: 73, it's not working either string version tries to open the 74-ogg.js file and the integer version try to open...
Still nothing MIDI.loadPlugin({ soundfontUrl: "soundfont/", instrument: "flute", callback: function() { ``` var channel = 0, instrumentFlute = 73, note = 60, velocity = 127, // how hard the note hits,...
Just try another instrument MIDI.loadPlugin({ soundfontUrl: "soundfont/", instrument: "glockenspiel", callback: function() { MIDI.programChange(0, 10); MIDI.noteOn(0, 35, 127, 0); } }); which is working fine, so I don't know
Working now, I change the window.onload with the document.ready of jquery and it's working fine
I just used the package from mudcube/MIDI.js and for the flute there is another package with all the mp3 + js "generated sounds" which you can google it. it's about...
I don't have the zip with me right now, I ll give you the info later : )
here you go https://github.com/gleitz/midi-js-soundfonts
It seems that the status bar hide was working perfectly prior Android Software update. Since the last or the previous update the StatusBar.hide() is no more working The only solution...
You are right here it is both cases working / not working Android SM-G950W not working Android 9 / One UI version Build number PPR1.180610.011.G950WVLS6CSH1 Working previous version I don't...