mauer / xmidictrl

XMidiCtrl is an X-Plane plugin to use midi controllers within the flight simulator
https://mauer.github.io/xmidictrl/#/
GNU Affero General Public License v3.0
31 stars 10 forks source link

`default_encoder_mode` mentioned in documentation but not implemented #32

Closed pilsnerish closed 5 months ago

pilsnerish commented 5 months ago

See: https://github.com/mauer/xmidictrl/blob/92623fb1e3a8f51edd65d604f45bdc645964f13b/docs/device.md?plain=1#L28

mauer commented 5 months ago

Hi,

I just checked the source code and it is implemented. I cannot test right now, but will look into it soon.

pilsnerish commented 5 months ago

GitHub is lying to me I guess? https://github.com/search?q=repo%3Amauer%2Fxmidictrl%20default_encoder_mode&type=code

mauer commented 5 months ago

I see, the parameter was called encoder_mode instead of default_encoder_mode.

I fixed it. Many thanks for your report. It's highly appreciated!