#include <globals.h>
◆ SYNTH_T() [1/3]
| zyncarla::SYNTH_T::SYNTH_T |
( |
void | | ) |
|
|
inline |
◆ SYNTH_T() [2/3]
◆ SYNTH_T() [3/3]
| zyncarla::SYNTH_T::SYNTH_T |
( |
SYNTH_T && | | ) |
|
|
default |
◆ alias()
| void SYNTH_T::alias |
( |
bool | randomize = true | ) |
|
◆ dt()
| float zyncarla::SYNTH_T::dt |
( |
void | | ) |
const |
|
inline |
◆ numRandom()
| float SYNTH_T::numRandom |
( |
void | | ) |
|
|
static |
◆ bufferbytes
| int zyncarla::SYNTH_T::bufferbytes |
◆ buffersize
| int zyncarla::SYNTH_T::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, except some parameters(like amplitudes) which are linearly interpolated. If you increase this you'll ecounter big latencies, but if you decrease this the CPU requirements gets high.
◆ buffersize_f
| float zyncarla::SYNTH_T::buffersize_f |
◆ denormalkillbuf
the buffer to add noise in order to avoid denormalisation
◆ halfsamplerate_f
| float zyncarla::SYNTH_T::halfsamplerate_f |
◆ oscilsize
| int zyncarla::SYNTH_T::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 zyncarla::SYNTH_T::oscilsize_f |
◆ samplerate
| unsigned int zyncarla::SYNTH_T::samplerate |
◆ samplerate_f
| float zyncarla::SYNTH_T::samplerate_f |
The documentation for this struct was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/globals.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/globals.cpp
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/Misc/Util.cpp