Fix: MIDI precision
This commit is contained in:
@@ -51,7 +51,7 @@ Cagire includes a complete synthesis and sampling engine. No external software i
|
||||
|
||||
```forth
|
||||
;; sawtooth wave + lowpass filter with envelope + chorus + reverb
|
||||
100 199 freq saw sound 250 8000 0.01 0.3 0.5 0.3 env lpf 0.2 chorus 0.8 verb 2 dur .
|
||||
100 199 freq saw sound 250 8000 0.01 0.3 0.5 0.3 env lpf 0.2 chorus 0.8 verb 2 gate .
|
||||
```
|
||||
|
||||
```forth
|
||||
@@ -61,7 +61,7 @@ Cagire includes a complete synthesis and sampling engine. No external software i
|
||||
|
||||
```forth
|
||||
;; white noise + sine wave + envelope = percussion
|
||||
white sine sound 100 freq 0.5 decay 2 dur .
|
||||
white sine sound 100 freq 0.5 decay 2 gate .
|
||||
```
|
||||
|
||||
```forth
|
||||
|
||||
Reference in New Issue
Block a user