aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_midiplay.hpp
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-10-05 22:29:37 +0200
committerJP Cimalando <jpcima@users.noreply.github.com>2018-10-05 22:29:37 +0200
commitc542a7576de33ecc9c9744cf5a4df7d094af5c47 (patch)
tree7972745dc36ca6c0fdfe2c05ba1173bb4d6bdca6 /src/adlmidi_midiplay.hpp
parent6bb43bedde33404428f1baa75c1f0f97896a5cc7 (diff)
downloadlibADLMIDI-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.hpp2
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];