#include <dsp_filter.h>
Definition at line 439 of file dsp_filter.h.
◆ Type
| Enumerator |
|---|
| UniformWhiteNoise | |
| GaussianWhiteNoise | |
| PinkNoise | |
Definition at line 443 of file dsp_filter.h.
◆ Generator()
| ARDOUR::DSP::Generator::Generator |
( |
| ) |
|
◆ grandf()
| float ARDOUR::DSP::Generator::grandf |
( |
| ) |
|
|
private |
◆ randf()
| float ARDOUR::DSP::Generator::randf |
( |
| ) |
|
|
inlineprivate |
◆ randi()
| uint32_t ARDOUR::DSP::Generator::randi |
( |
| ) |
|
|
private |
◆ run()
| void ARDOUR::DSP::Generator::run |
( |
float * |
data, |
|
|
const uint32_t |
n_samples |
|
) |
| |
◆ set_type()
| void ARDOUR::DSP::Generator::set_type |
( |
Type |
t | ) |
|
◆ _b0
| float ARDOUR::DSP::Generator::_b0 |
|
private |
◆ _b1
| float ARDOUR::DSP::Generator::_b1 |
|
private |
◆ _b2
| float ARDOUR::DSP::Generator::_b2 |
|
private |
◆ _b3
| float ARDOUR::DSP::Generator::_b3 |
|
private |
◆ _b4
| float ARDOUR::DSP::Generator::_b4 |
|
private |
◆ _b5
| float ARDOUR::DSP::Generator::_b5 |
|
private |
◆ _b6
| float ARDOUR::DSP::Generator::_b6 |
|
private |
◆ _pass
| bool ARDOUR::DSP::Generator::_pass |
|
private |
◆ _rn
| float ARDOUR::DSP::Generator::_rn |
|
private |
◆ _rseed
| uint32_t ARDOUR::DSP::Generator::_rseed |
|
private |
◆ _type
| Type ARDOUR::DSP::Generator::_type |
|
private |
The documentation for this class was generated from the following file: