aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mididrv.h')
-rw-r--r--sound/mididrv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/mididrv.h b/sound/mididrv.h
index 9dc74bd5d8..3e1c99078e 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -97,6 +97,9 @@ public:
/* retrieve a string representation of an error code */
static const char *get_error_name(int error_code);
+
+ // HIGH-LEVEL SEMANTIC METHODS
+ virtual void setPitchBendRange (uint range) = 0;
};