class ofxMidiMessage: public ofEventArgs { public: //... int port; int byteOne; int byteTwo; double timestamp; //... }