Skip to content
Snippets Groups Projects
Commit c793da03 authored by Josh Siegle's avatar Josh Siegle
Browse files

Change event channel in PhaseDetector

parent a89f2eaa
Branches
Tags
No related merge requests found
......@@ -107,7 +107,7 @@ void PhaseDetector::handleEvent(int eventType, MidiMessage& event, int sampleNum
// {
// canBeTriggered = true;
// }
if (eventId == 0 && eventChannel == 5)
if (eventId == 0 && eventChannel == 1)
{
triggerOnPeak = randomNumberGenerator.nextBool();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment