This script should give a very quiet (-50 dB) saw, but it has normal loudness. What's wrong?
Code: Select all
// create a 256-frame filtered sawtooth
NumFrames = 256
Wave "lowpass(2*phase-1, table , 0.0)"
Normalize Base=each Metric=Peak dB=-50
Code: Select all
// create a 256-frame filtered sawtooth
NumFrames = 256
Wave "lowpass(2*phase-1, table , 0.0)"
Normalize Base=each Metric=Peak dB=-50
Code: Select all
Info "Bend Saw"
NumFrames = 101
Envelope curve=linear L0=-1 T1=0.5 L1=0 T2=0.5 L2=1
Wave start=0 end=100 "env(phase+0.5*(.5-table)*sin(phase*2*pi+.85*(.5-table)*sin(phase*2*pi)))"
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026