Skip to content

Commit

Permalink
Astro Vibe: Travel Trigger Input does not work #1
Browse files Browse the repository at this point in the history
Addressing Astro Vibe: Travel Trigger Input does not work #1
  • Loading branch information
patheros committed May 7, 2022
1 parent e7e9d42 commit 70ec4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AstroVibe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ struct AstroVibe : Module {
}
}
{
float is = inputs[TRAVEL_TRIG_1_INPUT].getVoltageSum();
float is = inputs[TRAVEL_TRIG_1_INPUT + ri].getVoltageSum();
bool was = rows[ri].resetTriggerHigh;
if(is > 2.0f && !was){
rows[ri].resetTriggerHigh = true;
Expand Down

0 comments on commit 70ec4eb

Please sign in to comment.