Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
SupportedFile Struct Reference

Metadata for a supported file. More...

#include <dsp/supported_file.h>

Collaboration diagram for SupportedFile:

Data Fields

char * abs_path
 Absolute path.
 
ZFileType type
 Type of file.
 
char * label
 Human readable label.
 
int hidden
 Hidden or not.
 
WrappedObjectWithChangeSignalgobj
 MIDI file, if midi.
 

Detailed Description

Metadata for a supported file.

Definition at line 60 of file supported_file.h.

Field Documentation

◆ abs_path

char* SupportedFile::abs_path

Absolute path.

Definition at line 63 of file supported_file.h.

◆ gobj

WrappedObjectWithChangeSignal* SupportedFile::gobj

MIDI file, if midi.

Audio file, if audio. Used in Gtk.

Definition at line 81 of file supported_file.h.

◆ hidden

int SupportedFile::hidden

Hidden or not.

Definition at line 72 of file supported_file.h.

◆ label

char* SupportedFile::label

Human readable label.

Definition at line 69 of file supported_file.h.

◆ type

ZFileType SupportedFile::type

Type of file.

Definition at line 66 of file supported_file.h.


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