| 
    Ardour
    9.0-pre0-1982-ga458a302d1
    
   | 
 
#include <smf_private.h>
Public Attributes | |
| struct chunk_header_struct | mthd_header | 
| uint16_t | format | 
| uint16_t | number_of_tracks | 
| uint16_t | division | 
SMF chunk, used only by smf_load.c and smf_save.c.
Definition at line 60 of file smf_private.h.
| uint16_t mthd_chunk_struct::division | 
Definition at line 64 of file smf_private.h.
| uint16_t mthd_chunk_struct::format | 
Definition at line 62 of file smf_private.h.
| struct chunk_header_struct mthd_chunk_struct::mthd_header | 
Definition at line 56 of file smf_private.h.
| uint16_t mthd_chunk_struct::number_of_tracks | 
Definition at line 63 of file smf_private.h.