KetamineAddict / freedom

osu! difficulty changer & bot
MIT License
1 stars 0 forks source link

[Enchantment] BPM Relax #2

Open GamebP opened 4 weeks ago

GamebP commented 4 weeks ago

Title says it

KetamineAddict commented 2 weeks ago

Can you explain further what you mean with it? I dont know what you exactly want.

GamebP commented 2 weeks ago

On each beatmap (map) it has a BPM. But when BPM Relax is enabled. It makes the
Streams hit z x z x or x z x z
Normal circles z or x
Could be possible to set an array of keybinds of their own presses for example:
z x z z z x z x x z

std::vector<char> keyPresses = {'z', 'x', 'z', 'z', 'z', 'x', 'z', 'x', 'x', 'z'};

This is how I understand the BPM relax. It just lisens to the BPM and has a different tapping style

KetamineAddict commented 2 weeks ago

I added a value that will act as a better solution in my opinion. That is the Alternate Click Delay (MS). I will add a button so you can select what key the alternate should default to if X ms has passed. Currently it is always the right click.

GamebP commented 2 weeks ago

👍