projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.22k stars 364 forks source link

Add get and set for beat sensitivity value to API #660

Closed kockie69 closed 1 year ago

kockie69 commented 1 year ago

I have not rebased but pushed to my branch. Some help on the rebase appreciated.

kblaschke commented 1 year ago

I have not rebased but pushed to my branch. Some help on the rebase appreciated.

The getter function still has a void return type and thus currently doesn't do anything.

You can amend the last commit with more changes, and/or edit the commit message using git commit --amend. Rebasing and editing commits further down in the history is a bit more complicated, but worth getting into it.

I suggest using a Git UI, e.g. TortoiseGit on Windows, which makes it a bit easier.