Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevearc/timing

Supercollider quark with clock and timing utilities
https://github.com/stevearc/timing

Last synced: about 2 months ago
JSON representation

Supercollider quark with clock and timing utilities

Awesome Lists containing this project

README

        

# Timing
[![Build Status](https://www.travis-ci.com/stevearc/Timing.svg?branch=master)](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