/usr/share/SuperCollider/HelpSource/Classes/Proutine.schelp is in supercollider-common 1:3.6.3~repack-5.
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 | class:: Proutine
summary:: pattern that embeds a routine function
related:: Classes/Prout, Classes/Routine
categories:: Streams-Patterns-Events>Patterns>Function
description::
Proutine is similar to link::Classes/Prout::, it only simply embeds the function instead of creating a separate routine. This can be more efficient when used within other patterns.
ClassMethods::
method::new
embeds the routine function.
argument::routineFunc
routine function.
|