Replies: 3 comments 1 reply
-
Please provide detailed information of what doesn't work (include compiler errors/warnings, steps to reproduce, descriptions of the behavior you want, and the behavior you observe, etc.). |
Beta Was this translation helpful? Give feedback.
-
`#include "Control_Surface.h" class PanJoystick : public MIDIOutputElement { public:
private: }; // ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: // USBMIDI_Interface midi; PanJoystick joystick = {{bank, BankType::ChangeChannel},{28, 27}, {118,CHANNEL_16 }}; void setup() { void loop() { now it can work,but I need declare many address in PanJoystick |
Beta Was this translation helpful? Give feedback.
-
now I have the LED trouble.
if I use this ,it works well ,but,fastled use much cpu,so my joystick cant get 0 at center quickly,must slowly comeback to center. if I add an condition if I user a button.update(). it not correct everytime.
so is there have a good idea? thanks. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions