aboutsummaryrefslogtreecommitdiffstats
path: root/classes/ZZZDevice.sc
Commit message (Collapse)AuthorAgeFilesLines
* Guard setSynchronousDavid Runge2021-01-011-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 DeviceDavid Runge2020-12-301-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.