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
ghost opened this issue Apr 17, 2019 · 6 comments
Open

faders not going to full value on midi #26

ghost opened this issue Apr 17, 2019 · 6 comments

Comments

@ghost
Copy link

ghost 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

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

@andrewh
Copy link

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

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.

@ghost
Copy link
Author

ghost 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 commented Nov 19, 2019

So maybe the fix here is just some documentation?

@scaleandthreshold
Copy link

All my faders go from 0-125, I confirmed this in the MIDI Test Page.
I then installed the latest firmware meaning I can't use the MIDI Test, but can now use the Configuration Tool.
Same problem.

I'm not using CV just MIDI over USB.

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

No branches or pull requests

4 participants