Forum Rule: Always post complete source code & details to reproduce any issue!
-
Teensy 2.0 midi
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
-
Senior Member
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 by oddson; 05-28-2019 at 04:27 AM.
-
Thank you very much for your reply i will give that a try today.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules