aboutsummaryrefslogtreecommitdiff
path: root/src/adldata.hh
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2016-09-02 21:28:34 +0300
committerWohlstand <admin@wohlnet.ru>2016-09-02 21:28:34 +0300
commita0f4075b6c7bcf5967be78ae6bf2cefe94ad755e (patch)
treefb6b83b88a7aad5d4758b6cb2c76e3a2f884c6f1 /src/adldata.hh
parent3c07f61b132a06b4963bffc109c1395af1640b29 (diff)
downloadlibADLMIDI-a0f4075b6c7bcf5967be78ae6bf2cefe94ad755e.tar.gz
libADLMIDI-a0f4075b6c7bcf5967be78ae6bf2cefe94ad755e.tar.bz2
libADLMIDI-a0f4075b6c7bcf5967be78ae6bf2cefe94ad755e.zip
Added a function to retrieve a count of the banks
Diffstat (limited to 'src/adldata.hh')
-rw-r--r--src/adldata.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adldata.hh b/src/adldata.hh
index ed9122c..6080d2a 100644
--- a/src/adldata.hh
+++ b/src/adldata.hh
@@ -56,6 +56,7 @@ extern const struct adlinsdata
unsigned short ms_sound_koff;
double fine_tune;
} adlins[];
+int maxAdlBanks();
extern const unsigned short banks[][256];
extern const char* const banknames[];