[][src]Module bae_rs::sounds::complex_sound

Complex Sound

Module containing types implementing the ability to run multiple Generators and Modifiers within a single object, granting the ability to create complex systems like those found in digital synthesizers.

Structs

ComplexSound

Type implementing the ability to run multiple Generators and Modifiers within a single object, granting the ability to creat complex systems like those found in digital synthesizers.

Type Definitions

ComplexSoundRc

Type alias for a ComplexSound wrapped in an Rc.

Graph

Alias for the graph type used by ComplexSound.

GraphNode

Alias for the nodes of the graph used by ComplexSound.

ProcessOrder

Alias for the container storing the order of processing GraphNodes.