/usr/share/SuperCollider/HelpSource/Classes/LagControl.schelp is in supercollider-common 1:3.8.0~repack-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | class:: LagControl
summary:: Lagged control input
related:: Classes/Control, Classes/TrigControl
categories:: UGens>Synth control
Description::
code::Control:: ugen with fixed-time lags.
classmethods::
private::ir
method::kr
argument::values
Initial value (code::Float:: or code::Array:: of Floats).
argument::lags
Lag times (code::Float:: or code::Array:: of Floats).
|