This repository was archived by the owner on Mar 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
AssignTrackParent
megamaz edited this page Mar 3, 2021
·
1 revision
This is the AssignTrackParent class. It serves as a data container for AssignTrackParent events.
The event does not have to exist inside the
level.datfor an instance to be created.
import noodleExtensions as NE
NE.AssignTrackParent(
beat=10, # the beat at which the event happens
tracks=["ExampleTrack01", "ExampleTrack02"], # The tracks to assign
parentTrack="ExampleParentTrack"
)Creates a new AssignTrackParent event from dict data.
classmethodfromdict
- Parameters
-
data(dict)
-
The event in dict form
dictevent
The beat at which the event will happen
float_time
The children tracks
list[str]_tracks
The parent track
str_parentTrack
There is no more support for this.
If it doesn't link, it's a WIP. If you want to read it anywyas, Check the pages above.