ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Finalize names and begin support for VGen rates #129

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Purpose and motivation

The (hopefully) final names for the thee rates VGens run at are frame, shape, and pixel. Adds support to the VGen and ScinthDef specifications for providing those rates, and documents supported rates for each of the exiting VGens.

Implementation

Repurposes the .fr to mean frame rate and adds .sr and .pr methods to support the new rate names. Adds support for parsing ScinthDef and VGen yaml with rate descriptions. Adds ScinthDef code to validate that rates only increase from input to output. Add some supported rate checking on VGen validation.

Types of changes

Status