summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/midi_byte_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/midi_byte_array.h')
-rw-r--r--libs/surfaces/mackie/midi_byte_array.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/midi_byte_array.h b/libs/surfaces/mackie/midi_byte_array.h
index e77ece1b88..7176367189 100644
--- a/libs/surfaces/mackie/midi_byte_array.h
+++ b/libs/surfaces/mackie/midi_byte_array.h
@@ -67,6 +67,9 @@ public:
/// append the given byte to the end of the array
MidiByteArray & operator << ( MidiByteArray & mba, const MIDI::byte & b );
+/// append the given string to the end of the array
+MidiByteArray & operator << ( MidiByteArray & mba, const std::string & );
+
/// append the given array to the end of this array
MidiByteArray & operator << ( MidiByteArray & mba, const MidiByteArray & barr );