steinbergmedia / vstgui

A user interface toolkit mainly for audio plug-ins
Other
850 stars 121 forks source link

Allow for knob specific mouse sensitivity via CKnobBase::setKnobRange() #310

Closed raygit83 closed 8 months ago

raygit83 commented 8 months ago

In response to https://forums.steinberg.net/t/vstgui-knob-sensitivity/873343/2

scheffle commented 8 months ago

Can you also add a get method, so it can be integrated into the UI Editor. Thanks.

scheffle commented 8 months ago

And if possible try to use the code style from VSTGUI. (Most easy way is to use git-clang-format if you're familiar with it).

raygit83 commented 8 months ago

And if possible try to use the code style from VSTGUI. (Most easy way is to use git-clang-format if you're familiar with it).

I always try to do that. Can you tell me where you think the code style is off? Thanks.

raygit83 commented 8 months ago

Can you also add a get method, so it can be integrated into the UI Editor. Thanks.

Done.

scheffle commented 8 months ago

Ah, and please base the change on the develop branch. That's where changes should be made. Only bugfixes and releases should go into the master branch.

raygit83 commented 8 months ago

Ah, and please base the change on the develop branch. That's where changes should be made. Only bugfixes and releases should go into the master branch.

Got it...done.

scheffle commented 8 months ago

Done with #312