Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mimetaur committed Jun 18, 2011
1 parent 9ba5e53 commit 48d0771
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/modulatorp5/Oscillator.java
Expand Up @@ -58,12 +58,6 @@ private void setup(PApplet p_, float minR_, float maxR_, float rate_, float amou
minRate = minRt_;
maxRate = maxRt_;
angle = DEFAULT_ANGLE;

debug();
}

public void debug() {
parent.println("rate: " + rate + " amount: " + amount + " angle: " + angle);
}

public float getMinRate() {
Expand Down Expand Up @@ -116,7 +110,6 @@ public void setAmount(float newAmount) {

public void oscillate() {
angle = angle + getRate();
debug();
}

public float output() {
Expand Down

0 comments on commit 48d0771

Please sign in to comment.