|
LMMS
|
#include <synth.h>
Public Member Functions | |
| block_voice () | |
| virtual void | reset () |
| virtual void | render_to (float(*buf)[2], int nsamples) |
Public Attributes | |
| unsigned int | read_ptr |
An "optimized" voice class using fixed-size processing units and fixed number of channels. The drawback is that voice control is not sample-accurate, and no modulation input is possible, but it should be good enough for most cases (like Calf Organ).
|
inline |
|
inlinevirtual |
|
inlinevirtual |
| unsigned int dsp::block_voice< Base >::read_ptr |