|
Gin
|
Stereo Oscillator with multiples voices, pan, spread, detune, etc. More...
#include <gin_oscillators.h>
Public Member Functions | |
| VoicedStereoOscillator ()=default | |
| void | setSampleRate (double sr) |
| void | noteOn (float phase=-1) |
| void | noteOn (float phases[]) |
| void | process (float note, const P ¶ms, juce::AudioSampleBuffer &buffer) |
| void | processAdding (float note, const P ¶ms, juce::AudioSampleBuffer &buffer) |
Protected Attributes | |
| juce::OwnedArray< O > | oscillators |
Stereo Oscillator with multiples voices, pan, spread, detune, etc.
|
default |
| void VoicedStereoOscillator< O, P >::setSampleRate | ( | double | sr | ) |
References VoicedStereoOscillator< O, P >::oscillators.
| void VoicedStereoOscillator< O, P >::noteOn | ( | float | phase = -1 | ) |
References VoicedStereoOscillator< O, P >::oscillators.
| void VoicedStereoOscillator< O, P >::noteOn | ( | float | phases[] | ) |
References VoicedStereoOscillator< O, P >::oscillators.
| void VoicedStereoOscillator< O, P >::process | ( | float | note, |
| const P & | params, | ||
| juce::AudioSampleBuffer & | buffer | ||
| ) |
References VoicedStereoOscillator< O, P >::processAdding().
| void VoicedStereoOscillator< O, P >::processAdding | ( | float | note, |
| const P & | params, | ||
| juce::AudioSampleBuffer & | buffer | ||
| ) |
References VoicedStereoOscillator< O, P >::oscillators.
Referenced by VoicedStereoOscillator< O, P >::process().
|
protected |