vkQuake2 doxygen  1.0 dev
tracker_state_ Struct Reference

#include <jar_mod.h>

Public Attributes

int number_of_tracks
 
int bpm
 
int speed
 
int cur_pattern
 
int cur_pattern_pos
 
int cur_pattern_table_pos
 
unsigned int buf_index
 
track_state tracks [32]
 

Detailed Description

Definition at line 215 of file jar_mod.h.

Member Data Documentation

◆ bpm

int tracker_state_::bpm

Definition at line 218 of file jar_mod.h.

◆ buf_index

unsigned int tracker_state_::buf_index

Definition at line 223 of file jar_mod.h.

◆ cur_pattern

int tracker_state_::cur_pattern

Definition at line 220 of file jar_mod.h.

◆ cur_pattern_pos

int tracker_state_::cur_pattern_pos

Definition at line 221 of file jar_mod.h.

◆ cur_pattern_table_pos

int tracker_state_::cur_pattern_table_pos

Definition at line 222 of file jar_mod.h.

◆ number_of_tracks

int tracker_state_::number_of_tracks

Definition at line 217 of file jar_mod.h.

◆ speed

int tracker_state_::speed

Definition at line 219 of file jar_mod.h.

◆ tracks

track_state tracker_state_::tracks[32]

Definition at line 224 of file jar_mod.h.