Skip to content

Conversation

@thiagohersan
Copy link
Member

No description provided.

int GateVal = map(readingAverage[2], 0, 1023, 0, 127);

// http://www.midikits.net/downloads/source/cv2midi.txt
if ((GateVal >= GATE_THRESHOLD) && (!bNoteOn)) {
Copy link
Member Author

Choose a reason for hiding this comment

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

es posible que eso no necesite average y no sea por threshold, pero un simples ON/OFF digital

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.

1 participant