Reference > time
Wave
Spectrum
time
is a wave of length numSamples
(128 by default) that stores the current time values, in seconds. time
is updated on every frame of the loop() function.
Think of time
as the basic clock in synthesine. You can create sounds by mapping time
to other functions, such as any of the oscillators.
You can find the code for time
in the synthesine library.