normalizing a buffer

redhexagonal's icon

is there a way to quickly normalize a buffer other than using waveform~? i don't need the gui, just want to normalize

zipb's icon

If you can stomach Java: Try mxj buf.Op

Zip Boterbloem
Media Mechanics
Zwaluwstraat 54
2025 VR Haarlem
The Netherlands
+31627014758
zip@knoware.nl

Op 15-mrt-2007, om 9:25 heeft bin ray het volgende geschreven:

>
> is there a way to quickly normalize a buffer other than using
> waveform~? i don't need the gui, just want to normalize
> --
> www.myspace.com/binray

pure's icon

tap.norm~

p

bin ray wrote:
> is there a way to quickly normalize a buffer other than using waveform~? i don't need the gui, just want to normalize
> --
> www.myspace.com/binray
>
>
>

jln's icon
Roman Thilenius's icon

play it, find its peak using maximum~, divide the signal /max value using *~ .

pure's icon
redhexagonal's icon

i didnt realise mxj buf.Op does it fine. i like buf.Op very much.