RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
346 stars 28 forks source link

Suggestions: Keys behind keys, Change all key sizes at once, Capping the graph height[Done]. #90

Open CxerizoBirb opened 10 months ago

CxerizoBirb commented 10 months ago

Being able to see keys from behind other keys would be cool, perhaps this could be good as a toggle. I would mostly use it to put my graph in my space key as it's the best place in my setups.

An option to change all key sizes simultaniously, as they all start at 3 height and 2 width, but i always have to manually put every key (usually a lot) down to 2 height.

Capping the graph height at a certain number of keys per second (say 20) so that if it goes past that it doesn't permanently get smaller. otherwise it makes the graph a bit useless at that point.

I hope these make sense, if you need i can provide images on what they might look like in use.

RoanH commented 9 months ago

Hey,

Putting the graph in the space key has been suggested before actually, see #46.

Improvements to the layout system in general are planned for sure, and editing multiple panels like you suggest at the same time will be a part of that change (though I'm not sure when I'll get to it).

Capping the graph is an interesting idea, I don't personally see a lot of use cases for it, but it's also a very easy feature to implement and support so I'll probably just implement it (possibly soon even).

Thanks for the suggestions!

RoanH commented 9 months ago

Setting a fixed maximum display value for graphs has been implemented for v8.8 (which will release later this week).