CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
midi_token Struct Reference

#include <xmi2mid.h>

Public Member Functions

 midi_token (int time, uint8_t type)
 

Public Attributes

int time
 
std::vector< uint8_t > buffer {}
 
uint8_t type
 
uint8_t data {0}
 

Constructor & Destructor Documentation

◆ midi_token()

midi_token::midi_token ( int  time,
uint8_t  type 
)
inline

Member Data Documentation

◆ buffer

std::vector<uint8_t> midi_token::buffer {}

◆ data

uint8_t midi_token::data {0}

◆ time

int midi_token::time

◆ type

uint8_t midi_token::type

The documentation for this struct was generated from the following file: