home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
modiromppu
/
modiromppu.iso
/
PROGRAMS
/
EDITORS
/
GOLDWAVE
/
EXPRESS.EQX
< prev
next >
Wrap
INI File
|
1995-09-28
|
761b
|
35 lines
[Group List]
Waves=1
Dial Tones=1
Effects=1
Noise=1
[Waves]
Triangle, f is freq=1-2*abs(1-2*f*t%2)
Sine, f is freq in Hz=sin(2*pi*f*t)
Square, f is freq=cos(pi*int(2*f*t))
Sweep=sin( pi*300*t^2 )
Fast square=int(2*t*f)%2*2-1
[Dial Tones]
1=(sin(4417*t)+sin(7609*t))/2
2=(sin(4417*t)+sin(8394*t))/2
3=(sin(4417*t)+sin(9374*t))/2
4=(sin(4856*t)+sin(7609*t))/2
5=(sin(4856*t)+sin(8394*t))/2
6=(sin(4856*t)+sin(9374*t))/2
7=(sin(5397*t)+sin(7609*t))/2
8=(sin(5397*t)+sin(8394*t))/2
9=(sin(5397*t)+sin(9374*t))/2
*=(sin(5937*t)+sin(7609*t))/2
0=(sin(5937*t)+sin(8394*t))/2
#=(sin(5937*t)+sin(9374*t))/2
[Effects]
Tremolo, try f < 10=wave(n) * (0.6 + 0.4 * sin(2*pi*f*t))
[Noise]
Brown=wave1(n-1)+rand(0.5)-0.25
White=rand(2)-1