add_shot
- add_shot(path: unicode, state: RumbaDocument.State, progress: maquina.ProgressCallback) Optional[maquina.Node]
Add a shot document to the current sequence.
- Parameters
path (unicode) – The path to the ‘.rumba’ file to add to the project.
state (RumbaDocument.State) – The new document state
progress (maquina.ProgressCallback) – The optional progress object to track the loading progression
- Return type
Optional[maquina.Node]