eventual-recluse / LiveCut

A version of the Livecut beat-slicer audio plugin adapted for the DISTRHO Plugin Framework.
GNU General Public License v3.0
27 stars 3 forks source link

Fade param scaling #2

Closed Andreya-Autumn closed 1 year ago

Andreya-Autumn commented 1 year ago

Hello again. Here's a small UI nitpick: The original UI had a log scale on the fade param, such that 5ms was right in the middle. That was great, 5ms is right around the most useful range where annoying clicks dissappear but transients don't suffer too much. This new UI (which looks great here now that it scales correctly!) doesn't do that. Any chance that can be addressed?

Thanks again. Enjoying playing with this. :)

eventual-recluse commented 1 year ago

The UI fade param is now logarithmic, but I'll need to investigate skewing it so 5 ms is right in the middle. (1 ms is currently the middle value.)

Glad to hear you're enjoying it!

Andreya-Autumn commented 1 year ago

Nice. Works great here. Honestly, maybe don't worry about making it 5ms exactly. 1ms mostly sounds fine for the treble-rich material that we mostly use this for. And with this log scaling it feels easy to dial in slower times when needed. So I think it's fine as it is now. 👍🏻

eventual-recluse commented 1 year ago

OK. I had a look but can't see an easy way to set the mid point with Dear ImGui, so I'll leave it as it is.