Jvm Timeline Facade
Properties
Functions
Capture is non-destructive; deleting is a separate removeClip. Must NOT be called inside a documentTransaction. The returned fragment is owned by the caller.
Both halves are asynchronous because a track owns live plug-in instances. The callback runs exactly once, on the thread completing the last plug-in operation. Capture must NOT be called inside a documentTransaction.
Removes every clip on the track. True when at least one was removed.
Groups the document events produced by everything inside block into a single batch. Use whenever one user-visible action performs several mutations, or observers can see it half-applied. Calls nest.
Returns MIDI notes for the given clip, or null if the track/clip is not found or is not a MIDI clip. Empty list means a valid MIDI clip with no notes.
Records a plug-in that has already been instantiated.
Records an already-published, fully constructed track as one addition.
Captures state, removes the instance, and records the removal as one step.
Rebuilds an audio clip's source from its file with the given markers and warp points. A non-empty filepath switches the clip to that file and adopts its length; otherwise the clip keeps its length.
Replaces a MIDI clip's authored content, resizing the clip to match.
Registers a callback invoked after every clip add/remove and after loadProject(). Pass null to unregister.