18 #ifndef midi_byte_array_h
19 #define midi_byte_array_h
26 typedef unsigned char byte;
void copy(size_t count, MIDI::byte arr[])
copy the given number of bytes from the given array
MidiByteArray(size_t count, MIDI::byte array[])
bool compare_n(const MidiByteArray &other, MidiByteArray::size_type len) const
MidiByteArray(size_t count, MIDI::byte first,...)
MidiByteArray(std::vector< MIDI::byte > const &vec)
MidiByteArray & operator<<(MidiByteArray &mba, const MIDI::byte &b)
append the given byte to the end of the array