kuma4649 / mml2vgm

GNU General Public License v3.0
105 stars 10 forks source link

Support MIDI octave -1 to 10 #121

Open superctr opened 2 years ago

superctr commented 2 years ago

Currently only o1..o8 is possible for MIDI in mml2vgm.

However the MIDI standard supports over 10 octaves. Some drum notes in GS need o-1, o0 and o9, for example see the SC-8850 manual.

kuma4649 commented 2 years ago

ちかいうちに対応させます。。。

kuma4649 commented 2 years ago

いかがでしょうか?

superctr commented 2 years ago

I will test further in the weekend. Last time I couldn't get octave -1 to work. Unfortunately, SC-8850 has some drum notes you can only play at that octave.

Den tors 21 okt. 2021 14:32kuma @.***> skrev:

いかがでしょうか?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kuma4649/mml2vgm/issues/121#issuecomment-948568370, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3B4NLVCVUZTR6LKWDLHDUIAB4PANCNFSM5EDRK2BQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

kuma4649 commented 2 years ago

こちらはいかがでしょうか

superctr commented 2 years ago

Sorry it took me a long time to follow up on this.

I can access MIDI note number 12-119 using o0...o9. MIDI note numbers 0-11 and 120-127 seem to be inaccessible still.

kuma4649 commented 2 years ago

o0c~o10bまで広げてみました。 o0c=0 o10b=131 で大丈夫かなと思いますが如何でしょう...