Skip to content

I want to check MIDI note before it plays #280

Answered by franky47
fapplin asked this question in Q&A
Discussion options

You must be logged in to vote

Hum could it be that the SoftThru feature is replaying the incoming note?

You may want to disable it in setup:

void setup()
{
  MIDI.begin();
  MIDI.turnThruOff();
}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@fapplin
Comment options

@fapplin
Comment options

@franky47
Comment options

@fapplin
Comment options

Answer selected by franky47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants