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?
#Miodec Fork for button support - buttons work and volume knobs don't
19 messages · Page 1 of 1 (latest)
What does the serial output of the Arduino look like? Are all the values coming back properly?
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
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.
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
Taking a look at the arduino code it's an 's', but adding that fixed it. Thank you for your help!
S for slider! That makes sense! I'm glad that worked!
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?
dont guess there is any documentation but thats how the miodec fork is programmed
the ino from the fork has the code for it there. what are you trying to do?
just getting it to work lol
was there a provided .ino
are you not using the ino in the deej-5-sliders-vanilla folder?