This repository contains all the files and tools needed to build custom oscillators and effects for the prologue synthesizer.
BSD 3-Clause "New" or "Revised" License
835
stars
306
forks
source link
Question: what is the range of the value parameter for effects? #41
Closed
schollz closed 4 years ago
I have a simple question: in the following code what is the range of the value of
valf
? Is it[-1,1]
or is it[0,1]
?Thanks for any help!