Sonoscopia / Transarkiv

Web-based audio archive mixer and recorder.
0 stars 0 forks source link

Log Volume #55

Open p1nh0 opened 8 years ago

p1nh0 commented 8 years ago

p5.js log() didn't seem to output concise values.... so I did not implemented it by the way: p5.js doesn't have a log10 function...so one has to do it "manually" log10(x) = ln(x) / ln(10)

p1nh0 commented 8 years ago

MasterFader should also have a logarithmic control map