tttapa / MIDI_controller

This is a library for creating a MIDI controller using an Arduino or Teensy board.
GNU General Public License v3.0
404 stars 69 forks source link

a consistent increase in the value of the rotary encoder #69

Closed santta closed 5 years ago

santta commented 5 years ago

Description of the problem or question

Hello, I thank you for the wonderful library!!! I want to use your library for Lightroom, too. Faced with the problem of using rotary encoder-only one value of the selected midi CC is sent when rotating to the right, also when rotating to the left, the same value is sent. How can I adjust the sequential increase in the value of the desired midi CC, when turning the rotary encoder, like an analog potentiometer?

Steps to reproduce the problem

when I turn the encoder that sends midi cc (date1) and (date2) . But the value (date2) does not increase with further rotation! lightroom doesn't see this action.

I have the exact same problem as MistrKernnunos. I need instructions on how to fix the problem

Hardware

Arduino board: Arduino Leonardo

Software versions:

MIDI Controller library: 3.1.0 Arduino IDE: 1.8.7 Operating System: Windows10

2018-11-27_00-04-03

tttapa commented 5 years ago

See #68.