package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Node.Constant_sourceSource

Constant source nodes.

Sourcetype opts

The type for ConstantSourceOptions.

Sourceval opts : ?offset:float -> unit -> opts

opts () are constant source node options with given parameters.

Sourcetype t

The type for ConstantSourceNode objects.

Sourceval create : ?opts:opts -> context -> t

create ~opts c creates a constant source node node.

Sourceval as_node : t -> node

as_node n is n as an audio node.

Sourceval offset : t -> Param.t

offset n is the offset of n.

Sourceval start : ?time:float -> t -> unit

start n starts node n.

Sourceval stop : ?time:float -> t -> unit

stop n stops node n.

OCaml

Innovation. Community. Security.