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

Use all banks of drums #77

Closed klesun closed 7 years ago

klesun commented 8 years ago

When i wrote the code, i thought it would be a nice deed to simplify things by leaving just the first bank since, "well, aren't these drums all approximately same?".

But practice shows the sounding of drums dramatically changes with bank change.

Not sure it is a good solution, but you could do bit shifting and pre-pend the bank number to the channel... or just add this optional field.

klesun commented 8 years ago

touhou/06_eosd/5b Sakuya Izayoi's Theme - Lunar Clock ~ Luna Dial.mid listen to my implementation and then to fluidsynth

klesun commented 8 years ago

touhou/06_eosd/2b Cirno's Theme - Beloved Tomboyish Girl.mid

klesun commented 8 years ago

After some research, it looks like problem is not in banks, but in pitch correction being applied wrongly

klesun commented 7 years ago

so i close this