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.
Purpose and motivation
The (hopefully) final names for the thee rates VGens run at are
frame
,shape
, andpixel
. 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