Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guard setSynchronous | David Runge | 2021-01-01 | 1 | -8/+20 |
| | | | | | | | classes/ZZZDevice.sc: Guard all .setSynchronous calls with a check for server.hasShmInterface. Set the default input amplitude of the gate to 1.0. Add all heuristics at the top of addTempo. | ||||
* | Add classes for Error and Device | David Runge | 2020-12-30 | 1 | -0/+334 |
classes/ZZZError.sc: Add a simple Error class. classes/ZZZDevice.sc: Add a generic class to make the device-specific ZZZES3 class obsolete. This class utilizes all new and improved SynthDefs of ZZZ. |