Browse Source

Small changes

master
Pete Shadbolt 9 years ago
parent
commit
9f517022ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.ck

+ 1
- 1
main.ck View File

@@ -45,7 +45,7 @@ while (true) {
msg.getFloat(0)::second => loopTime;
msg.getFloat(1) => float feedback;
for( 0 => int i; i < pedals.cap(); i++ ) {
pedals[i].setLoopPoint(loopTime);
pedals[i].setLoopPoint(loopTime + (i*.1)::second);
pedals[i].setFeedback(feedback);
}
}


Loading…
Cancel
Save