Module Stream.B

Binded functions: those operate on streams instead of samples.

val cadd : float -> float t -> float t

Add a constant.

val add : float t -> float t -> float t

Add two streams.

val cmul : float -> float t -> float t

Multiply by a constant.

val mulc : float t -> float -> float t

Multiply by a constant.

val mul : float t -> float t -> float t

Multiply two streams.

val bmul : bool t -> float t -> float t

Multiply by a boolean.

val mix : float t list -> float t