#import <SndAudioProcessorToneGenerator.h>

Protected Attributes | |
| float | freq |
| float | amp |
| float | phase |
| int | waveform |
To come
- (float) freq [protected] |
freq This is a dodgey one at the moment - range [0,1] logarithmically maps to [55,880] Hz
- (float) amp [protected] |
amp Yuckky linear scale [0,1] for the moment - be nice to have in dB
- (float) phase [protected] |
phase Phase offset
- (int) waveform [protected] |
waveform (not currently used).
1.5.6