| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
classes/ZZZ.sc:
Add a Server instance to the initialization process to be able to make
use of its instance methods in subclasses of ZZZ.
Add \ZZZGate, \ZZZClock and \ZZZClockKorg as new and more stream-lined
implementations of gate and clock SynthDefs.
|
|
|
|
| |
zero-crossing. This change enables most devices to pick up the clock from this signal.
|
| |
|
|
|
|
| |
hardware will recognize it properly in higher speeds.
|
|
|
|
|
|
|
| |
constant pitch Synths (instant methods of ZZZES3).
Moving examples below ES-3 based subcategory.
Fixing typos and minor errors.
|
|
|
|
| |
of a dirac impulse.
|
|
|
|
| |
constant tones on defined outputs. setClock is also already able to switch between speeds using an Envelope over a certain amount of time.
|
|
|
|
| |
SynthDefs in Features. Fixing a lot of missing line breaks.
|
|
|
|
| |
Removing obsolete comment.
|
| |
|
|
|
|
| |
Rewriting all helper class functions to work properly with DC current. Removing unused init function. Removing unused stupid class constant.
|
|
|
|
| |
Sleepers ES-3. Features convenience function to get the systems hardware output corresponding to the respective ES-3 output 1-8.
|
|
|
|
| |
and ampToHz for direct conversion.
|
|
|
|
| |
curvelin in ampToVAC and vacToAmp (respectively) for the exponential part. Adding functions to calculate voltage from frequency and frequency from voltage.
|
|
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.
|