Teensy 2.0 midi

Status
Not open for further replies.

Max1980

New member
Hi everyone, im very new to the teensy platform and have recently purchased one to build a basic midi controller to control volume on each channel on logic x.
Ive conected a sliding potentiometer to the analog input 2 and loaded - examples/teensy/usb midi/analog control change onto the tweeny.
All works fine except 2 things.

1 - the volume control on logic flickers when the potentiometer slider is set full down or fully up (almost like its flicking between 2 values)

2 - seems to be a slight delay


Any help would be appreciated i know this is probably a very basic question for alot of people but im very new to this!

Also what code would i need to enter to have a sliding potentiometer on each analog input to send midi to logic?

Thank you!

Max
 
That example is very basic and is set to only update every 20 milliseconds.

The Many_Button_Knobs is more usable. It can be configured for one pot (or use it for one for each channel to answer your last question). You can just comment out the call to the digital section if you have no buttons.
 
Last edited:
Status
Not open for further replies.
Back
Top