diff options
| author | Mick Grierson <mickgrierson@strangebook.lan> | 2011-10-19 00:34:21 +0100 |
|---|---|---|
| committer | Mick Grierson <mickgrierson@strangebook.lan> | 2011-10-19 00:34:21 +0100 |
| commit | 40a09191d818c964d5ea8bceb2ea56b1c362bd3a (patch) | |
| tree | 88afced2672c826d41aa22704943cd54985d2ecb /maximilian.h | |
| parent | 92af27026aa1aa72535e94bd8007d7066a3136e7 (diff) | |
having some fun
Diffstat (limited to 'maximilian.h')
| -rwxr-xr-x | maximilian.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maximilian.h b/maximilian.h index b7c4e9b..cb1bebb 100755 --- a/maximilian.h +++ b/maximilian.h @@ -116,6 +116,7 @@ class maxiDelayline { double memory[88200]; public: + maxiDelayline(); double dl(double input, int size, double feedback); double dl(double input, int size, double feedback, int position); @@ -351,4 +352,9 @@ public: int attackphase,decayphase,sustainphase,holdphase,releasephase; }; +class convert { + public: + double mtof(int midinote); +}; + #endif |
