Skip to content

Commit 8a1e48e

Browse files
author
Martin Klang
committed
added disclaimer
1 parent 79eed70 commit 8a1e48e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

LibSource/RampOscillator.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ class AntialiasedRampOscillator : public OscillatorTemplate<AntialiasedRampOscil
5858
sample -= polyblep(phase, incr);
5959
return sample;
6060
}
61+
/**
62+
* Note: mixing sample based and block based generate() calls is not supported
63+
* by this class.
64+
*/
6165
void generate(FloatArray output){
6266
size_t len = output.getSize();
6367
float blep = lastblep;

0 commit comments

Comments
 (0)