repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
class library: SynthDef - lazy implementation of removeUGen
[supercollider.git]
/
HelpSource
/
Classes
/
PSinGrain.schelp
blob
4c8d3302b36450cbd82c862acdd8cfc17c6a1e4e
1
class:: PSinGrain
2
summary:: Very fast sine grain with a parabolic envelope
3
categories:: UGens>Generators>Deterministic
4
5
6
Description::
7
8
Very fast sine grain with a parabolic envelope.
9
10
11
classmethods::
12
private:: categories
13
14
method::ar
15
16
argument::freq
17
18
Frequency in Hertz.
19
20
21
argument::dur
22
23
Grain duration.
24
25
26
argument::amp
27
28
Grain amplitude.
29