# Gamecontrolplus Slider Value

**URL:** https://discourse.processing.org/t/gamecontrolplus-slider-value/41545
**Category:** Libraries
**Created:** [March 31, 2023, 3:37pm UTC](https://discourse.processing.org/t/gamecontrolplus-slider-value/41545 "2023-03-31T15:37:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pacolux](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/pacolux/32/1893_2.png) [@pacolux](https://discourse.processing.org/u/pacolux)
#### Post date: [March 31, 2023, 3:37pm UTC](https://discourse.processing.org/t/gamecontrolplus-slider-value/41545/1 "2023-03-31T15:37:46Z")

</div>

Working with XBox controller and noticed the slider output maxes at about a third of the movement range of the stick no matter what I put in the multiplier/tolerance. Is this the incompatibility with newer devices that is talked about on @quark page or am I missing something here.

TIA

---

<div class="post-metadata">

### Author: ![quark](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/quark/32/26_2.png) [@quark](https://discourse.processing.org/u/quark)
#### Post date: [March 31, 2023, 3:56pm UTC](https://discourse.processing.org/t/gamecontrolplus-slider-value/41545/2 "2023-03-31T15:56:45Z")

</div>

Have you tried using your XBox controller with the gamepad example that comes with the library?

The hardware interface software was created many years ago by someone else and I don’t have the means or experience to get that up to date. So that could be the problem but I have no idea.

FYI I just tried my old XBox wired controller and it was not even detected.

---

<div class="post-metadata">

### Author: ![pacolux](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/pacolux/32/1893_2.png) [@pacolux](https://discourse.processing.org/u/pacolux)
#### Post date: [March 31, 2023, 6:25pm UTC](https://discourse.processing.org/t/gamecontrolplus-slider-value/41545/3 "2023-03-31T18:25:46Z")

</div>

Yes. I used the configurator to create my initial file and noticed the lack of full range. My guess from testing is its a bit depth issue. ie, Expecting 12bit number but getting a 14+bit number from the controller would produce the results I’m seeing but I haven’t looked under the hood. I’ll keep tinkering. Library still works good, just going to be very touchy controls, lol.

Thanks for the quick response!
