We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0
#N canvas 511 225 762 387 10; #X obj 127 161 dac~; #X obj 128 101 line~; #X obj 128 40 loadbang; #X msg 128 71 220; #X msg 199 70 \$1 1000; #X obj 199 40 r freq; #X obj 128 130 phasor~; #X obj 231 117 print; #X connect 1 0 6 0; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 4 0 1 0; #X connect 4 0 7 0; #X connect 5 0 4 0; #X connect 6 0 0 0; #X connect 6 0 0 1;
Click on $1 1000 with Edit Mode off in this example, and you'll get the error invalid [line~] value $1, instead of just passing zero value.
$1 1000
invalid [line~] value $1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Click on
$1 1000
with Edit Mode off in this example, and you'll get the errorinvalid [line~] value $1
, instead of just passing zero value.The text was updated successfully, but these errors were encountered: