ardura / Scrollscope

A simple scrolling oscilloscope in rust
81 stars 3 forks source link

Add Stereo View #29

Open muzzol opened 4 weeks ago

muzzol commented 4 weeks ago

This is a feature request for Stereo View

I'm using scrollscope to visualize my output (no to sync beats) and It would be great to have a stereo view (L/R).

thanks a lot for your time.

ardura commented 3 weeks ago

Hi @muzzol ! Do you mean something like the views stacked with one being L and one being R? image image

muzzol commented 3 weeks ago

yes, exactly that.

TBH I'm using Simple Scope right now: https://github.com/x42/sisco.lv2

but the owner don't have any plans to add new features, so I'm evaluating alternatives.

my use case is related to analyzing, not beat sync. I'm not sure if you have time to improve that part of the plugin.

ardura commented 3 weeks ago

Yeah that's probably something I can add, are you looking for certain metrics or info as well on the display for your analysis purposes? No promises but I can likely add some if I know what to research heh

muzzol commented 3 weeks ago

are you looking for certain metrics or info as well on the display for your analysis purposes?

well, I'm using it mainly for loudness comparison, so it would be nice to have peaks/transients that pass certain treshold in another colour, like a lot of waveform plugins do.

something like this: https://www.audiopluginsforfree.com/wp-content/uploads/2024/01/peakeater-1024x639.jpg

thanks a lot for your time!

ardura commented 1 week ago

I was able to do the stereo view, but the only other metrics it has right now is making red lines when the signal starts to clip. Hopefully that is at least somewhat useful for you!

https://github.com/ardura/Scrollscope/releases/tag/v1.4.1