OpenTTD Source  20241108-master-g80f628063a
MidiFile::DataBlock Struct Reference

Public Member Functions

 DataBlock (uint32_t _ticktime=0)
 

Data Fields

uint32_t ticktime
 tick number since start of file this block should be triggered at
 
uint32_t realtime = 0
 real-time (microseconds) since start of file this block should be triggered at
 
std::vector< uint8_t > data
 raw midi data contained in block
 

Detailed Description

Definition at line 20 of file midifile.hpp.


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