add OptionParameter to lfo wave type (#90)

This commit is contained in:
Ricardo Matias
2020-05-07 13:13:45 +02:00
committed by GitHub
parent 538590c2f0
commit 0e3a1b4a4a
3 changed files with 15 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ drawer.circle(0.0, 0.0, size.value)
### LFO
```kotlin
val size = LFO(LFOWave.SINE) // default LFOWave.SAW
val size = LFO(LFOWave.Sine) // default LFOWave.Saw
val freq = 0.5
val phase = 0.5