|
Audaspace 1.7.0
A high level audio library.
|
This sound plays two other factories, playing them the same time and modulating/multiplying them. More...
#include <Modulator.h>

Public Member Functions | |
| Modulator (std::shared_ptr< ISound > sound1, std::shared_ptr< ISound > sound2) | |
| Creates a new modulator sound. | |
| virtual std::shared_ptr< IReader > | createReader () |
| Creates a reader for playback of the sound source. | |
| Public Member Functions inherited from ISound | |
| virtual | ~ISound () |
| Destroys the sound. | |
This sound plays two other factories, playing them the same time and modulating/multiplying them.
Creates a new modulator sound.
| sound1 | The first input sound. |
| sound2 | The second input sound. |
|
virtual |