diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2018-10-05 22:29:37 +0200 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2018-10-05 22:29:37 +0200 |
commit | c542a7576de33ecc9c9744cf5a4df7d094af5c47 (patch) | |
tree | 7972745dc36ca6c0fdfe2c05ba1173bb4d6bdca6 /src/adlmidi_midiplay.hpp | |
parent | 6bb43bedde33404428f1baa75c1f0f97896a5cc7 (diff) | |
download | libADLMIDI-c542a7576de33ecc9c9744cf5a4df7d094af5c47.tar.gz libADLMIDI-c542a7576de33ecc9c9744cf5a4df7d094af5c47.tar.bz2 libADLMIDI-c542a7576de33ecc9c9744cf5a4df7d094af5c47.zip |
typedef OPL3 as Synth
Diffstat (limited to 'src/adlmidi_midiplay.hpp')
-rw-r--r-- | src/adlmidi_midiplay.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_midiplay.hpp b/src/adlmidi_midiplay.hpp index 5df639b..02a45a9 100644 --- a/src/adlmidi_midiplay.hpp +++ b/src/adlmidi_midiplay.hpp @@ -607,7 +607,7 @@ public: void setErrorString(const std::string &err); //! OPL3 Chip manager - AdlMIDI_UPtr<OPL3> m_synth; + AdlMIDI_UPtr<Synth> m_synth; //! Generator output buffer int32_t m_outBuf[1024]; |