Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The main unit of loop in the Scene is the Track.t
.
type t = Scene_format_t.track = {
id : Id.t;
events : Ticked_action.t list;
length : int;
name : string;
Display name
*)}
val make : ?events:Ticked_action.t list -> id:Id.t -> length:int -> string -> t
val fresh : ?events:Ticked_action.t list -> length:int -> string -> t