https://github.com/stevearc/timing
Supercollider quark with clock and timing utilities
https://github.com/stevearc/timing
Last synced: 4 months ago
JSON representation
Supercollider quark with clock and timing utilities
- Host: GitHub
- URL: https://github.com/stevearc/timing
- Owner: stevearc
- License: mit
- Created: 2021-05-21T21:43:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T22:21:56.000Z (about 5 years ago)
- Last Synced: 2025-10-10T22:25:59.263Z (8 months ago)
- Language: SuperCollider
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timing
[](https://travis-ci.com/github/stevearc/Timing)
Supercollider quark with clock and timing utilities
Contents includes:
* [Animation](HelpSource/Classes/Animation.schelp) - Smoothly animate values from sclang (e.g. on a Synth)
* [PCdownbeat](HelpSource/Classes/PCdownbeat.schelp) - Pbind helper that lets you specify when a note hits instead of how long a note should last
* [PCstep](HelpSource/Classes/PCstep.schelp) - Steps through values over time using a clock
* [PCLstep](HelpSource/Classes/PCLstep.schelp) - Like PCstep, but linearly interpolates between values
* [PCser](HelpSource/Classes/PCser.schelp) - Clip or stretch a `dur` pattern to a specific number of beats