Project
Jump to navigation
Jump to search
The Project object contains one or more Items, representing Sessions and Sources.
Base Class: Object
Attributes
Attributes are read-only except where noted.
Name | Description | Added |
---|---|---|
items | List of Items | |
path | The path to the project file | |
sources | a list of all Sources in the project | 6.0 |
sessions | a list of all Sessions in the project | 6.0 |
version | The project version | 6.0 |
Methods
Name | Description | Added |
---|---|---|
load(path) | loads the project at path into the current project | |
save(path=None) | saves the current project. If path is not None, copies the project into the new location. | |
addItem(item) | adds the Source or Session to the project | 6.0 |
removeItem(item) | removes the Source or Session from the project | 6.0 |