diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2017-12-16 21:29:03 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2017-12-16 21:29:03 +0300 |
commit | 15d34319029496a5111d94f253ca7f7b25741c8b (patch) | |
tree | 6ea10a0e12b3fdf685a0efa3334aef1a80f4e608 /src/adlmidi_private.hpp | |
parent | 5fb51a55a83a3f42ac816b97800d2a0b3fdce03b (diff) | |
download | libADLMIDI-15d34319029496a5111d94f253ca7f7b25741c8b.tar.gz libADLMIDI-15d34319029496a5111d94f253ca7f7b25741c8b.tar.bz2 libADLMIDI-15d34319029496a5111d94f253ca7f7b25741c8b.zip |
Fix the sample rate initialization
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 709edc5..8b3c3a2 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -304,7 +304,7 @@ class MIDIplay { friend void adl_reset(struct ADL_MIDIPlayer*); public: - MIDIplay(); + MIDIplay(unsigned long sampleRate = 22050); ~MIDIplay() {} |