From 77b3943b751bed43d230de6db322a750bfd1fc8e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 4 Apr 2013 21:19:58 +0200 Subject: New message system. New common midi input class. Some compiler warning fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font. --- src/midimapper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/midimapper.h') diff --git a/src/midimapper.h b/src/midimapper.h index 74c268c..7439c4b 100644 --- a/src/midimapper.h +++ b/src/midimapper.h @@ -35,6 +35,8 @@ typedef std::map instrmap_t; class MidiMapper { public: + void clear(); + int lookup(int note); instrmap_t instrmap; -- cgit v1.2.3