musicope icon indicating copy to clipboard operation
musicope copied to clipboard

All instruments sound weird

Open page200 opened this issue 4 years ago • 1 comments

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.)

page200 avatar Jun 22 '21 09:06 page200

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]
         }
     }

albfan avatar Apr 03 '25 11:04 albfan