diff options
| author | mick <mickgrierson@gmail.com> | 2012-11-24 00:10:59 +0000 |
|---|---|---|
| committer | mick <mickgrierson@gmail.com> | 2012-11-24 00:10:59 +0000 |
| commit | a7dfc3e3e104195286cfb4e342f3d63f6025f93a (patch) | |
| tree | ef5cee917d353fc14739c2d383676f07f11921f3 /maximilian.h | |
| parent | 3e555cca19ae03d04868d585f92611a734ce8e37 (diff) | |
band limited oscillators
Diffstat (limited to 'maximilian.h')
| -rwxr-xr-x | maximilian.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maximilian.h b/maximilian.h index de07d9a..0cac59d 100755 --- a/maximilian.h +++ b/maximilian.h @@ -85,6 +85,8 @@ public: double noise(); double sinebuf(double frequency); double sinebuf4(double frequency); + double sawn(double frequency); + double rect(double frequency, double duty=0.5); void phaseReset(double phaseIn); }; |
