View Source Strom.MixerTree (strom v0.8.4)

Summary

Types

@type event() :: any()

Functions

Link to this function

new(inputs, output, opts \\ [])

View Source
@spec new(
  [Strom.stream_name()]
  | %{required(Strom.stream_name()) => (event() -> as_boolean(any()))},
  Strom.stream_name(),
  list()
) :: Strom.Composite.t()