#include <globals.h>
◆ SYNTH_T()
| SYNTH_T::SYNTH_T |
( |
void | | ) |
|
|
inline |
◆ alias()
◆ numRandom()
| float SYNTH_T::numRandom |
( |
void | | ) |
|
|
static |
◆ bufferbytes
◆ buffersize
The size of a sound buffer (or the granularity) All internal transfer of sound data use buffer of this size All parameters are constant during this period of time, exception some parameters(like amplitudes) which are linear interpolated. If you increase this you'll ecounter big latencies, but if you decrease this the CPU requirements gets high.
◆ buffersize_f
| float SYNTH_T::buffersize_f |
◆ halfsamplerate_f
| float SYNTH_T::halfsamplerate_f |
◆ oscilsize
The size of ADnote Oscillator Decrease this => poor quality Increase this => CPU requirements gets high (only at start of the note)
◆ oscilsize_f
| float SYNTH_T::oscilsize_f |
◆ samplerate
| unsigned int SYNTH_T::samplerate |
◆ samplerate_f
| float SYNTH_T::samplerate_f |
The documentation for this struct was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/globals.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Misc/Util.cpp