Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
making _sure_ that #37 doesn't happen anymroe
Browse files Browse the repository at this point in the history
  • Loading branch information
yugecin committed Oct 15, 2016
1 parent 05ca421 commit df8b53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/itdelatrisu/opsu/audio/MultiClip.java
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ public void mute() {
val = -80.0f;
}
((FloatControl) c.getControl(FloatControl.Type.MASTER_GAIN)).setValue(val);
} catch (IllegalArgumentException ignored) {
} catch (LineUnavailableException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit df8b53d

Please sign in to comment.