Initial
This commit is contained in:
6
midiseq/evnttype.hpp
Normal file
6
midiseq/evnttype.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _MIDISEQ_EVENTTYPE_HPP_
|
||||
#define _MIDISEQ_EVENTTYPE_HPP_
|
||||
|
||||
enum EventType{MetaEvent=0xFF,SystemExclusiveOne=0xF0,SystemExclusiveTwo=0xF7,NullEvent=0x00};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user