add MidiByteArray::compare_n()
[ardour.git] / libs / surfaces / push2 / midi_byte_array.h
index 3d3bcecd28d1688f09e487b180992c6dda7d8277..f9ab60e31b84086f8eda0aadb1f689a8cc170036 100644 (file)
@@ -52,6 +52,8 @@ public:
 
        MidiByteArray( size_t count, MIDI::byte array[] );
 
+       bool compare_n (const MidiByteArray& other, MidiByteArray::size_type len) const;
+
        /**
                Accepts a preceding count, and then a list of bytes
        */