ruby_learner 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.travis.yml +5 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +58 -0
- data/LICENSE.txt +21 -0
- data/README.md +65 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/new_terminal +25 -0
- data/bin/setup +8 -0
- data/docs/happy_ruby/RussOlsen_EloquentRuby_c1.pdf +0 -0
- data/docs/happy_ruby/RussOlsen_EloquentRuby_c5.pdf +0 -0
- data/docs/happy_ruby/TanoshiiRuby_v3_c23.pdf +0 -0
- data/docs/happy_ruby/TanoshiiRuby_v5_c1.pdf +0 -0
- data/docs/happy_ruby/TanoshiiRuby_v5_c2-3.pdf +0 -0
- data/docs/happy_ruby/c2.ipynb +479 -0
- data/docs/happy_ruby/c3_4.ipynb +237 -0
- data/docs/seminar/8-1.org +18 -0
- data/exe/ruby_learner +5 -0
- data/lib/ruby_learner/h.rb +14 -0
- data/lib/ruby_learner/methods.rb +131 -0
- data/lib/ruby_learner/random_h.rb +16 -0
- data/lib/ruby_learner/ruby_learner.rb +43 -0
- data/lib/ruby_learner/sequential_h.rb +15 -0
- data/lib/ruby_learner/typing_practice.rb +21 -0
- data/lib/ruby_learner/version.rb +3 -0
- data/questions/random_check/.rspec +1 -0
- data/questions/random_check/random_h.rb +16 -0
- data/questions/random_check/section_1/.rspec +1 -0
- data/questions/random_check/section_1/lib/answer.rb +15 -0
- data/questions/random_check/section_1/lib/sentence.org +9 -0
- data/questions/random_check/section_1/lib/workplace.rb +5 -0
- data/questions/random_check/section_1/spec/spec_helper.rb +100 -0
- data/questions/random_check/section_1/spec/workplace_spec.rb +10 -0
- data/questions/random_check/section_2/.rspec +1 -0
- data/questions/random_check/section_2/lib/answer.rb +17 -0
- data/questions/random_check/section_2/lib/sentence.org +12 -0
- data/questions/random_check/section_2/lib/workplace.rb +5 -0
- data/questions/random_check/section_2/spec/.rspec +1 -0
- data/questions/random_check/section_2/spec/spec_helper.rb +100 -0
- data/questions/random_check/section_2/spec/workplace_spec.rb +11 -0
- data/questions/sequential_check/section_1/part_1/lib/answer.rb +9 -0
- data/questions/sequential_check/section_1/part_1/lib/sentence.org +9 -0
- data/questions/sequential_check/section_1/part_1/lib/workplace.rb +5 -0
- data/questions/sequential_check/section_1/part_1/spec/spec_helper.rb +100 -0
- data/questions/sequential_check/section_1/part_1/spec/workplace_spec.rb +10 -0
- data/questions/sequential_check/section_1/part_2/lib/answer.rb +16 -0
- data/questions/sequential_check/section_1/part_2/lib/sentence.org +12 -0
- data/questions/sequential_check/section_1/part_2/lib/workplace.rb +5 -0
- data/questions/sequential_check/section_1/part_2/spec/.rspec +1 -0
- data/questions/sequential_check/section_1/part_2/spec/spec_helper.rb +100 -0
- data/questions/sequential_check/section_1/part_2/spec/workplace_spec.rb +11 -0
- data/ruby_learner.gemspec +41 -0
- data/takahashi/docs/README.org +139 -0
- data/takahashi/docs/drill.html +875 -0
- data/takahashi/docs/drill.html~ +877 -0
- data/takahashi/docs/drill.org +446 -0
- data/takahashi/docs/ruby_for_beginner.html +2642 -0
- data/takahashi/docs/ruby_for_beginner.org +1430 -0
- data/takahashi/sample_prog/answer/10_1.rb +5 -0
- data/takahashi/sample_prog/answer/11_1.rb +5 -0
- data/takahashi/sample_prog/answer/11_2.rb +4 -0
- data/takahashi/sample_prog/answer/1_1.rb +1 -0
- data/takahashi/sample_prog/answer/1_2.rb +1 -0
- data/takahashi/sample_prog/answer/1_3.rb +1 -0
- data/takahashi/sample_prog/answer/2_1.rb +5 -0
- data/takahashi/sample_prog/answer/2_2.rb +12 -0
- data/takahashi/sample_prog/answer/3_1.rb +10 -0
- data/takahashi/sample_prog/answer/4_1.rb +7 -0
- data/takahashi/sample_prog/answer/5_1.rb +6 -0
- data/takahashi/sample_prog/answer/5_2.rb +3 -0
- data/takahashi/sample_prog/answer/6_1.rb +3 -0
- data/takahashi/sample_prog/answer/6_2.rb +5 -0
- data/takahashi/sample_prog/answer/6_3.rb +5 -0
- data/takahashi/sample_prog/answer/6_4.rb +7 -0
- data/takahashi/sample_prog/answer/7_1.rb +3 -0
- data/takahashi/sample_prog/answer/7_2.rb +8 -0
- data/takahashi/sample_prog/answer/9_1.rb +3 -0
- data/takahashi/sample_prog/answer/9_2.rb +5 -0
- data/takahashi/sample_prog/answer/9_3.rb +10 -0
- data/takahashi/sample_prog/answer/hello.rb +3 -0
- data/workshop/.rspec +1 -0
- data/workshop/emacs.d/ac-comphist.dat +50 -0
- data/workshop/emacs.d/cp5022x.el +156 -0
- data/workshop/emacs.d/elpa/archives/gnu/archive-contents +1240 -0
- data/workshop/emacs.d/elpa/archives/melpa/archive-contents +2 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete-autoloads.el +65 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete-config.el +551 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete-config.elc +0 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete-pkg.el +6 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete.el +2164 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete.elc +0 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/ada-mode +72 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/c++-mode +99 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/c-mode +55 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/caml-mode +231 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/clojure-mode +580 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/clojurescript-mode +475 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/coq-mode +278 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/css-mode +874 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/erlang-mode +216 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/ess-julia-mode +37 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/go-mode +25 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/haskell-mode +679 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/java-mode +53 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/js-mode +148 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/julia-mode +37 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/lua-mode +21 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/nim-mode +70 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/objc-mode +161 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/octave-mode +46 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/php-mode +6144 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/python-mode +379 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/qml-mode +183 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/ruby-mode +181 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/scala-mode +1347 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/scheme-mode +216 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/sclang-mode +1481 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/sh-mode +182 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/swift-mode +87 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/tcl-mode +172 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/ts-mode +797 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/tuareg-mode +231 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/verilog-mode +313 -0
- data/workshop/emacs.d/elpa/better-defaults-20170613.2104/better-defaults-autoloads.el +16 -0
- data/workshop/emacs.d/elpa/better-defaults-20170613.2104/better-defaults-pkg.el +2 -0
- data/workshop/emacs.d/elpa/better-defaults-20170613.2104/better-defaults.el +90 -0
- data/workshop/emacs.d/elpa/better-defaults-20170613.2104/better-defaults.elc +0 -0
- data/workshop/emacs.d/elpa/haml-mode-20170923.2153/haml-mode-autoloads.el +26 -0
- data/workshop/emacs.d/elpa/haml-mode-20170923.2153/haml-mode-pkg.el +2 -0
- data/workshop/emacs.d/elpa/haml-mode-20170923.2153/haml-mode.el +877 -0
- data/workshop/emacs.d/elpa/haml-mode-20170923.2153/haml-mode.elc +0 -0
- data/workshop/emacs.d/elpa/haml-mode-readme.txt +8 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-light-theme.el +918 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-light-theme.elc +0 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-theme-autoloads.el +32 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-theme-pkg.el +8 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-theme.el +912 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-theme.elc +0 -0
- data/workshop/emacs.d/elpa/ox-bibtex-chinese-readme.txt +21 -0
- data/workshop/emacs.d/elpa/popup-20160709.729/popup-autoloads.el +15 -0
- data/workshop/emacs.d/elpa/popup-20160709.729/popup-pkg.el +2 -0
- data/workshop/emacs.d/elpa/popup-20160709.729/popup.el +1432 -0
- data/workshop/emacs.d/elpa/popup-20160709.729/popup.elc +0 -0
- data/workshop/emacs.d/elpa/yaml-mode-20180212.1556/yaml-mode-autoloads.el +33 -0
- data/workshop/emacs.d/elpa/yaml-mode-20180212.1556/yaml-mode-pkg.el +2 -0
- data/workshop/emacs.d/elpa/yaml-mode-20180212.1556/yaml-mode.el +470 -0
- data/workshop/emacs.d/elpa/yaml-mode-20180212.1556/yaml-mode.elc +0 -0
- data/workshop/emacs.d/elpa/yaml-mode-readme.txt +25 -0
- data/workshop/emacs.d/haml-mode-master/.gitignore +1 -0
- data/workshop/emacs.d/haml-mode-master/.mailmap +2 -0
- data/workshop/emacs.d/haml-mode-master/MIT-LICENSE +20 -0
- data/workshop/emacs.d/haml-mode-master/README.md +47 -0
- data/workshop/emacs.d/haml-mode-master/haml-mode.el +887 -0
- data/workshop/emacs.d/iceberg_theme.el +202 -0
- data/workshop/emacs.d/init-open-recentf.el +133 -0
- data/workshop/emacs.d/init.el +229 -0
- data/workshop/emacs.d/inits/line-num.el +264 -0
- data/workshop/emacs.d/install-elisp.el +366 -0
- data/workshop/emacs.d/markdown-mode/markdown-mode.el +5978 -0
- data/workshop/emacs.d/notes +12 -0
- data/workshop/emacs.d/processing-mode/processing-mode.el +275 -0
- data/workshop/emacs.d/recentf +31 -0
- data/workshop/emacs.d/ruby-mode/inf-ruby.el +416 -0
- data/workshop/emacs.d/ruby-mode/rdoc-mode.el +130 -0
- data/workshop/emacs.d/ruby-mode/ruby-electric.el +205 -0
- data/workshop/emacs.d/ruby-mode/ruby-mode.el +1496 -0
- data/workshop/emacs.d/ruby-mode/ruby-style.el +78 -0
- data/workshop/emacs.d/ruby-mode/rubydb2x.el +104 -0
- data/workshop/emacs.d/ruby-mode/rubydb3x.el +115 -0
- data/workshop/emacs.d/ruby_learner_init.el +244 -0
- data/workshop/emacs.d/themes/dracula-theme.el +431 -0
- data/workshop/emacs.d/themes/iceberg-theme.el +205 -0
- data/workshop/emacs.d/themes/my-misterioso-theme.el +109 -0
- data/workshop/emacs.d/themes/my-wombat-theme.el +121 -0
- data/workshop/emacs.d/wiki-mode/wiki.el +976 -0
- data/workshop/emacs_help.org +34 -0
- data/workshop/lib/answer.rb +1 -0
- data/workshop/lib/sentence.org +1 -0
- data/workshop/lib/workplace.rb +1 -0
- data/workshop/restore/empty.rb +0 -0
- data/workshop/spec/spec_helper.rb +100 -0
- data/workshop/spec/workplace_spec.rb +1 -0
- data/workshop/training_data.txt +3 -0
- metadata +343 -0
@@ -0,0 +1,1481 @@
|
|
1
|
+
A2K
|
2
|
+
A2K
|
3
|
+
abs
|
4
|
+
absdif
|
5
|
+
AbstractFunction
|
6
|
+
AbstractIn
|
7
|
+
AbstractOut
|
8
|
+
AbstractServerAction
|
9
|
+
acos
|
10
|
+
addition
|
11
|
+
Adverbs
|
12
|
+
AllpassC
|
13
|
+
AllpassL
|
14
|
+
AllpassN
|
15
|
+
amclip
|
16
|
+
AmpComp
|
17
|
+
AmpComp
|
18
|
+
AmpCompA
|
19
|
+
AmpCompA
|
20
|
+
ampdb
|
21
|
+
Amplitude
|
22
|
+
Amplitude
|
23
|
+
APF
|
24
|
+
AppClock
|
25
|
+
Archive
|
26
|
+
Array
|
27
|
+
Array2D
|
28
|
+
ArrayedCollection
|
29
|
+
asin
|
30
|
+
Assignment
|
31
|
+
Association
|
32
|
+
asTarget
|
33
|
+
atan
|
34
|
+
atan2
|
35
|
+
AudioControl
|
36
|
+
AudioIn
|
37
|
+
audio_rate_mapping
|
38
|
+
AutoClassHelper
|
39
|
+
Bag
|
40
|
+
Balance2
|
41
|
+
Balance2
|
42
|
+
Ball
|
43
|
+
Ball
|
44
|
+
BAllPass
|
45
|
+
BAllPass
|
46
|
+
BasicOpUGen
|
47
|
+
basic_live_coding_techniques
|
48
|
+
BBandPass
|
49
|
+
BBandPass
|
50
|
+
BBandStop
|
51
|
+
BBandStop
|
52
|
+
BeatTrack
|
53
|
+
BeatTrack
|
54
|
+
BeatTrack
|
55
|
+
BeatTrack2
|
56
|
+
BeatTrack2
|
57
|
+
BeatTrack2
|
58
|
+
BEQSuite
|
59
|
+
BEQSuite
|
60
|
+
BHiPass
|
61
|
+
BHiPass
|
62
|
+
BHiPass4
|
63
|
+
BHiShelf
|
64
|
+
BHiShelf
|
65
|
+
BinaryOpFunction
|
66
|
+
BinaryOpStream
|
67
|
+
BinaryOpUGen
|
68
|
+
BiPanB2
|
69
|
+
BiPanB2
|
70
|
+
Blip
|
71
|
+
Blip
|
72
|
+
BLowPass
|
73
|
+
BLowPass
|
74
|
+
BLowPass4
|
75
|
+
BLowShelf
|
76
|
+
BLowShelf
|
77
|
+
Boolean
|
78
|
+
BPeakEQ
|
79
|
+
BPeakEQ
|
80
|
+
BPF
|
81
|
+
BPF
|
82
|
+
BPZ2
|
83
|
+
BPZ2
|
84
|
+
BRF
|
85
|
+
BRF
|
86
|
+
BrownNoise
|
87
|
+
BrownNoise
|
88
|
+
BRZ2
|
89
|
+
BRZ2
|
90
|
+
BufAllpassC
|
91
|
+
BufAllpassL
|
92
|
+
BufAllpassN
|
93
|
+
BufChannels
|
94
|
+
BufChannels
|
95
|
+
BufCombC
|
96
|
+
BufCombL
|
97
|
+
BufCombN
|
98
|
+
BufDelayC
|
99
|
+
BufDelayL
|
100
|
+
BufDelayN
|
101
|
+
BufDur
|
102
|
+
BufDur
|
103
|
+
Buffer
|
104
|
+
Buffers
|
105
|
+
BufFrames
|
106
|
+
BufFrames
|
107
|
+
BufRateScale
|
108
|
+
BufRateScale
|
109
|
+
BufRd
|
110
|
+
BufRd
|
111
|
+
BufSampleRate
|
112
|
+
BufSampleRate
|
113
|
+
BufSamples
|
114
|
+
BufSamples
|
115
|
+
BufWr
|
116
|
+
BufWr
|
117
|
+
bundledCommands
|
118
|
+
Bus
|
119
|
+
BusPlug
|
120
|
+
Busses
|
121
|
+
Button
|
122
|
+
CCResponder
|
123
|
+
ceil
|
124
|
+
Changed
|
125
|
+
Changed
|
126
|
+
ChaosGen
|
127
|
+
Char
|
128
|
+
CheckBadValues
|
129
|
+
Class
|
130
|
+
Classes
|
131
|
+
ClassHelpTemplate
|
132
|
+
ClearBuf
|
133
|
+
ClientVsServer
|
134
|
+
Clip
|
135
|
+
Clip
|
136
|
+
clip2
|
137
|
+
ClipNoise
|
138
|
+
ClipNoise
|
139
|
+
Clock
|
140
|
+
CmdPeriod
|
141
|
+
cmds
|
142
|
+
CocoaMenuItem
|
143
|
+
CoinGate
|
144
|
+
CoinGate
|
145
|
+
Collection
|
146
|
+
Collections
|
147
|
+
Color
|
148
|
+
CombC
|
149
|
+
CombL
|
150
|
+
CombN
|
151
|
+
Comments
|
152
|
+
Compander
|
153
|
+
Compander
|
154
|
+
CompanderD
|
155
|
+
Complex
|
156
|
+
CompositeView
|
157
|
+
Condition
|
158
|
+
ContiguousBlockAllocator
|
159
|
+
Control
|
160
|
+
Control-Structures
|
161
|
+
ControlDur
|
162
|
+
ControlName
|
163
|
+
ControlRate
|
164
|
+
ControlSpec
|
165
|
+
convertRhythm
|
166
|
+
Convolution
|
167
|
+
Convolution2
|
168
|
+
Convolution2L
|
169
|
+
Convolution3
|
170
|
+
cos
|
171
|
+
COsc
|
172
|
+
COsc
|
173
|
+
cosh
|
174
|
+
cpsmidi
|
175
|
+
cpsoct
|
176
|
+
Crackle
|
177
|
+
Crackle
|
178
|
+
Creating-Standalone-Applications
|
179
|
+
Crossplatform
|
180
|
+
CSVFileReader
|
181
|
+
cubed
|
182
|
+
CuspL
|
183
|
+
CuspL
|
184
|
+
CuspN
|
185
|
+
CuspN
|
186
|
+
Date
|
187
|
+
dbamp
|
188
|
+
Dbrown
|
189
|
+
Dbrown
|
190
|
+
Dbufrd
|
191
|
+
Dbufrd
|
192
|
+
Dbufwr
|
193
|
+
Dbufwr
|
194
|
+
DC
|
195
|
+
DC
|
196
|
+
Debugging-tips
|
197
|
+
DebugNodeWatcher
|
198
|
+
Decay
|
199
|
+
Decay
|
200
|
+
Decay2
|
201
|
+
Decay2
|
202
|
+
DecodeB2
|
203
|
+
DecodeB2
|
204
|
+
default_group
|
205
|
+
DegreeToKey
|
206
|
+
DegreeToKey
|
207
|
+
Delay1
|
208
|
+
Delay2
|
209
|
+
DelayC
|
210
|
+
DelayL
|
211
|
+
DelayN
|
212
|
+
DelTapRd
|
213
|
+
DelTapRd
|
214
|
+
DelTapWr
|
215
|
+
DelTapWr
|
216
|
+
Demand
|
217
|
+
Demand
|
218
|
+
DemandEnvGen
|
219
|
+
DemandEnvGen
|
220
|
+
DemandEnvGen
|
221
|
+
DetectIndex
|
222
|
+
DetectIndex
|
223
|
+
DetectSilence
|
224
|
+
DetectSilence
|
225
|
+
DetectSilence
|
226
|
+
Dgeom
|
227
|
+
Dgeom
|
228
|
+
Dialog
|
229
|
+
Dibrown
|
230
|
+
Dictionary
|
231
|
+
difsqr
|
232
|
+
DiskIn
|
233
|
+
DiskIn
|
234
|
+
DiskIn
|
235
|
+
DiskOut
|
236
|
+
DiskOut
|
237
|
+
DiskOut
|
238
|
+
distort
|
239
|
+
division
|
240
|
+
Diwhite
|
241
|
+
Document
|
242
|
+
DocumentAutoCompletion
|
243
|
+
Donce
|
244
|
+
Done
|
245
|
+
Done
|
246
|
+
DoubleArray
|
247
|
+
Dpoll
|
248
|
+
Dpoll
|
249
|
+
DragBoth
|
250
|
+
DragSink
|
251
|
+
DragSource
|
252
|
+
Drand
|
253
|
+
Drand
|
254
|
+
Dreset
|
255
|
+
Dreset
|
256
|
+
Dseq
|
257
|
+
Dseq
|
258
|
+
Dser
|
259
|
+
Dser
|
260
|
+
Dseries
|
261
|
+
Dseries
|
262
|
+
Dshuf
|
263
|
+
Dshuf
|
264
|
+
Dstutter
|
265
|
+
Dstutter
|
266
|
+
Dswitch
|
267
|
+
Dswitch
|
268
|
+
Dswitch1
|
269
|
+
Dswitch1
|
270
|
+
DUGen
|
271
|
+
Dunique
|
272
|
+
Dust
|
273
|
+
Dust
|
274
|
+
Dust2
|
275
|
+
Dust2
|
276
|
+
Duty
|
277
|
+
Duty
|
278
|
+
Dwhite
|
279
|
+
Dwhite
|
280
|
+
Dwrand
|
281
|
+
Dwrand
|
282
|
+
Dxrand
|
283
|
+
DynKlang
|
284
|
+
DynKlang
|
285
|
+
DynKlank
|
286
|
+
DynKlank
|
287
|
+
DynKlank
|
288
|
+
EmacsEditor
|
289
|
+
EmacsGUI
|
290
|
+
Env
|
291
|
+
EnvelopeView
|
292
|
+
EnvGate
|
293
|
+
EnvGen
|
294
|
+
EnvGen
|
295
|
+
EnvirGui
|
296
|
+
Environment
|
297
|
+
EnvironmentRedirect
|
298
|
+
Error
|
299
|
+
Event
|
300
|
+
EventPatternProxy
|
301
|
+
EventPatternProxy
|
302
|
+
EventStream
|
303
|
+
EventStreamPlayer
|
304
|
+
Event_types
|
305
|
+
Exception
|
306
|
+
excess
|
307
|
+
exp
|
308
|
+
exponentiation
|
309
|
+
ExpRand
|
310
|
+
ExpRand
|
311
|
+
ExpRand
|
312
|
+
Expression-Sequence
|
313
|
+
EZGui
|
314
|
+
EZKnob
|
315
|
+
EZLists
|
316
|
+
EZListView
|
317
|
+
EZNumber
|
318
|
+
EZPopUpMenu
|
319
|
+
EZRanger
|
320
|
+
EZScroller
|
321
|
+
EZSlider
|
322
|
+
EZText
|
323
|
+
False
|
324
|
+
FBSineC
|
325
|
+
FBSineC
|
326
|
+
FBSineL
|
327
|
+
FBSineL
|
328
|
+
FBSineN
|
329
|
+
FBSineN
|
330
|
+
Fdef
|
331
|
+
FFT
|
332
|
+
FFTTrigger
|
333
|
+
File
|
334
|
+
FileReader
|
335
|
+
Filter
|
336
|
+
FilterPattern
|
337
|
+
FilterPattern
|
338
|
+
Float
|
339
|
+
FloatArray
|
340
|
+
floor
|
341
|
+
FlowLayout
|
342
|
+
FlowView
|
343
|
+
Fold
|
344
|
+
Fold
|
345
|
+
fold2
|
346
|
+
Font
|
347
|
+
Formant
|
348
|
+
Formant
|
349
|
+
Formlet
|
350
|
+
Formlet
|
351
|
+
FOS
|
352
|
+
FOS
|
353
|
+
frac
|
354
|
+
Frame
|
355
|
+
Free
|
356
|
+
Free
|
357
|
+
FreeSelf
|
358
|
+
FreeSelf
|
359
|
+
FreeSelfWhenDone
|
360
|
+
FreeSelfWhenDone
|
361
|
+
FreeVerb
|
362
|
+
FreeVerb2
|
363
|
+
FreqScope
|
364
|
+
FreqScopeView
|
365
|
+
FreqShift
|
366
|
+
FreqShift
|
367
|
+
FreqShift
|
368
|
+
FSinOsc
|
369
|
+
FSinOsc
|
370
|
+
FuncFilterPattern
|
371
|
+
Function
|
372
|
+
FunctionDef
|
373
|
+
FunctionList
|
374
|
+
Functions
|
375
|
+
Gate
|
376
|
+
GbmanL
|
377
|
+
GbmanL
|
378
|
+
GbmanN
|
379
|
+
GbmanN
|
380
|
+
Gendy1
|
381
|
+
Gendy1
|
382
|
+
Gendy2
|
383
|
+
Gendy2
|
384
|
+
Gendy3
|
385
|
+
Gendy3
|
386
|
+
GeneralHID
|
387
|
+
GeneralHIDDevice
|
388
|
+
GeneralHIDSlot
|
389
|
+
GeneralHIDSpec
|
390
|
+
Glossary
|
391
|
+
Gradient
|
392
|
+
GrainBuf
|
393
|
+
GrainBuf
|
394
|
+
GrainFM
|
395
|
+
GrainIn
|
396
|
+
GrainSin
|
397
|
+
GrayNoise
|
398
|
+
GrayNoise
|
399
|
+
greaterorequalthan
|
400
|
+
greaterthan
|
401
|
+
Group
|
402
|
+
Groups
|
403
|
+
GUI
|
404
|
+
gui
|
405
|
+
GUI-Classes
|
406
|
+
GUI-Overview
|
407
|
+
GVerb
|
408
|
+
Harmonics
|
409
|
+
Hasher
|
410
|
+
Hasher
|
411
|
+
Help
|
412
|
+
HelpDocsLicensing
|
413
|
+
Helper
|
414
|
+
HelpSearchResult
|
415
|
+
HenonC
|
416
|
+
HenonC
|
417
|
+
HenonL
|
418
|
+
HenonL
|
419
|
+
HenonN
|
420
|
+
HenonN
|
421
|
+
HIDDeviceService
|
422
|
+
Hilbert
|
423
|
+
HilbertFIR
|
424
|
+
HiliteGradient
|
425
|
+
History
|
426
|
+
HistoryGui
|
427
|
+
HLayoutView
|
428
|
+
How-to-Use-the-Interpreter
|
429
|
+
HPF
|
430
|
+
HPF
|
431
|
+
HPZ1
|
432
|
+
HPZ1
|
433
|
+
HPZ2
|
434
|
+
HPZ2
|
435
|
+
hypot
|
436
|
+
hypotApx
|
437
|
+
IdentityBag
|
438
|
+
IdentityDictionary
|
439
|
+
IdentitySet
|
440
|
+
IEnvGen
|
441
|
+
IEnvGen
|
442
|
+
if
|
443
|
+
IFFT
|
444
|
+
Impulse
|
445
|
+
Impulse
|
446
|
+
In
|
447
|
+
Index
|
448
|
+
Index
|
449
|
+
IndexInBetween
|
450
|
+
IndexInBetween
|
451
|
+
IndexL
|
452
|
+
IndexL
|
453
|
+
InFeedback
|
454
|
+
Infinitum
|
455
|
+
initClass
|
456
|
+
InRange
|
457
|
+
InRange
|
458
|
+
InRect
|
459
|
+
InRect
|
460
|
+
Int16Array
|
461
|
+
Int32Array
|
462
|
+
Int8Array
|
463
|
+
Integer
|
464
|
+
Integrator
|
465
|
+
Integrator
|
466
|
+
Integrator
|
467
|
+
Internal-Snooping
|
468
|
+
InterplEnv
|
469
|
+
InterplPairs
|
470
|
+
InterplXYC
|
471
|
+
Interpreter
|
472
|
+
Interval
|
473
|
+
InTrig
|
474
|
+
Intro-to-Objects
|
475
|
+
Introductory_tutorial
|
476
|
+
IRand
|
477
|
+
IRand
|
478
|
+
IRand
|
479
|
+
isKindOf
|
480
|
+
isNegative
|
481
|
+
isPositive
|
482
|
+
isStrictlyPositive
|
483
|
+
JITGui
|
484
|
+
JITLib
|
485
|
+
jitlib_asCompileString
|
486
|
+
jitlib_basic_concepts_01
|
487
|
+
jitlib_basic_concepts_02
|
488
|
+
jitlib_basic_concepts_03
|
489
|
+
jitlib_basic_concepts_04
|
490
|
+
jitlib_efficiency
|
491
|
+
jitlib_fading
|
492
|
+
jitlib_networking
|
493
|
+
J_concepts_in_SC
|
494
|
+
K2A
|
495
|
+
K2A
|
496
|
+
KeyState
|
497
|
+
KeyState
|
498
|
+
KeyTrack
|
499
|
+
KeyTrack
|
500
|
+
Klang
|
501
|
+
Klang
|
502
|
+
Klang
|
503
|
+
Klank
|
504
|
+
Klank
|
505
|
+
Klank
|
506
|
+
Knob
|
507
|
+
Lag
|
508
|
+
Lag
|
509
|
+
Lag2
|
510
|
+
Lag2
|
511
|
+
Lag2UD
|
512
|
+
Lag2UD
|
513
|
+
Lag3
|
514
|
+
Lag3
|
515
|
+
Lag3UD
|
516
|
+
Lag3UD
|
517
|
+
LagControl
|
518
|
+
LagIn
|
519
|
+
LagUD
|
520
|
+
LagUD
|
521
|
+
LastValue
|
522
|
+
Latch
|
523
|
+
Latch
|
524
|
+
LatoocarfianC
|
525
|
+
LatoocarfianC
|
526
|
+
LatoocarfianL
|
527
|
+
LatoocarfianL
|
528
|
+
LatoocarfianN
|
529
|
+
LatoocarfianN
|
530
|
+
LazyEnvir
|
531
|
+
LeakDC
|
532
|
+
LeakDC
|
533
|
+
LeastChange
|
534
|
+
LeastChange
|
535
|
+
lessorequalthan
|
536
|
+
lessthan
|
537
|
+
LFClipNoise
|
538
|
+
LFClipNoise
|
539
|
+
LFCub
|
540
|
+
LFCub
|
541
|
+
LFDClipNoise
|
542
|
+
LFDClipNoise
|
543
|
+
LFDNoise0
|
544
|
+
LFDNoise0
|
545
|
+
LFDNoise1
|
546
|
+
LFDNoise1
|
547
|
+
LFDNoise3
|
548
|
+
LFDNoise3
|
549
|
+
LFGauss
|
550
|
+
LFGauss
|
551
|
+
LFNoise0
|
552
|
+
LFNoise0
|
553
|
+
LFNoise1
|
554
|
+
LFNoise1
|
555
|
+
LFNoise2
|
556
|
+
LFNoise2
|
557
|
+
LFPar
|
558
|
+
LFPar
|
559
|
+
LFPulse
|
560
|
+
LFPulse
|
561
|
+
LFSaw
|
562
|
+
LFSaw
|
563
|
+
LFTri
|
564
|
+
LFTri
|
565
|
+
Library
|
566
|
+
LibraryBase
|
567
|
+
Licensing
|
568
|
+
LID
|
569
|
+
Limiter
|
570
|
+
Limiter
|
571
|
+
LinCongC
|
572
|
+
LinCongC
|
573
|
+
LinCongL
|
574
|
+
LinCongL
|
575
|
+
LinCongN
|
576
|
+
LinCongN
|
577
|
+
Line
|
578
|
+
Line
|
579
|
+
Linen
|
580
|
+
Linen
|
581
|
+
LinExp
|
582
|
+
LinExp
|
583
|
+
LinkedList
|
584
|
+
LinkedListNode
|
585
|
+
LinLin
|
586
|
+
LinLin
|
587
|
+
LinPan2
|
588
|
+
LinPan2
|
589
|
+
LinRand
|
590
|
+
LinRand
|
591
|
+
LinRand
|
592
|
+
LinSelectX
|
593
|
+
Linux_udev_setup
|
594
|
+
LinXFade2
|
595
|
+
LinXFade2
|
596
|
+
List
|
597
|
+
ListComprehensions
|
598
|
+
ListDUGen
|
599
|
+
ListPattern
|
600
|
+
ListPattern
|
601
|
+
ListView
|
602
|
+
Literals
|
603
|
+
LocalBuf
|
604
|
+
LocalBuf
|
605
|
+
LocalIn
|
606
|
+
LocalOut
|
607
|
+
log
|
608
|
+
log10
|
609
|
+
log2
|
610
|
+
Logistic
|
611
|
+
Logistic
|
612
|
+
loop
|
613
|
+
LorenzL
|
614
|
+
LorenzL
|
615
|
+
Loudness
|
616
|
+
Loudness
|
617
|
+
LPF
|
618
|
+
LPF
|
619
|
+
LPZ1
|
620
|
+
LPZ1
|
621
|
+
LPZ2
|
622
|
+
LPZ2
|
623
|
+
Magnitude
|
624
|
+
Main
|
625
|
+
MantissaMask
|
626
|
+
MantissaMask
|
627
|
+
matchItem
|
628
|
+
max
|
629
|
+
MaxLocalBufs
|
630
|
+
MaxLocalBufs
|
631
|
+
Maybe
|
632
|
+
Median
|
633
|
+
Median
|
634
|
+
Method
|
635
|
+
Method-Calls
|
636
|
+
MFCC
|
637
|
+
MFCC
|
638
|
+
MidEQ
|
639
|
+
MidEQ
|
640
|
+
MIDI
|
641
|
+
midicps
|
642
|
+
MIDIIn
|
643
|
+
MIDIOut
|
644
|
+
MIDIResponder
|
645
|
+
min
|
646
|
+
Mix
|
647
|
+
modifiers
|
648
|
+
Modifying_Standalones
|
649
|
+
modulo
|
650
|
+
Monitor
|
651
|
+
MonitorGui
|
652
|
+
MoogFF
|
653
|
+
MoogFF
|
654
|
+
More-On-Getting-Help
|
655
|
+
MostChange
|
656
|
+
MostChange
|
657
|
+
MouseButton
|
658
|
+
MouseButton
|
659
|
+
MouseX
|
660
|
+
MouseX
|
661
|
+
MouseY
|
662
|
+
MouseY
|
663
|
+
MovieView
|
664
|
+
MulAdd
|
665
|
+
MultiChannel
|
666
|
+
MultiLevelIdentityDictionary
|
667
|
+
MultiOutUGen
|
668
|
+
multiplication
|
669
|
+
MultiSliderView
|
670
|
+
MultiTap
|
671
|
+
NamedControl
|
672
|
+
NAryOpFunction
|
673
|
+
NAryOpStream
|
674
|
+
Ndef
|
675
|
+
NdefGui
|
676
|
+
NdefMixer
|
677
|
+
NdefMixerOld
|
678
|
+
NdefParamGui
|
679
|
+
neg
|
680
|
+
NetAddr
|
681
|
+
Nil
|
682
|
+
Node
|
683
|
+
NodeControl
|
684
|
+
NodeEvent
|
685
|
+
NodeMap
|
686
|
+
NodeMessaging
|
687
|
+
NodeProxy
|
688
|
+
NodeProxyEditor
|
689
|
+
NodeProxy_roles
|
690
|
+
NodeWatcher
|
691
|
+
Non-Realtime-Synthesis
|
692
|
+
Normalizer
|
693
|
+
Normalizer
|
694
|
+
NoteOnResponder
|
695
|
+
Notes-on-the-HTML-Help-System
|
696
|
+
NotificationCenter
|
697
|
+
NRand
|
698
|
+
NRand
|
699
|
+
NRand
|
700
|
+
NumAudioBuses
|
701
|
+
Number
|
702
|
+
NumberBox
|
703
|
+
NumBuffers
|
704
|
+
NumControlBuses
|
705
|
+
NumInputBuses
|
706
|
+
NumOutputBuses
|
707
|
+
NumRunningSynths
|
708
|
+
Object
|
709
|
+
ObjectGui
|
710
|
+
ObjectTable
|
711
|
+
octcps
|
712
|
+
OffsetOut
|
713
|
+
OnePole
|
714
|
+
OnePole
|
715
|
+
OneZero
|
716
|
+
OneZero
|
717
|
+
Onsets
|
718
|
+
Onsets
|
719
|
+
Operators
|
720
|
+
Order
|
721
|
+
Order-of-execution
|
722
|
+
OrderedIdentitySet
|
723
|
+
Osc
|
724
|
+
Osc
|
725
|
+
OSCBundle
|
726
|
+
OscN
|
727
|
+
OscN
|
728
|
+
OSCpathResponder
|
729
|
+
OSCresponder
|
730
|
+
OSCresponderNode
|
731
|
+
OSC_communication
|
732
|
+
Out
|
733
|
+
OutputProxy
|
734
|
+
PAbstractGroup
|
735
|
+
PackFFT
|
736
|
+
Padd
|
737
|
+
Padd
|
738
|
+
Paddp
|
739
|
+
Paddp
|
740
|
+
Paddpre
|
741
|
+
Paddpre
|
742
|
+
Pair
|
743
|
+
Pan2
|
744
|
+
Pan2
|
745
|
+
Pan4
|
746
|
+
Pan4
|
747
|
+
PanAz
|
748
|
+
PanAz
|
749
|
+
PanB
|
750
|
+
PanB
|
751
|
+
PanB2
|
752
|
+
PanB2
|
753
|
+
Panner
|
754
|
+
PartConv
|
755
|
+
Partial-Application
|
756
|
+
PathName
|
757
|
+
Pattern
|
758
|
+
PatternConductor
|
759
|
+
PatternProxy
|
760
|
+
PatternProxy
|
761
|
+
PatternsDocumentedAndNot
|
762
|
+
Pause
|
763
|
+
Pause
|
764
|
+
PauseSelf
|
765
|
+
PauseSelf
|
766
|
+
PauseSelfWhenDone
|
767
|
+
Pavaroh
|
768
|
+
Pavaroh
|
769
|
+
Pbeta
|
770
|
+
Pbeta
|
771
|
+
Pbind
|
772
|
+
Pbind
|
773
|
+
Pbindef
|
774
|
+
Pbindef
|
775
|
+
Pbindf
|
776
|
+
Pbindf
|
777
|
+
PbindProxy
|
778
|
+
PbindProxy
|
779
|
+
Pbinop
|
780
|
+
Pbinop
|
781
|
+
Pbrown
|
782
|
+
Pbrown
|
783
|
+
Pbus
|
784
|
+
Pbus
|
785
|
+
Pcauchy
|
786
|
+
Pcauchy
|
787
|
+
Pchain
|
788
|
+
Pchain
|
789
|
+
Pclump
|
790
|
+
Pclutch
|
791
|
+
Pclutch
|
792
|
+
Pcollect
|
793
|
+
Pcollect
|
794
|
+
Pconst
|
795
|
+
Pconst
|
796
|
+
Pdef
|
797
|
+
Pdef
|
798
|
+
PdefAllGui
|
799
|
+
PdefEditor
|
800
|
+
PdefGui
|
801
|
+
Pdefn
|
802
|
+
Pdefn
|
803
|
+
PdegreeToKey
|
804
|
+
PdegreeToKey
|
805
|
+
Pdfsm
|
806
|
+
Pdfsm
|
807
|
+
Pdict
|
808
|
+
Pdict
|
809
|
+
Pdiff
|
810
|
+
Pdrop
|
811
|
+
PdurStutter
|
812
|
+
PdurStutter
|
813
|
+
Peak
|
814
|
+
Peak
|
815
|
+
PeakFollower
|
816
|
+
PeakFollower
|
817
|
+
Pen
|
818
|
+
Penvir
|
819
|
+
Penvir
|
820
|
+
Pevent
|
821
|
+
Peventmod
|
822
|
+
Pexprand
|
823
|
+
Pexprand
|
824
|
+
PfadeIn
|
825
|
+
PfadeOut
|
826
|
+
Pfin
|
827
|
+
Pfin
|
828
|
+
Pfindur
|
829
|
+
Pfindur
|
830
|
+
PfinQuant
|
831
|
+
Pfinval
|
832
|
+
Pfinval
|
833
|
+
Pflatten
|
834
|
+
Pflow
|
835
|
+
Pflow
|
836
|
+
Pfpar
|
837
|
+
Pfset
|
838
|
+
Pfset
|
839
|
+
Pfsm
|
840
|
+
Pfsm
|
841
|
+
Pfunc
|
842
|
+
Pfunc
|
843
|
+
Pfuncn
|
844
|
+
Pfuncn
|
845
|
+
Pfx
|
846
|
+
Pfx
|
847
|
+
Pfxb
|
848
|
+
Pfxb
|
849
|
+
Pgate
|
850
|
+
Pgate
|
851
|
+
Pgauss
|
852
|
+
Pgauss
|
853
|
+
Pgbrown
|
854
|
+
Pgbrown
|
855
|
+
Pgeom
|
856
|
+
Pgeom
|
857
|
+
Pget
|
858
|
+
Pgpar
|
859
|
+
Pgpar
|
860
|
+
Pgroup
|
861
|
+
Pgroup
|
862
|
+
Pgtpar
|
863
|
+
PG_01_Introduction
|
864
|
+
PG_02_Basic_Vocabulary
|
865
|
+
PG_03_What_Is_Pbind
|
866
|
+
PG_04_Words_to_Phrases
|
867
|
+
PG_05_Math_on_Patterns
|
868
|
+
PG_060_Filter_Patterns
|
869
|
+
PG_06a_Repetition_Contraint_Patterns
|
870
|
+
PG_06b_Time_Based_Patterns
|
871
|
+
PG_06c_Composition_of_Patterns
|
872
|
+
PG_06d_Parallel_Patterns
|
873
|
+
PG_06e_Language_Control
|
874
|
+
PG_06f_Server_Control
|
875
|
+
PG_06g_Data_Sharing
|
876
|
+
PG_07_Value_Conversions
|
877
|
+
PG_08_Event_Types_and_Parameters
|
878
|
+
PG_Cookbook01_Basic_Sequencing
|
879
|
+
PG_Cookbook02_Manipulating_Patterns
|
880
|
+
PG_Cookbook03_External_Control
|
881
|
+
PG_Cookbook04_Sending_MIDI
|
882
|
+
PG_Cookbook05_Using_Samples
|
883
|
+
PG_Cookbook06_Phrase_Network
|
884
|
+
PG_Cookbook07_Rhythmic_Variations
|
885
|
+
PG_Ref01_Pattern_Internals
|
886
|
+
Phasor
|
887
|
+
Phasor
|
888
|
+
Phid
|
889
|
+
Phid
|
890
|
+
PhidKey
|
891
|
+
PhidKey
|
892
|
+
PhidSlot
|
893
|
+
PhidSlot
|
894
|
+
Phprand
|
895
|
+
Phprand
|
896
|
+
Pif
|
897
|
+
Pif
|
898
|
+
Pindex
|
899
|
+
Pindex
|
900
|
+
PingPong
|
901
|
+
PinkerNoise
|
902
|
+
PinkNoise
|
903
|
+
PinkNoise
|
904
|
+
Pipe
|
905
|
+
Pitch
|
906
|
+
Pitch
|
907
|
+
Pitch
|
908
|
+
PitchShift
|
909
|
+
PitchShift
|
910
|
+
Pkey
|
911
|
+
Pkey
|
912
|
+
Place
|
913
|
+
Place
|
914
|
+
Plag
|
915
|
+
Plambda
|
916
|
+
Plambda
|
917
|
+
Platform
|
918
|
+
play
|
919
|
+
PlayBuf
|
920
|
+
PlayBuf
|
921
|
+
playN
|
922
|
+
Plazy
|
923
|
+
Plazy
|
924
|
+
PlazyEnvir
|
925
|
+
PlazyEnvir
|
926
|
+
PlazyEnvirN
|
927
|
+
PlazyEnvirN
|
928
|
+
Plet
|
929
|
+
plot
|
930
|
+
Plotter
|
931
|
+
Plprand
|
932
|
+
Plprand
|
933
|
+
Pluck
|
934
|
+
Pluck
|
935
|
+
Pmeanrand
|
936
|
+
Pmeanrand
|
937
|
+
Pmono
|
938
|
+
Pmono
|
939
|
+
PmonoArtic
|
940
|
+
PmonoArtic
|
941
|
+
PMOsc
|
942
|
+
PMOsc
|
943
|
+
Pmul
|
944
|
+
Pmul
|
945
|
+
Pmulp
|
946
|
+
Pmulp
|
947
|
+
Pmulpre
|
948
|
+
Pmulpre
|
949
|
+
Pn
|
950
|
+
Pn
|
951
|
+
Pnaryop
|
952
|
+
Pnaryop
|
953
|
+
Pnsym
|
954
|
+
Pnsym
|
955
|
+
Pnsym1
|
956
|
+
Point
|
957
|
+
Polar
|
958
|
+
Poll
|
959
|
+
Poll
|
960
|
+
Polymorphism
|
961
|
+
PopUpMenu
|
962
|
+
Post
|
963
|
+
pow
|
964
|
+
Ppar
|
965
|
+
Ppar
|
966
|
+
PparGroup
|
967
|
+
Ppatlace
|
968
|
+
Ppatlace
|
969
|
+
Ppatmod
|
970
|
+
Ppatmod
|
971
|
+
Pplayer
|
972
|
+
Ppoisson
|
973
|
+
Ppoisson
|
974
|
+
Pprob
|
975
|
+
Pprob
|
976
|
+
Pprotect
|
977
|
+
Pprotect
|
978
|
+
Pproto
|
979
|
+
Pproto
|
980
|
+
Prand
|
981
|
+
Prand
|
982
|
+
Preject
|
983
|
+
Preject
|
984
|
+
Prewrite
|
985
|
+
Prewrite
|
986
|
+
PriorityQueue
|
987
|
+
Process
|
988
|
+
Prorate
|
989
|
+
Prorate
|
990
|
+
Prout
|
991
|
+
Prout
|
992
|
+
Proutine
|
993
|
+
Proutine
|
994
|
+
ProxyMixer
|
995
|
+
ProxyMixerOld
|
996
|
+
ProxyMonitorGui
|
997
|
+
ProxySpace
|
998
|
+
proxyspace_examples
|
999
|
+
ProxySynthDef
|
1000
|
+
Pseed
|
1001
|
+
Pseed
|
1002
|
+
Pseg
|
1003
|
+
Pseg
|
1004
|
+
Pselect
|
1005
|
+
Pselect
|
1006
|
+
Pseq
|
1007
|
+
Pseq
|
1008
|
+
Pser
|
1009
|
+
Pser
|
1010
|
+
Pseries
|
1011
|
+
Pseries
|
1012
|
+
Pset
|
1013
|
+
Pset
|
1014
|
+
Psetp
|
1015
|
+
Psetp
|
1016
|
+
Psetpre
|
1017
|
+
Psetpre
|
1018
|
+
Pshuf
|
1019
|
+
Pshuf
|
1020
|
+
PSinGrain
|
1021
|
+
Pslide
|
1022
|
+
Pslide
|
1023
|
+
Pspawn
|
1024
|
+
Pspawn
|
1025
|
+
Pspawner
|
1026
|
+
Pspawner
|
1027
|
+
Pstep
|
1028
|
+
Pstep
|
1029
|
+
Pstep2add
|
1030
|
+
Pstep3add
|
1031
|
+
PstepNadd
|
1032
|
+
PstepNadd
|
1033
|
+
PstepNfunc
|
1034
|
+
PstepNfunc
|
1035
|
+
Pstretch
|
1036
|
+
Pstretchp
|
1037
|
+
Pstutter
|
1038
|
+
Pstutter
|
1039
|
+
Pswitch
|
1040
|
+
Pswitch
|
1041
|
+
Pswitch1
|
1042
|
+
Pswitch1
|
1043
|
+
Psym
|
1044
|
+
Psym
|
1045
|
+
Psym1
|
1046
|
+
Psync
|
1047
|
+
Psync
|
1048
|
+
Ptime
|
1049
|
+
Ptime
|
1050
|
+
Ptpar
|
1051
|
+
Ptpar
|
1052
|
+
Ptrace
|
1053
|
+
Ptsym
|
1054
|
+
Ptuple
|
1055
|
+
Ptuple
|
1056
|
+
publishing_code
|
1057
|
+
Pulse
|
1058
|
+
Pulse
|
1059
|
+
PulseCount
|
1060
|
+
PulseDivider
|
1061
|
+
Punop
|
1062
|
+
Punop
|
1063
|
+
pvcalc
|
1064
|
+
pvcalc2
|
1065
|
+
pvcollect
|
1066
|
+
PV_Add
|
1067
|
+
PV_BinScramble
|
1068
|
+
PV_BinShift
|
1069
|
+
PV_BinWipe
|
1070
|
+
PV_BrickWall
|
1071
|
+
PV_ChainUGen
|
1072
|
+
PV_ChainUGen
|
1073
|
+
PV_ConformalMap
|
1074
|
+
PV_Conj
|
1075
|
+
PV_Copy
|
1076
|
+
PV_CopyPhase
|
1077
|
+
PV_Diffuser
|
1078
|
+
PV_Div
|
1079
|
+
PV_HainsworthFoote
|
1080
|
+
PV_JensenAndersen
|
1081
|
+
PV_LocalMax
|
1082
|
+
PV_MagAbove
|
1083
|
+
PV_MagBelow
|
1084
|
+
PV_MagClip
|
1085
|
+
PV_MagDiv
|
1086
|
+
PV_MagFreeze
|
1087
|
+
PV_MagMul
|
1088
|
+
PV_MagNoise
|
1089
|
+
PV_MagShift
|
1090
|
+
PV_MagSmear
|
1091
|
+
PV_MagSquared
|
1092
|
+
PV_Max
|
1093
|
+
PV_Min
|
1094
|
+
PV_Mul
|
1095
|
+
PV_PhaseShift
|
1096
|
+
PV_PhaseShift270
|
1097
|
+
PV_PhaseShift90
|
1098
|
+
PV_RandComb
|
1099
|
+
PV_RandWipe
|
1100
|
+
PV_RectComb
|
1101
|
+
PV_RectComb2
|
1102
|
+
Pwalk
|
1103
|
+
Pwalk
|
1104
|
+
Pwhile
|
1105
|
+
Pwhile
|
1106
|
+
Pwhite
|
1107
|
+
Pwhite
|
1108
|
+
Pwrand
|
1109
|
+
Pwrand
|
1110
|
+
Pwrap
|
1111
|
+
Pwrap
|
1112
|
+
Pxrand
|
1113
|
+
Pxrand
|
1114
|
+
QuadC
|
1115
|
+
QuadC
|
1116
|
+
QuadL
|
1117
|
+
QuadL
|
1118
|
+
QuadN
|
1119
|
+
QuadN
|
1120
|
+
Quant
|
1121
|
+
Quark
|
1122
|
+
Quarks
|
1123
|
+
RadiansPerSample
|
1124
|
+
Ramp
|
1125
|
+
Ramp
|
1126
|
+
Rand
|
1127
|
+
Rand
|
1128
|
+
Rand
|
1129
|
+
RandID
|
1130
|
+
RandID
|
1131
|
+
Randomness
|
1132
|
+
randomSeed
|
1133
|
+
RandSeed
|
1134
|
+
RandSeed
|
1135
|
+
RangeSlider
|
1136
|
+
RawArray
|
1137
|
+
RawPointer
|
1138
|
+
reciprocal
|
1139
|
+
RecNodeProxy
|
1140
|
+
RecordBuf
|
1141
|
+
RecordBuf
|
1142
|
+
Rect
|
1143
|
+
recursive_phrasing
|
1144
|
+
Ref
|
1145
|
+
RefCopy
|
1146
|
+
Regenerate-GUI-Help
|
1147
|
+
ReplaceOut
|
1148
|
+
resize
|
1149
|
+
Resonz
|
1150
|
+
Resonz
|
1151
|
+
RHPF
|
1152
|
+
RHPF
|
1153
|
+
ring1
|
1154
|
+
ring2
|
1155
|
+
ring3
|
1156
|
+
ring4
|
1157
|
+
Ringz
|
1158
|
+
Ringz
|
1159
|
+
RLPF
|
1160
|
+
RLPF
|
1161
|
+
RootNode
|
1162
|
+
Rossler
|
1163
|
+
Rotate2
|
1164
|
+
Rotate2
|
1165
|
+
round
|
1166
|
+
Routine
|
1167
|
+
runMe
|
1168
|
+
runMe2
|
1169
|
+
RunningMax
|
1170
|
+
RunningMax
|
1171
|
+
RunningMin
|
1172
|
+
RunningMin
|
1173
|
+
RunningSum
|
1174
|
+
RunningSum
|
1175
|
+
SampleDur
|
1176
|
+
SampleRate
|
1177
|
+
Saw
|
1178
|
+
Saw
|
1179
|
+
SC2DSlider
|
1180
|
+
SC2DTabletSlider
|
1181
|
+
Scale
|
1182
|
+
scaleneg
|
1183
|
+
SCButton
|
1184
|
+
SCCompositeView
|
1185
|
+
SCContainerView
|
1186
|
+
SCControlView
|
1187
|
+
SCDragBoth
|
1188
|
+
SCDragSink
|
1189
|
+
SCDragSource
|
1190
|
+
SCDragView
|
1191
|
+
SCEnvelopeEdit
|
1192
|
+
SCEnvelopeView
|
1193
|
+
SCFont
|
1194
|
+
SCFreqScope
|
1195
|
+
SCFreqScopeWindow
|
1196
|
+
Scheduler
|
1197
|
+
SCHLayoutView
|
1198
|
+
Schmidt
|
1199
|
+
Schmidt
|
1200
|
+
SCImage
|
1201
|
+
SCImageFilter
|
1202
|
+
SCImageKernel
|
1203
|
+
SCKnob
|
1204
|
+
SCLayoutView
|
1205
|
+
SCLevelIndicator
|
1206
|
+
SCListView
|
1207
|
+
SCMenuGroup
|
1208
|
+
SCMenuItem
|
1209
|
+
SCMenuSeparator
|
1210
|
+
SCModalSheet
|
1211
|
+
SCModalWindow
|
1212
|
+
SCMovieView
|
1213
|
+
SCMultiSliderView
|
1214
|
+
SCNumberBox
|
1215
|
+
Scope
|
1216
|
+
ScopeOut
|
1217
|
+
ScopeOut2
|
1218
|
+
ScopeView
|
1219
|
+
Score
|
1220
|
+
SCPen
|
1221
|
+
SCPopUpMenu
|
1222
|
+
SCQuartzComposerView
|
1223
|
+
SCRangeSlider
|
1224
|
+
ScrollView
|
1225
|
+
SCScope
|
1226
|
+
SCScrollTopView
|
1227
|
+
SCScrollView
|
1228
|
+
SCSlider
|
1229
|
+
SCSliderBase
|
1230
|
+
SCSoundFileView
|
1231
|
+
SCStaticText
|
1232
|
+
SCStaticTextBase
|
1233
|
+
SCStethoscope
|
1234
|
+
SCTabletView
|
1235
|
+
SCTextField
|
1236
|
+
SCTextView
|
1237
|
+
SCTopView
|
1238
|
+
SCUserView
|
1239
|
+
SCUserView-Subclassing
|
1240
|
+
SCView
|
1241
|
+
SCVLayoutView
|
1242
|
+
SCWindow
|
1243
|
+
Select
|
1244
|
+
Select
|
1245
|
+
SelectX
|
1246
|
+
SelectX
|
1247
|
+
SelectXFocus
|
1248
|
+
SelectXFocus
|
1249
|
+
Semaphore
|
1250
|
+
SendPeakRMS
|
1251
|
+
SendReply
|
1252
|
+
SendTrig
|
1253
|
+
SequenceableCollection
|
1254
|
+
SerialPort
|
1255
|
+
Server
|
1256
|
+
Server-Architecture
|
1257
|
+
Server-Command-Reference
|
1258
|
+
ServerBoot
|
1259
|
+
ServerOptions
|
1260
|
+
ServerQuit
|
1261
|
+
ServerTiming
|
1262
|
+
ServerTree
|
1263
|
+
Set
|
1264
|
+
SetBuf
|
1265
|
+
SetResetFF
|
1266
|
+
Shaper
|
1267
|
+
Shaper
|
1268
|
+
SharedIn
|
1269
|
+
SharedOut
|
1270
|
+
Shortcuts
|
1271
|
+
sign
|
1272
|
+
Signal
|
1273
|
+
Silent
|
1274
|
+
Silent
|
1275
|
+
SimpleController
|
1276
|
+
SimpleNumber
|
1277
|
+
sin
|
1278
|
+
sinh
|
1279
|
+
SinOsc
|
1280
|
+
SinOsc
|
1281
|
+
SinOscFB
|
1282
|
+
SkipJack
|
1283
|
+
Slew
|
1284
|
+
Slew
|
1285
|
+
Slider
|
1286
|
+
Slider2D
|
1287
|
+
Slope
|
1288
|
+
Slope
|
1289
|
+
Slope
|
1290
|
+
softclip
|
1291
|
+
softPut
|
1292
|
+
softSet
|
1293
|
+
softVol_
|
1294
|
+
somepage
|
1295
|
+
SortedList
|
1296
|
+
SOS
|
1297
|
+
SOS
|
1298
|
+
SoundFile
|
1299
|
+
SoundFileView
|
1300
|
+
SoundFileViewProgressWindow
|
1301
|
+
SoundIn
|
1302
|
+
SparseArray
|
1303
|
+
Spawner
|
1304
|
+
Spec
|
1305
|
+
SpecCentroid
|
1306
|
+
SpecCentroid
|
1307
|
+
SpecFlatness
|
1308
|
+
SpecFlatness
|
1309
|
+
SpecPcile
|
1310
|
+
SpecPcile
|
1311
|
+
Splay
|
1312
|
+
SplayAz
|
1313
|
+
SplayZ
|
1314
|
+
Spring
|
1315
|
+
Spring
|
1316
|
+
sqrdif
|
1317
|
+
sqrsum
|
1318
|
+
sqrt
|
1319
|
+
squared
|
1320
|
+
StandardL
|
1321
|
+
StandardL
|
1322
|
+
StandardN
|
1323
|
+
StandardN
|
1324
|
+
StartUp
|
1325
|
+
StaticText
|
1326
|
+
Stepper
|
1327
|
+
StereoConvolution2L
|
1328
|
+
Stethoscope
|
1329
|
+
Stream
|
1330
|
+
StreamClutch
|
1331
|
+
Streams
|
1332
|
+
Streams-Patterns-Events1
|
1333
|
+
Streams-Patterns-Events2
|
1334
|
+
Streams-Patterns-Events3
|
1335
|
+
Streams-Patterns-Events4
|
1336
|
+
Streams-Patterns-Events5
|
1337
|
+
Streams-Patterns-Events6
|
1338
|
+
Streams-Patterns-Events7
|
1339
|
+
String
|
1340
|
+
StubTemplate
|
1341
|
+
SubsampleOffset
|
1342
|
+
subtraction
|
1343
|
+
sumsqr
|
1344
|
+
Sweep
|
1345
|
+
switch
|
1346
|
+
Symbol
|
1347
|
+
SymbolArray
|
1348
|
+
SymbolicNotations
|
1349
|
+
SyncSaw
|
1350
|
+
SyncSaw
|
1351
|
+
Syntax-Shortcuts
|
1352
|
+
Synth
|
1353
|
+
Synth-Controlling-UGens
|
1354
|
+
Synth-Definition-File-Format
|
1355
|
+
SynthDef
|
1356
|
+
SynthDesc
|
1357
|
+
SynthDescLib
|
1358
|
+
SystemClock
|
1359
|
+
T2A
|
1360
|
+
T2A
|
1361
|
+
T2K
|
1362
|
+
T2K
|
1363
|
+
TabFileReader
|
1364
|
+
TabletSlider2D
|
1365
|
+
TabletView
|
1366
|
+
tan
|
1367
|
+
tanh
|
1368
|
+
Tap
|
1369
|
+
Tap
|
1370
|
+
Task
|
1371
|
+
TaskProxy
|
1372
|
+
TaskProxy
|
1373
|
+
TaskProxyGui
|
1374
|
+
TBall
|
1375
|
+
TBall
|
1376
|
+
TChoose
|
1377
|
+
Tdef
|
1378
|
+
Tdef
|
1379
|
+
TdefAllGui
|
1380
|
+
TdefEditor
|
1381
|
+
TdefGui
|
1382
|
+
TDelay
|
1383
|
+
TDelay
|
1384
|
+
TDuty
|
1385
|
+
TDuty
|
1386
|
+
TempoBusClock
|
1387
|
+
TempoClock
|
1388
|
+
TExpRand
|
1389
|
+
TExpRand
|
1390
|
+
TextField
|
1391
|
+
TextView
|
1392
|
+
TGrains
|
1393
|
+
TGrains
|
1394
|
+
TGrains
|
1395
|
+
the_lazy_proxy
|
1396
|
+
Thread
|
1397
|
+
thresh
|
1398
|
+
Thunk
|
1399
|
+
Timer
|
1400
|
+
TIRand
|
1401
|
+
TIRand
|
1402
|
+
ToggleFF
|
1403
|
+
TopicHelpTemplate
|
1404
|
+
Tour_of_UGens
|
1405
|
+
TRand
|
1406
|
+
TRand
|
1407
|
+
Trig
|
1408
|
+
Trig1
|
1409
|
+
TrigControl
|
1410
|
+
True
|
1411
|
+
trunc
|
1412
|
+
Tuning
|
1413
|
+
Tutorial
|
1414
|
+
TWChoose
|
1415
|
+
TWChoose
|
1416
|
+
TWindex
|
1417
|
+
TWindex
|
1418
|
+
TwoPole
|
1419
|
+
TwoPole
|
1420
|
+
TwoWayIdentityDictionary
|
1421
|
+
TwoZero
|
1422
|
+
TwoZero
|
1423
|
+
UGen
|
1424
|
+
UGen-doneActions
|
1425
|
+
UGenHelpTemplate
|
1426
|
+
UGens
|
1427
|
+
UGens-and-Synths
|
1428
|
+
UnaryOpFunction
|
1429
|
+
UnaryOpStream
|
1430
|
+
UnaryOpUGen
|
1431
|
+
Understanding-Errors
|
1432
|
+
Undocumented-Classes
|
1433
|
+
UniqueID
|
1434
|
+
UnixFILE
|
1435
|
+
Unpack1FFT
|
1436
|
+
UnpackFFT
|
1437
|
+
UserView
|
1438
|
+
Using-Extensions
|
1439
|
+
Using-the-Startup-File
|
1440
|
+
UsingMIDI
|
1441
|
+
VarLag
|
1442
|
+
VarSaw
|
1443
|
+
VarSaw
|
1444
|
+
VDiskIn
|
1445
|
+
VDiskIn
|
1446
|
+
VDiskIn
|
1447
|
+
Vibrato
|
1448
|
+
View
|
1449
|
+
ViewRedirect
|
1450
|
+
VLayoutView
|
1451
|
+
Volume
|
1452
|
+
VOsc
|
1453
|
+
VOsc
|
1454
|
+
VOsc3
|
1455
|
+
VOsc3
|
1456
|
+
Warp
|
1457
|
+
Warp1
|
1458
|
+
Warp1
|
1459
|
+
Warp1
|
1460
|
+
Wavetable
|
1461
|
+
WhiteNoise
|
1462
|
+
WhiteNoise
|
1463
|
+
WidthFirstUGen
|
1464
|
+
WiiMote
|
1465
|
+
WikiUsage
|
1466
|
+
Window
|
1467
|
+
Wrap
|
1468
|
+
Wrap
|
1469
|
+
wrap2
|
1470
|
+
WrapIndex
|
1471
|
+
WrapIndex
|
1472
|
+
Writing-Classes
|
1473
|
+
Writing_Unit_Generators
|
1474
|
+
XFade
|
1475
|
+
XFade2
|
1476
|
+
XFade2
|
1477
|
+
XLine
|
1478
|
+
XLine
|
1479
|
+
XOut
|
1480
|
+
ZeroCrossing
|
1481
|
+
ZeroCrossing
|