diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-08-31 03:55:58 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-08-31 03:55:58 +0300 |
commit | 6faa5b52cf5a0c41579f9720c947c8d3bbc9d08c (patch) | |
tree | 6d5d28788bd719e6439976cd4716673bc74bc654 /include/adlmidi.h | |
parent | 4c7f23f8999c7f5d71071d0b94fc18effeb0a9eb (diff) | |
parent | d8b894af640bd1e2b1115bd69c29b4654b3c6973 (diff) | |
download | libADLMIDI-6faa5b52cf5a0c41579f9720c947c8d3bbc9d08c.tar.gz libADLMIDI-6faa5b52cf5a0c41579f9720c947c8d3bbc9d08c.tar.bz2 libADLMIDI-6faa5b52cf5a0c41579f9720c947c8d3bbc9d08c.zip |
Merge branch 'master' into stable
Diffstat (limited to 'include/adlmidi.h')
-rw-r--r-- | include/adlmidi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 6ae184e..e2bc035 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -329,6 +329,7 @@ extern ADLMIDI_DECLSPEC int adl_loadEmbeddedBank(struct ADL_MIDIPlayer *device, * If you want to specify custom number of four operator channels, * please call this function after bank change (adl_setBank() or adl_openBank()), * otherwise, value will be overwritten by auto-calculated. + * If the count is specified as -1, an auto-calculated amount is used instead. * * @param device Instance of the library * @param ops4 Count of four-op channels to allocate between all emulating chips |