OpenTTD Source  14.0-beta1
MpsMachine::Channel Struct Reference

Starting parameter and playback status for one channel/track. More...

Data Fields

byte cur_program
 program selected, used for velocity scaling (lookup into programvelocities array)
 
byte running_status
 last midi status code seen
 
uint16_t delay
 frames until next command
 
uint32_t playpos
 next byte to play this channel from
 
uint32_t startpos
 start position of master track
 
uint32_t returnpos
 next return position after playing a segment
 

Detailed Description

Starting parameter and playback status for one channel/track.

Definition at line 507 of file midifile.cpp.


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