[][src]Module bae_rs::sounds::simple_sound

Simple Sound

Module containing types implementing the ability to run a single Generator and Modifier within a single object, granting the ability for fast processing of simple Generators and Modifiers into a single output.

Structs

SimpleSound

Type implementing the ablitiy to run multiple a single Generator by a given list of Modifiers operated in series. This allows for simple and fast processing of the structure's elements while still allowing for a wide range of complex sounds.

Type Definitions

SimpleSoundRc

Alias for a SimpleSound wrapped in an Rc.