rsc3/doc/help/unsorted/mrg.help.scrbl

11 lines
236 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{mrg}
the implementation is not thorough (error...)
(let ((l (mul (sin-osc (mce2 300 400) 0) 0.1))
(r (out 1 (mul (sin-osc 900 0) 0.1))))
(add (mrg2 l r) (mrg2 l r)))