X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdos_opl2.cpp;h=d78ecb3b76ee75778c593d57a67e3c6040595ac6;hb=3a52257904294d63b42250039dc6d01067af8df1;hp=1b495b4e562fcb14a25f57274aa994b01b7b3722;hpb=8546b30d561c27e4b1eab164e17baf4c84a5c42e;p=16.git diff --git a/src/lib/dos_opl2.cpp b/src/lib/dos_opl2.cpp index 1b495b4e..d78ecb3b 100644 --- a/src/lib/dos_opl2.cpp +++ b/src/lib/dos_opl2.cpp @@ -240,6 +240,24 @@ void FMSetVoice(int voiceNum, FMInstrument *ins){ // fclose(fp); // return (1); //} /* End of LoadSBI */ + +unsigned short Notes[] = { + 19327 , /* C b */ + 18242 , /* C */ + 17218 , /* C # ( D b ) */ + 16252 , /* D */ + 15340 , /* D # ( E b ) */ + 14479 , /* E ( F b ) */ + 13666 , /* F ( E # ) */ + 12899 , /* F # ( G b ) */ + 12175 , /* G */ + 11492 , /* G # ( A b ) */ + 10847 , /* A */ + 10238 , /* A # ( B b ) */ + 9664 , /* B ( C b ) */ + 9121 , /* B # */ + 0 +}; /* test of the routines */ void fmtest(){