[][src]Module dasp_signal::bus

An extension to the Signal trait that enables multiple signal outputs.

Required Features

  • When using dasp_signal, this item requires the bus feature to be enabled.
  • When using dasp, this item requires the signal-bus feature to be enabled.

Structs

Bus

A type which allows for sending a single Signal to multiple outputs.

Output

An output node to which some signal S is Outputing its frames.

Traits

SignalBus

An extension to the Signal trait that enables multiple signal outputs.