normalizing a buffer
is there a way to quickly normalize a buffer other than using waveform~? i don't need the gui, just want to normalize
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
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
>
>
>
play it, find its peak using maximum~, divide the signal /max value using *~ .
i didnt realise mxj buf.Op does it fine. i like buf.Op very much.