which .h file or .cpp file transfer notes to audio in MuseScore?
I download the source code and try to search file can provide functionality which transfer notes to audio, and now I got stuck because there are too many .h and .cpp files with dependencies. Does anybody know while file or files provide this functionality?
Comments
Could you please give us more information on exactly what you're trying to accomplish? There may be an easier way than what you're attempting.
In reply to Could you please give us… by Spire42
well I'm doing research related to sheet music and I want to seperate MuseScore's playnotes functionality to support it, so I need to find the library or codes provide this funcion first.
rendermidi.cpp
rendermidi does most of the conversion to MIDI, but the conversion from that to audio happens in the third party fluidsynth library we use. I would also say, if you explain what specifically you are wanting to change, we can better understand and assist.
In reply to rendermidi does most of the… by Marc Sabatella
Thanks for help. I'm doing research related to sheet music and I want to seperate MuseScore's playnotes functionality to support it, so I need to find the library or codes provide this funcion first.