Skip to content

Commit

Permalink
dirt: postBadValues now defaults to false
Browse files Browse the repository at this point in the history
When it posts such values, it is usually hard to know why, so the
posting doesn’t really help unless you are debugging.
  • Loading branch information
telephon committed Sep 27, 2018
1 parent 878c4a6 commit 4739b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/SuperDirt.sc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SuperDirt {
var <port, <senderAddr, <replyAddr, netResponders;
var <>receiveAction, <>warnOutOfOrbit = true, <>maxLatency = 42;

classvar <>default, <>maxSampleNumChannels = 2, <>postBadValues = true;
classvar <>default, <>maxSampleNumChannels = 2, <>postBadValues = false;

*new { |numChannels = 2, server|
^super.newCopyArgs(numChannels, server ? Server.default).init
Expand Down

0 comments on commit 4739b0e

Please sign in to comment.