making _sure_ that #37 doesn't happen anymroe

This commit is contained in:
yugecin 2016-10-15 20:16:14 +02:00
parent 05ca421d78
commit df8b53db7a

View File

@ -250,6 +250,7 @@ public class MultiClip {
val = -80.0f;
}
((FloatControl) c.getControl(FloatControl.Type.MASTER_GAIN)).setValue(val);
} catch (IllegalArgumentException ignored) {
} catch (LineUnavailableException e) {
e.printStackTrace();
}