File: gain.jsfx

package info (click to toggle)
jsusfx 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,856 kB
  • sloc: ansic: 19,352; cpp: 9,312; php: 403; yacc: 338; python: 163; makefile: 124; lex: 113; sh: 6
file content (16 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
desc:gain testing

out_pin:sig1
out_pin:sig2
out_pin:sig3

slider1:1<0,5,0.01>GAINL
slider2:1<0,5,0.01>GAINR

@init 
gg=0

@sample
spl0=spl0*slider1;
spl2=spl1*slider2;
spl1=0