Add MIDI-setup reading

This commit is contained in:
Jack Andersen
2016-05-09 19:52:19 -10:00
parent 04382030a1
commit 60f873e76e
2 changed files with 12 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ struct SongGroupIndex : AudioGroupIndex
uint8_t reverb;
uint8_t chorus;
};
std::unordered_map<int, std::array<const MIDISetup*, 16>> m_midiSetups;
std::unordered_map<int, const std::array<MIDISetup, 16>*> m_midiSetups;
};
/** Root index of SFXGroup */