aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_bankmap.h
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-05-17 21:33:28 +0200
committerJP Cimalando <jpcima@users.noreply.github.com>2018-06-02 08:08:40 +0200
commitd7b9439df5d09d121c55a15f2bc25c360deeebe0 (patch)
tree98994c90751ec158de303334204ef5e67cff628d /src/adlmidi_bankmap.h
parent9fb6aef78053b6462f2e74fdb750576dbd3eab96 (diff)
downloadlibADLMIDI-d7b9439df5d09d121c55a15f2bc25c360deeebe0.tar.gz
libADLMIDI-d7b9439df5d09d121c55a15f2bc25c360deeebe0.tar.bz2
libADLMIDI-d7b9439df5d09d121c55a15f2bc25c360deeebe0.zip
dynamic instrument API
Diffstat (limited to 'src/adlmidi_bankmap.h')
-rw-r--r--src/adlmidi_bankmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/adlmidi_bankmap.h b/src/adlmidi_bankmap.h
index 9b71d8f..178a1c1 100644
--- a/src/adlmidi_bankmap.h
+++ b/src/adlmidi_bankmap.h
@@ -85,6 +85,8 @@ public:
iterator &operator++();
bool operator==(const iterator &o) const;
bool operator!=(const iterator &o) const;
+ void to_ptrs(void *ptrs[3]);
+ static iterator from_ptrs(void *const ptrs[3]);
private:
Slot **buckets;
Slot *slot;