musicope
musicope copied to clipboard
All instruments sound weird
MIDI files sound different in musicope, not like a piano, not like the original instruments in the MIDI file. What might be the reason? Should I install some SoundFonts? How do I do that? (I'm not using a MIDI keyboard. Just trying to watch how certain songs are played on a normal non-MIDI piano.)
same as #50 for midi input, probably this is related with midi output selected.
I started fluidsynth and select it directly but still do not play soundbank from it
diff --git i/static/web/web-midi/web-midi.ts w/static/web/web-midi/web-midi.ts
index 40e59f5..d62b922 100644
--- i/static/web/web-midi/web-midi.ts
+++ w/static/web/web-midi/web-midi.ts
@@ -69,7 +69,7 @@ class WebMidi {
// If not found, get the first available output
if (!o.output) {
const outputs = Array.from(o.midi.outputs.values())
- o.output = outputs[0]
+ o.output = outputs[4]
}
}