|
Zrythm
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| unsigned int | track_name_hash |
| Track to import on, if any, or 0. | |
| int | lane |
| Track lane to import on, if any, or -1. | |
| Position | pos |
| Position to import the data at, or 1.1.1.0. | |
| int | track_idx |
| Track index to start the import at. | |
Definition at line 30 of file file_import.h.
| int FileImportInfo::lane |
Track lane to import on, if any, or -1.
Definition at line 36 of file file_import.h.
| Position FileImportInfo::pos |
Position to import the data at, or 1.1.1.0.
Definition at line 39 of file file_import.h.
| int FileImportInfo::track_idx |
Track index to start the import at.
Definition at line 42 of file file_import.h.
| unsigned int FileImportInfo::track_name_hash |
Track to import on, if any, or 0.
Definition at line 33 of file file_import.h.