Go to the documentation of this file.
24 #ifndef __MIDIChunkType__
25 #define __MIDIChunkType__
27 #include <CLAM/MIDIDataTypes.hxx>
37 for (
int i=0;i<4;i++) {
mBytes[i] = bytes[i]; }
41 for (
int i=0;i<4;i++) {
mBytes[i] = (
Byte) str[i]; }
45 for (
int i=0;i<4;i++) {
if (
mBytes[i] != (
Byte) str[i])
return false; }
50 return ! (*
this==str);