Thanks for all the previous help. Â Now, I have another problem. Â I was able ground my AIN properly so random MIDI data jitter no longer occurs. Â I have 8 pots connected. Â My problem is that when any one pot is turned left a little, it emits the following data very quickly:
Tick   BO  ST D1 D2 CH Event
014ffd00 000 ffb2 5b 7e 03 CC(91)
014ffe00 000 ffb2 5b 7f 03 CC(91)
01500100 000 ffb2 5b 7d 03 CC(91)
01500180 000 ffb2 5b 7e 03 CC(91)
01500180 001 ffb2 5b 7f 03 CC(91)
01500380 000 ffb2 5b 7e 03 CC(91)
01500480 000 ffb2 5b 7f 03 CC(91)
01500700 000 ffb2 5b 7e 03 CC(91)
01500780 000 ffb2 5b 7f 03 CC(91)
I noticed that the channel number above corresponds to the pot I turned. The CC(91) is the same for whatever I turn. D1 is one less than the channel number, so it changes for each pot. D2 is always 5b.
By the way, I’m using MIDIbox64 application.
When I return the pot to the right all the way, the MIDI is silent again. Â
I should actually make something a little more clear. Â I’m actually using CV expression pedal, not plain pots. Â Also, I’m not sure what its rating is. Â Does the rating matter? Â Can I test for rating somehow (I have a multimeter)? Â If they are the wrong rating, is there some way for me to fix my setup or the pedals so everything’s compliant? Â Or did I just set things up wrong to begin with?