Ardour
9.0-pre0-582-g084a23a80d
|
Public Member Functions | |
void | clear () |
Public Member Functions inherited from ARDOUR::ImportStatus | |
virtual | ~ImportStatus () |
Public Member Functions inherited from ARDOUR::InterThreadInfo | |
InterThreadInfo () | |
Public Attributes | |
Editing::ImportMode | mode |
Temporal::timepos_t | pos |
int | target_tracks |
int | target_regions |
std::shared_ptr< ARDOUR::Track > | track |
bool | replace |
Public Attributes inherited from ARDOUR::ImportStatus | |
std::string | doing_what |
uint32_t | current |
uint32_t | total |
SrcQuality | quality |
volatile bool | freeze |
std::vector< std::string > | paths |
bool | replace_existing_source |
bool | split_midi_channels |
bool | import_markers |
MidiTrackNameSource | midi_track_name_source |
bool | all_done |
SourceList | sources |
Public Attributes inherited from ARDOUR::InterThreadInfo | |
volatile bool | done |
volatile bool | cancel |
volatile float | progress |
pthread_t | thread |
ProcessThread | process_thread |
|
inlinevirtual |
Reimplemented from ARDOUR::ImportStatus.
Editing::ImportMode Editor::EditorImportStatus::mode |
Temporal::timepos_t Editor::EditorImportStatus::pos |
std::shared_ptr<ARDOUR::Track> Editor::EditorImportStatus::track |