|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <smf.h>
Public Attributes | |
| int | format |
| uint16_t | ppqn |
| int | frames_per_second |
| int | resolution |
| int | number_of_tracks |
| FILE * | stream |
| void * | file_buffer |
| size_t | file_buffer_length |
| size_t | next_chunk_offset |
| int | expected_number_of_tracks |
| GPtrArray * | tracks_array |
| double | last_seek_position |
| int | need_tempo_map_compute |
| GPtrArray * | tempo_array |
Represents a "song", that is, collection of one or more tracks.
| uint16_t smf_struct::ppqn |
| FILE* smf_struct::stream |
| GPtrArray* smf_struct::tempo_array |
Private, used by smf_tempo.c. Array of pointers to smf_tempo_struct.