jon.recoil.org

Module Note.Step

Update steps.

Update steps allow to schedule simultaneous primitive event occurrence and signal changes.

Steps

type t

The type for update steps.

val create : unit -> Note.Step.t

create () is a new update step.

val execute : Note.Step.t -> unit

execute step executes the update step step.