This commit is contained in:
mashaal 2023-02-11 23:09:28 +11:00
parent c85360a891
commit 05fb1f67cc
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ MIDI required!
---
## nDef
### nDef
Defining `nDef` synths provide a constant signal between cycles and
instructions. You will need to define a separate `nDef` for each instance you
@ -54,7 +54,7 @@ d1 $ n "c3 f2" # s "cv" # channel 1 # portamento 0.5
---
## Simple
### Simple
The following synths, while easier to use, create a new cv instance each cycle.
This can result in short gaps/breaks in between cycles. You can use `nDef`'s