Skip to content

Commit

Permalink
clipping volume so Tom doesn't get an ASBO
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor Magnusson committed Jan 27, 2008
1 parent ebb8425 commit 51a44a3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -248,7 +248,7 @@
.align_(\center)
.action_({arg me;
var newdb;
newdb = me.value;
newdb = me.value.clip(-90, 6);
this.volume_(newdb);
volumeSlider.value_(volSpec.unmap(newdb));
});
Expand Down

0 comments on commit 51a44a3

Please sign in to comment.