Flix
Flix
@r-lyeh: Are the few minor modifications publicly available ? **[Edit:]** These are the ones I've just made (but they're not very user-friendly as far as I can see): **[UPDATED:]** Added...
Thanks @r-lyeh ! > edit: I havent played with columns here but I guess this is the way to go for the track labels. Yes, that's what I was thinking....
I'm making some progress with the column API. I'll update the code when it's ready (I'm currently trying to make scrolling work: and it takes time, especially if I'll try...
I've updated my modifications in the post above. Still no item culling; but I'm not sure if I can add it, since the number of items is not known...
@meshula: thanks! @ocornut: In the end I just had to pay attention to the column offset and the column width. I've just updated the code above and it seems to...
@meshula: yes, although in my code it snaps back only when the column is pulled to the half right side of the window. ```c++ const float contentRegionWidth = ImGui::GetWindowContentRegionWidth(); if...
@meshula: Looks interesting and useful! Thanks for posting!
@ocornut: if you want you can choose some of the styles in my addon branch: See the ResetStyle() method here: https://github.com/Flix01/imgui/blob/imgui_with_addons/addons/imguistyleserializer/imguistyleserializer.cpp Not all of them look nice, but this was...
> I maybe should aim for that change in 1.50 @ocornut: yes, I think touching all the style-related issues together in the same release is a good choice.
> * Avoid resampling with rates supported by opus (8000, 12000, 16000, 24000, and 48000). Resampling in a powerfull CPU isn't a problem, but in a small MCU is a...