Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/ZZZ.sc: Removing unneeded postlns. Adding wrapper functions hzToAmp ↵ | David Runge | 2017-05-01 | 1 | -4/+19 |
| | | | | and ampToHz for direct conversion. | ||||
* | classes/ZZZ.sc: Removing unused classvar zzzSynth. using lincurve and ↵ | David Runge | 2017-05-01 | 1 | -11/+37 |
| | | | | curvelin in ampToVAC and vacToAmp (respectively) for the exponential part. Adding functions to calculate voltage from frequency and frequency from voltage. | ||||
* | classes/ZZZ.sc: Adding first version of base class for Expert Sleepers ↵ | David Runge | 2017-04-30 | 1 | -0/+84 |
devices. The class functions ampToVAC and vacToAmp have been tested using a RME Babyface and the implemented ZZZHold SynthDef. Above an amplitude of 1.0 the output turns out to be logarithmic (ln), instead of linear, so anywhere above that should be used with caution, as the implemented calculation functions are only an approximation in that region. |