aboutsummaryrefslogtreecommitdiff
path: root/include/adlmidi.h
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-25 20:37:03 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-25 20:37:03 +0300
commitc5509c43b4010ecc3d4f8b464996b26756b645e6 (patch)
treef53e3f62b424b4f3052eece54d304039d8e1aada /include/adlmidi.h
parente3a353a6b84b47ad4204b110249bc74b16554985 (diff)
parente1bb226e1b8235a2aa80141fc07a305b8a5f1818 (diff)
downloadlibADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.tar.gz
libADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.tar.bz2
libADLMIDI-c5509c43b4010ecc3d4f8b464996b26756b645e6.zip
Merge branch 'master' into stable
Diffstat (limited to 'include/adlmidi.h')
-rw-r--r--include/adlmidi.h2
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);