diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-25 20:37:03 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-25 20:37:03 +0300 |
commit | c5509c43b4010ecc3d4f8b464996b26756b645e6 (patch) | |
tree | f53e3f62b424b4f3052eece54d304039d8e1aada /include | |
parent | e3a353a6b84b47ad4204b110249bc74b16554985 (diff) | |
parent | e1bb226e1b8235a2aa80141fc07a305b8a5f1818 (diff) | |
download | libADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.tar.gz libADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.tar.bz2 libADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.zip |
Merge branch 'master' into stable
Diffstat (limited to 'include')
-rw-r--r-- | include/adlmidi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 8bb0bf1..a1289a0 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -97,7 +97,7 @@ struct ADL_MIDIPlayer #define adl_setNumCards adl_setNumChips /* Sets number of emulated chips (from 1 to 100). Emulation of multiple chips exchanges polyphony limits*/ -extern int adl_setNumChips(struct ADL_MIDIPlayer *device, int numCards); +extern int adl_setNumChips(struct ADL_MIDIPlayer *device, int numChips); /* Get current number of emulated chips */ extern int adl_getNumChips(struct ADL_MIDIPlayer *device); |