14 lines
241 B
Text
14 lines
241 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{(exp a)}
|
||
|
|
||
|
Exponential.
|
||
|
|
||
|
(let* ((a (line ar -2 2 3 remove-synth))
|
||
|
(b (u:exp a))
|
||
|
(f (mul-add (mce2 a b) 600 900)))
|
||
|
(audition
|
||
|
(out 0 (mul (sin-osc ar f 0) 0.1))))
|
||
|
|