klesun-productions / klesun-productions.github.io

MIDI song editor in a web page + soundfont player... and 100500 other misc web apps on my server
https://klesun.github.io/
10 stars 4 forks source link

My implementation of soundfont midi player sounds different than virtualMIDISynth and original song #54

Closed klesun closed 8 years ago

klesun commented 8 years ago

touhou/08_in/5a Cinderella Cage ~ Kagome-Kagome.mid Slap Bass 2 (37) is very loud in my implementation unlike when you play it with "Midi Device" set to Fluid and unlike when you play it on youtube.

Well, it may be related to the fact Drums (9) are played a lot quieter in my implementation, that's why i hear the Slap Bass 2 (37) so clearly.

klesun commented 8 years ago

So the itchy problem is: Drums are too quiet for some reason (really, 4 or so times)

klesun commented 8 years ago
+            volumeFactor *= +channel === 9 ? 2 : 1;

фикс достойный меня b9a6d06..47bd7ec