Need help with Midi input reading
i'm working on midi mixer- main problem i'm facing right storing/recalling pot values.
ex.... once parameter adjusted pot , project saved via music software- when open different project parameters assigned same pot adjust pot value- if adjust knob, turn on accident...etc
so set lcd screen read midi software parameters , keep them until pot adjusted exact parameter/value
i familiar basic wiring midi input-
i'm noob arduino code/library
so i'm not sure how write midi read code or how implement i'd do-
but here noobs interpretation of functions need
something
print lcd midicc16, channel 2, value
if pot1 != midi cc16, channel 2, value
pot1 nothing
if pot1 = midi cc16, channel 2 value
analogread pot1
send pot 1 info midi cc16, channel 2, new value 80
print new value lcd screen
ex.... once parameter adjusted pot , project saved via music software- when open different project parameters assigned same pot adjust pot value- if adjust knob, turn on accident...etc
so set lcd screen read midi software parameters , keep them until pot adjusted exact parameter/value
i familiar basic wiring midi input-
i'm noob arduino code/library
so i'm not sure how write midi read code or how implement i'd do-
but here noobs interpretation of functions need
something
print lcd midicc16, channel 2, value
if pot1 != midi cc16, channel 2, value
pot1 nothing
if pot1 = midi cc16, channel 2 value
analogread pot1
send pot 1 info midi cc16, channel 2, new value 80
print new value lcd screen
quote
so set lcd screen read midi software parameters , keep them until pot adjusted exact parameter/value
i've never seen piece of hardware (the lcd) read code.
try again.
Arduino Forum > Using Arduino > Programming Questions > Need help with Midi input reading
arduino
Comments
Post a Comment