Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/ZZZ.sc: Substract 0.5 from \ZZZClock LFPulse, to achieve ↵ | David Runge | 2018-05-13 | 1 | -1/+1 |
| | | | | zero-crossing. This change enables most devices to pick up the clock from this signal. | ||||
* | ZZZ.quark: Adding quark file for ZZZ. | David Runge | 2018-01-22 | 1 | -0/+9 |
| | |||||
* | classes/ZZZ.sc: Updating standard width of \ZZZClock SynthDef to 0.5, so ↵ | David Runge | 2018-01-20 | 1 | -1/+1 |
| | | | | hardware will recognize it properly in higher speeds. | ||||
* | README.rst: Updating examples to use the current syntax for clocks and ↵ | David Runge | 2017-11-30 | 1 | -22/+27 |
| | | | | | | | constant pitch Synths (instant methods of ZZZES3). Moving examples below ES-3 based subcategory. Fixing typos and minor errors. | ||||
* | classes/ZZZ.sc: Lowering the width for \ZZZClock immensely to get even more ↵ | David Runge | 2017-11-30 | 1 | -1/+1 |
| | | | | of a dirac impulse. | ||||
* | classes/ZZZES3.sc: Adding convenience functions to add,set,remove clocks and ↵ | David Runge | 2017-05-05 | 1 | -2/+90 |
| | | | | constant tones on defined outputs. setClock is also already able to switch between speeds using an Envelope over a certain amount of time. | ||||
* | README.rst: Mentioning midi conversion capabilities. Adding information on ↵ | David Runge | 2017-05-05 | 1 | -9/+25 |
| | | | | SynthDefs in Features. Fixing a lot of missing line breaks. | ||||
* | classes/ZZZ.sc: Adding functions to convert from midi to amplitude and back. ↵ | David Runge | 2017-05-05 | 1 | -1/+29 |
| | | | | Removing obsolete comment. | ||||
* | README.rst: Adding first draft of README. | David Runge | 2017-05-04 | 1 | -0/+102 |
| | |||||
* | classes/ZZZ.sc: Adding new SynthDef for clock and constant voltages. ↵ | David Runge | 2017-05-04 | 1 | -57/+76 |
| | | | | Rewriting all helper class functions to work properly with DC current. Removing unused init function. Removing unused stupid class constant. | ||||
* | classes/ZZZES3.sc: Adding class for direct initialization when using Expert ↵ | David Runge | 2017-05-01 | 1 | -0/+33 |
| | | | | Sleepers ES-3. Features convenience function to get the systems hardware output corresponding to the respective ES-3 output 1-8. | ||||
* | 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. |