Audio Waveform Display Zoom Level
-
Is there a scripting option for adjusting the zoom level of the AudioWaveform UI element? I am trying to display just the transient of a sample (using either the AudioWaveform or the Sampler) so I need to only display the first 100s of milliseconds at most.
I tried cheating my way around this and embedding the AudioWaveform in a Viewport and expanding the width to like 3000 pixels but this inherently feels like a poor solution.
Also, is there a way of disabling pitch in the sampler?
-
-
@HISEnberg End of the day an easier solution in my use case was to render out the transients in a separate audio application and reload them into my Sampler. This way the zoom level is automatically adjusted to the sample length.
However, if anyone has any thoughts on how to adjust the zoom on the audio display it could still be useful for other applications.
-
-
@HISEnberg said in Audio Waveform Display Zoom Level:
I tried cheating my way around this and embedding the AudioWaveform in a Viewport and expanding the width to like 3000 pixels but this inherently feels like a poor solution.
This is the only way for now unfortunately.
-
@d-healey Good to know and thank you. Maybe a feature request then since it is possible to do in the Sampler node but I am not losing sleep over it.
-
@HISEnberg said in Audio Waveform Display Zoom Level:
Maybe a feature request
I'm sure it's been requested a few times