teotigraphix / Framework4Bitwig

Bitwig controller API framework extensions.
GNU Lesser General Public License v3.0
58 stars 13 forks source link

Parameter cannot be reset via Hardware API #257

Closed git-moss closed 4 years ago

git-moss commented 4 years ago

Values like name, value and modulated value are now accessible via the hardware knob class some other methods like reset() to default value don't have a workaround. As discussed the nicer way would be to have a getter at the hardware knob (and buttons) to get the mapped parameter/action and retrieve the values / methods from them.

git-moss commented 4 years ago

The issue is only with UserParameters. For other parameters one can still call the reset() method. UserParameters wont be fixed there should be a new concept instead.