- consolidated the different file access interfaces in the backends into one shared version.
This was getting a bit unwieldy. The include path setup is not perfect yet, that's work for later. (It's about time we're getting C++20 with modules so that this include path madness can be put to an end.)
This commit is contained in:
parent
d94b63b486
commit
7468c0f36d
28 changed files with 504 additions and 634 deletions
|
|
@ -123,7 +123,7 @@ struct SFOrder {
|
|||
((int)(((unsigned)bank ^ (unsigned)preset ^ (unsigned)keynote) % INSTHASHSIZE))
|
||||
|
||||
struct SFInsts {
|
||||
struct timidity_file *tf;
|
||||
timidity_file *tf;
|
||||
char *fname;
|
||||
int8_t def_order, def_cutoff_allowed, def_resonance_allowed;
|
||||
uint16_t version, minorversion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue