You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for the useful Quark!
I have found the following warning after installing your quark:
WARNING: SCDoc: In /Users/prko/Dropbox/prko/__myDocs/Writings/Making Sound using Open Sources/mixed/dev - Bleeding edge/SuperCollider.app/Contents/Resources/HelpSource/Classes/Server.schelp
Method -plotTree has 2 args, but doc has 1 argument:: tags.
WARNING: SCDoc: In /Users/prko/Dropbox/prko/__myDocs/Writings/Making Sound using Open Sources/mixed/dev - Bleeding edge/SuperCollider.app/Contents/Resources/HelpSource/Classes/Server.schelp
Method -plotTreeView has 4 args, but doc has 3 argument:: tags.```
The text in help browser is as follows:
.plotTree(interval: 0.5, tabSize: 25)
From extension in /Users/prko/Library/Application Support/SuperCollider/downloaded-quarks/adclib/Classes/GUI/SystemOverwrites/extPlotTreeScale.sc
Plot the node/group tree. As -queryAllNodes but graphical.
From extension in /Users/prko/Library/Application Support/SuperCollider/downloaded-quarks/adclib/Classes/GUI/SystemOverwrites/extPlotTreeScale.sc
Plot the node/group tree graphically on a given view.
Arguments:
interval Polling interval.
parent Parent view.
actionIfFail Function to be evaluated in case communication with the server cannot be established. \
Returns:
Function to be evaluated in order to clean up all actions performed inside the method. To be called for instance by the onClose method of the enclosing window.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the useful Quark!
I have found the following warning after installing your quark:
.plotTree(interval: 0.5, tabSize: 25)
From extension in /Users/prko/Library/Application Support/SuperCollider/downloaded-quarks/adclib/Classes/GUI/SystemOverwrites/extPlotTreeScale.sc
Plot the node/group tree. As -queryAllNodes but graphical.
Arguments:
interval
Polling interval.
.plotTreeView(interval: 0.5, parent, actionIfFail, tabSize: 25)
From extension in /Users/prko/Library/Application Support/SuperCollider/downloaded-quarks/adclib/Classes/GUI/SystemOverwrites/extPlotTreeScale.sc
Plot the node/group tree graphically on a given view.
Arguments:
interval Polling interval.
parent Parent view.
actionIfFail Function to be evaluated in case communication with the server cannot be established. \
Returns:
Function to be evaluated in order to clean up all actions performed inside the method. To be called for instance by the onClose method of the enclosing window.
The text was updated successfully, but these errors were encountered: