swift
|
Saw tooth generator. More...
Public Member Functions | |
CSawToothGenerator (double frequency, QObject *parent=nullptr) | |
Ctor. | |
virtual int | readSamples (QVector< float > &samples, qint64 count) |
Read samples. More... | |
void | setGain (double gain) |
Set the gain. | |
![]() | |
ISampleProvider (QObject *parent=nullptr) | |
Ctor. | |
virtual | ~ISampleProvider () |
Dtor. | |
virtual bool | isFinished () const |
Finished? | |
Additional Inherited Members | |
![]() | |
static bool | verbose () |
Verbose logs? | |
Saw tooth generator.
Definition at line 20 of file sawtoothgenerator.h.
|
virtual |
Read samples.
Implements swift::sound::sample_provider::ISampleProvider.
Definition at line 16 of file sawtoothgenerator.cpp.