rsc3/doc/help/ugen/binary-ops/scale-neg.help.scrbl

12 lines
231 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{(scale-neg a b)}
Scale negative part of input wave. a * b when a < 0, otherwise a.
(audition
(out 0 (scale-neg (f-sin-osc ar 500 0) (line ar 1 -1 4 remove-synth))))