From be5cdf28369da49f316e08dca0e51c24f37cfe84 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 13 Sep 2020 19:01:30 +0300 Subject: Refactor internal instrument data structures --- src/adlmidi_private.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlmidi_private.hpp') diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index a5a3b8c..0481a72 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -228,7 +228,7 @@ extern void adl_audioTickHandler(void *instance, uint32_t chipId, uint32_t rate) extern int adlCalculateFourOpChannels(MIDIplay *play, bool silent = false); #ifndef DISABLE_EMBEDDED_BANKS -extern void adlFromInstrument(const BanksDump::InstrumentEntry &instIn, adlinsdata2 &instOut); +extern void adlFromInstrument(const BanksDump::InstrumentEntry &instIn, OplInstMeta &instOut); #endif #endif // ADLMIDI_PRIVATE_HPP -- cgit v1.2.3