Adriano Cosme
Adriano Cosme
Hi @saravanan-10 try this config in pod: ``` pod 'GoogleSignIn', '~> 5.0.2' pod 'GoogleUtilities', '~> 7.7.0' ``` exactly this versions... replace in your podfile and run pod install...
Thanks codinronan and kdeegan, you guys solved my problem!
Please anyone can merge this, same problem here...
Clean and build doesn't solve for me. I solved this just ignoring and run the error and running(play button); Android studio will not break when run.
Put the Midi to run the notes inside "addListener": ` MIDI.noteOn(0, note, velocity, 0); MIDI.noteOff(0, note, 0.75); `
@shrekshao what do you mean by "require"?
perfect @jeffcaiz, it works! guys don't forget to declare the player like this: const player = new MIDI.Player();
@Luddinus do you solved this? I need some help with this too..
solved in this pull request: https://github.com/mudcube/MIDI.js/pull/211
To me works with onsuccess function: onsuccess: function () { MIDI.programChange(0, MIDI.GM.byName["flaute"].number); console.log("success " + instrumentName + ", code: " + MIDI.GM.byName[instrumentName].number) }