/usr/share/SuperCollider/HelpSource/Classes/LagIn.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 24 25 26 27 28 29 | class:: LagIn
summary:: Read a control signal from a bus with a lag
related:: Classes/In, Classes/InFeedback
categories:: UGens>InOut
Description::
Read a control signal from a bus with a lag.
classmethods::
method::kr
argument::bus
The index of the bus to read in from.
argument::numChannels
The number of channels (i.e. adjacent buses) to read in. You
cannot modulate this number.
argument::lag
Lag factor.
|