Forgot a help fix: Drag a dock's title bar, not divider, to reposition
[supercollider.git] / HelpSource / Classes / Proutine.schelp
blobdb4b2fcfd9bcb12b2203d90dbf5a3d55c5fd6915
1 class:: Proutine
2 summary:: pattern that embeds a routine function
3 related:: Classes/Prout, Classes/Routine
4 categories:: Streams-Patterns-Events>Patterns>Function
6 description::
8 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.
10 ClassMethods::
12 method::new
13 embeds the routine function.
15 argument::routineFunc
16 routine function.