I am creating a midi application for Android using the popular billthefarmer driver package . With the help of Markus Kauppinen in this thread, I was able to create my application by generating and controlling midi events (note, pause, etc.).
As some of you may know, the standard GM1 tools that are part of the Android Sonivox EAS library do not sound the best. For my application, I wish to load custom instruments into the synthesizer, for example, specific saxophone models.
I found this topic from 5 years ago asking how to do the same thing as me. The answer to this question involves the use of the EAS_LoadDLSCollection () method in the EAS.h library. Unfortunately, the programmer could find a way to load custom DLS files into the library, rather than generate a reproducible soundfont tool (the wrong term?) That can play notes.
Can anyone shed some light on how to download and use custom tools in Android through their native Sonivox EAS Midi library?
android audio midi
Cody
source share