Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faders not going to full value on midi #26

Open
altitude909 opened this issue Apr 17, 2019 · 5 comments
Open

faders not going to full value on midi #26

altitude909 opened this issue Apr 17, 2019 · 5 comments

Comments

@altitude909
Copy link

@altitude909 altitude909 commented Apr 17, 2019

Someone brought up that their device is sending CC values over 124 and I checked several devices here and some do some do some dont. Its persistent over all the faders for given device. 5V is good in all cases..

@jamiemccusker
Copy link

@jamiemccusker jamiemccusker commented May 6, 2019

Same issue here in the one I’ve built . Midi goes from 0-124. Any ideas?

@andrewh
Copy link

@andrewh andrewh commented May 6, 2019

I've also had issues finding the right values for MINFADER and MAXFADER in config.h. Would be good to know what others are using to get stable 0-127 over usb-midi.

I've played around and had MINFADER at 294 which went to MIDI 0, and MAXFADER at 8135 which went to MIDI 127, but the Arduino app's serial debug monitor picked up values coming in from other faders (all set to 0), so maybe there is a sensitivity issue for certain values in config.h?

@jonnybutler
Copy link

@jonnybutler jonnybutler commented Nov 15, 2019

I’ve noticed this happening depending how it’s powered. I had it plugged into my computer via a hub and that was enough to lesson the voltage it was operating with, which I think in turn affected the max midi value.

@altitude909
Copy link
Author

@altitude909 altitude909 commented Nov 15, 2019

That's how it works. The reference voltage for the faders is directly taken from the USB supply voltage and those can vary widely. What ive been doing is lowering the range of the ADC to 8000, this gives a bit of a dead spot at the top some times but it will always go to 100%

@andrewh
Copy link

@andrewh andrewh commented Nov 19, 2019

So maybe the fix here is just some documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants