Example code in documentation doesn't play for LocalIn function. Missing Out.ar(0,local); #1563
Labels
bug
Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
comp: help
schelp documentation
The following example code doesn't play in LocalIn:
(
{
var local, in;
}.play;
)
Needs Out.ar(0,local); at the end.
The text was updated successfully, but these errors were encountered: