Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create NoteButtonMatrix & Potentiometers #93

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

4dvn
Copy link

@4dvn 4dvn commented Jan 23, 2020

No need shift registors to adding more buttons and potentiometer with mattix method

No need shift registors to adding more buttons and potentiometer with mattix method
Copy link

@Romek1234 Romek1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CCPotentiometer potentiometer(A0, {MIDI_CC::Channel_Volume, CHANNEL_2});

CCPotentiometer potentiometer1(A1, {MIDI_CC::Channel_Volume, CHANNEL_3});

CCPotentiometer potentiometer2(A2, {MIDI_CC::Channel_Volume, CHANNEL_4});

CCPotentiometer potentiometer3(A3, {MIDI_CC::Channel_Volume, CHANNEL_5});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants