Zrythm
a highly automated and intuitive digital audio workstation
|
Metadata for a supported file. More...
#include <dsp/supported_file.h>
Data Fields | |
char * | abs_path |
Absolute path. | |
ZFileType | type |
Type of file. | |
char * | label |
Human readable label. | |
int | hidden |
Hidden or not. | |
WrappedObjectWithChangeSignal * | gobj |
MIDI file, if midi. | |
Metadata for a supported file.
Definition at line 47 of file supported_file.h.
char* SupportedFile::abs_path |
Absolute path.
Definition at line 50 of file supported_file.h.
WrappedObjectWithChangeSignal* SupportedFile::gobj |
MIDI file, if midi.
Audio file, if audio. Used in Gtk.
Definition at line 68 of file supported_file.h.
int SupportedFile::hidden |
Hidden or not.
Definition at line 59 of file supported_file.h.
char* SupportedFile::label |
Human readable label.
Definition at line 56 of file supported_file.h.
ZFileType SupportedFile::type |
Type of file.
Definition at line 53 of file supported_file.h.