2.8 Constant Values🔗
Defining a constant value🔗
const(value)
A constant is an unchanging value i.e. cannot be manipulated through mathematical operations. To create one, simply use the const constructor and the value you want to keep constant:
These can be really useful for shifting entire sequences of values except one or two:
Constants can also be used in a PGroup to create constant notes in moving chord sequences: