#Miodec Fork for button support - buttons work and volume knobs don't

19 messages · Page 1 of 1 (latest)

lunar crater
#

Building my deej with some buttons using the Miodec fork. All of my buttons work as expected. If I comment out the button portion of my code and use the regular Deej app (Using the same config.yaml as before), my volume knobs work as expected. Using the Miodec fork makes my volume knobs stop working, but my buttons continue to work. I have attached the readout from deej-dev, the debug version from the fork. Given that some things work, I doubt that the driver is the issue, but my COM port driver is v3.5.2019.1. Anybody have any ideas why this could be happening?

upbeat zealot
#

What does the serial output of the Arduino look like? Are all the values coming back properly?

lunar crater
#

Yes! I forgot to mention, the serial output is exactly what I would expect. I suspect that if they weren't the regular deej app wouldn't have worked properly

upbeat zealot
#

So it had the knobs values and then the button values with a b in front? e.g. a400|a500|a900|b1|b0
I think I'm a little off on the exact format / contents, I think the analog knob values had an 'a' in front of them maybe.

lunar crater
#

My analog values did not have an a in front of it! I guess I didn’t look closely enough at the documentation 😅

#

I’ll put that in and get back to you

lunar crater
#

Taking a look at the arduino code it's an 's', but adding that fixed it. Thank you for your help!

upbeat zealot
#

S for slider! That makes sense! I'm glad that worked!

forest fractal
#

Hey guys, I'm just having this same issue and I'm wondering, where is the documention that states you need an s/b infront of the value for sliders/buttons?

pale wigeon
forest fractal
#

damn

#

thats fun

pale wigeon
#

the ino from the fork has the code for it there. what are you trying to do?

forest fractal
#

just getting it to work lol

forest fractal
pale wigeon
#

are you not using the ino in the deej-5-sliders-vanilla folder?

forest fractal
#

oh I see

#

thats rather embarrassing for me

#

thank you though