first pass at internal sends. this is a very tentative work in progress, and it is...
[ardour.git] / libs / surfaces / mackie / midi_byte_array.h
index e77ece1b88a6e8d96c16b53f49ea8e0d0175442d..7176367189d3c391eed4320be02111fb06a3dcaf 100644 (file)
@@ -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 );