I see there are multiple references to instrument names, particularly in preprocessors.py. However, transcribed midi file is saved with all tracks unnamed. I tried to look through the code to see if names would be easy to add (e.g. as per _SLAKH_CLASS_PROGRAMS), but unfortunately the code is largely sorcery to me without proper diving.
Any of the following solutions will solve my problem at hand:
a) Only drum tracks are named drum tracks.
b) All tracks are named according to instrument.
c) Some other way to output information in the process which track numbers are drum tracks.
Anybody who's more familiar with the code, any tips on passing the instrument names to the resulting midi file? Is this doable?
I see there are multiple references to instrument names, particularly in
preprocessors.py. However, transcribed midi file is saved with all tracks unnamed. I tried to look through the code to see if names would be easy to add (e.g. as per_SLAKH_CLASS_PROGRAMS), but unfortunately the code is largely sorcery to me without proper diving.Any of the following solutions will solve my problem at hand:
a) Only drum tracks are named drum tracks.
b) All tracks are named according to instrument.
c) Some other way to output information in the process which track numbers are drum tracks.
Anybody who's more familiar with the code, any tips on passing the instrument names to the resulting midi file? Is this doable?