You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: