Skip to content

Commit edbfdbd

Browse files
composingcapChris Poovey
authored andcommitted
update plugins
1 parent d888f32 commit edbfdbd

31 files changed

Lines changed: 235 additions & 356 deletions

File tree

docs/grainflow.live~.maxref.xml

Lines changed: 92 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -46,169 +46,169 @@
4646

4747
<methodlist>
4848

49-
<method name='set'>
50-
<digest>Choose a named buffer~ from which to read</digest>
51-
<description>Choose a named buffer~ from which to read. </description>
49+
<method name='g'>
50+
<digest>sends a message to a single grain </digest>
51+
<description>sends a message to a single grain </description>
5252
</method>
5353

54-
<method name='rateBuffer'>
55-
<digest>sets the buffer for rate modes 1 and 2 </digest>
56-
<description>sets the buffer for rate modes 1 and 2 </description>
54+
<method name='int'>
55+
<digest>enables and disables the granulator </digest>
56+
<description>enables and disables the granulator </description>
5757
</method>
5858

59-
<method name='delayBuffer'>
60-
<digest>sets the buffer for delay modes 1 and 2 </digest>
61-
<description>sets the buffer for delay modes 1 and 2 </description>
59+
<method name='trav'>
60+
<digest>DEPRECATED the amount grains are delayed in ms </digest>
61+
<description>DEPRECATED the amount grains are delayed in ms </description>
6262
</method>
6363

64-
<method name='env2D'>
65-
<digest>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </digest>
66-
<description>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </description>
64+
<method name='travRandom'>
65+
<digest>DEPRECATED the amount grains are delayed in ms </digest>
66+
<description>DEPRECATED the amount grains are delayed in ms </description>
6767
</method>
6868

6969
<method name='windowBuffer'>
7070
<digest>sets the buffer for window modes 1 and 2 </digest>
7171
<description>sets the buffer for window modes 1 and 2 </description>
7272
</method>
7373

74-
<method name='buf'>
75-
<digest>sets the granulation buffer </digest>
76-
<description>sets the granulation buffer </description>
77-
</method>
78-
79-
<method name='env'>
80-
<digest>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </digest>
81-
<description>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </description>
74+
<method name='travOffset'>
75+
<digest>DEPRECATED message to set the amount grains are delayed in ms </digest>
76+
<description>DEPRECATED message to set the amount grains are delayed in ms </description>
8277
</method>
8378

84-
<method name='glissonMode'>
85-
<digest>sets the window mode</digest>
86-
<description>sets the window mode. 0 = normal, 1 = read from buffer based on grain index, 2 = read from buffer randomly </description>
79+
<method name='streamTarget'>
80+
<digest>messages will target grains assigned to this stream </digest>
81+
<description>messages will target grains assigned to this stream </description>
8782
</method>
8883

89-
<method name='windowMode'>
90-
<digest>sets the window mode</digest>
91-
<description>sets the window mode. 0 = normal, 1 = read from buffer based on grain index, 2 = read from buffer randomly </description>
84+
<method name='target'>
85+
<digest>sends a message to a single grain </digest>
86+
<description>sends a message to a single grain </description>
9287
</method>
9388

94-
<method name='rateMode'>
95-
<digest>sets the delay mode</digest>
96-
<description>sets the delay mode. 0 = normal, 1 = read from buffer based on grain index, 2 = read from buffer randomly </description>
89+
<method name='rateBuffer'>
90+
<digest>sets the buffer for rate modes 1 and 2 </digest>
91+
<description>sets the buffer for rate modes 1 and 2 </description>
9792
</method>
9893

99-
<method name='glissonBuffer'>
100-
<digest>sets the buffer for glisson modes 1 and 2 </digest>
101-
<description>sets the buffer for glisson modes 1 and 2 </description>
94+
<method name='windowOffsetRandom'>
95+
<digest>DEPRECATED message for setting the window offset attribute </digest>
96+
<description>DEPRECATED message for setting the window offset attribute </description>
10297
</method>
10398

104-
<method name='bufChan'>
105-
<digest>sets the channel of grains with a certain channel</digest>
106-
<description>sets the channel of grains with a certain channel. Should be used with the g message </description>
99+
<method name='set'>
100+
<digest>Choose a named buffer~ from which to read</digest>
101+
<description>Choose a named buffer~ from which to read. </description>
107102
</method>
108103

109-
<method name='delayMode'>
110-
<digest>sets the delay mode</digest>
111-
<description>sets the delay mode. 0 = normal, 1 = read from buffer based on grain index, 2 = read from buffer randomly </description>
104+
<method name='streamSet'>
105+
<digest>Sets the number of stream and assigns each grain to a stream depending on the mode</digest>
106+
<description>Sets the number of stream and assigns each grain to a stream depending on the mode. auto: rotate grains around max grains. per: grains are assigned to streams in chunks. random: grains are assigned to random streams. </description>
112107
</method>
113108

114-
<method name='g_chan'>
115-
<digest>sets an attribute of message for all grains assigned to a buffer channel </digest>
116-
<description>sets an attribute of message for all grains assigned to a buffer channel </description>
109+
<method name='nstreams'>
110+
<digest>Sets the number of streams </digest>
111+
<description>Sets the number of streams </description>
117112
</method>
118113

119114
<method name='stream'>
120115
<digest>sets an attribute or message for all grains in a stream </digest>
121116
<description>sets an attribute or message for all grains in a stream </description>
122117
</method>
123118

124-
<method name='streamSpread'>
125-
<digest>will create evenly spaced values between each number based on streams </digest>
126-
<description>will create evenly spaced values between each number based on streams </description>
119+
<method name='deviate'>
120+
<digest>deviate a parameter {1} from a center value {2} in the amount of a bipolar depth {3} </digest>
121+
<description>deviate a parameter {1} from a center value {2} in the amount of a bipolar depth {3} </description>
122+
</method>
123+
124+
<method name='streamDeviate'>
125+
<digest>will deviate any parameter based on streams </digest>
126+
<description>will deviate any parameter based on streams </description>
127127
</method>
128128

129129
<method name='randomrange'>
130130
<digest>picks a random value between two points for each parameter </digest>
131131
<description>picks a random value between two points for each parameter </description>
132132
</method>
133133

134-
<method name='done'>
135-
<digest></digest>
136-
<description></description>
134+
<method name='streamRandomrange'>
135+
<digest>will deviate any parameter based on streams </digest>
136+
<description>will deviate any parameter based on streams </description>
137137
</method>
138138

139-
<method name='streamTarget'>
140-
<digest>messages will target grains assigned to this stream </digest>
141-
<description>messages will target grains assigned to this stream </description>
139+
<method name='spread'>
140+
<digest>spread a parameter {1} by between values {2} and {3} </digest>
141+
<description>spread a parameter {1} by between values {2} and {3} </description>
142142
</method>
143143

144-
<method name='env2DPosition'>
145-
<digest>sets the 2D envelope position </digest>
146-
<description>sets the 2D envelope position </description>
144+
<method name='streamSpread'>
145+
<digest>will create evenly spaced values between each number based on streams </digest>
146+
<description>will create evenly spaced values between each number based on streams </description>
147147
</method>
148148

149-
<method name='travOffset'>
150-
<digest>DEPRECATED message to set the amount grains are delayed in ms </digest>
151-
<description>DEPRECATED message to set the amount grains are delayed in ms </description>
149+
<method name='windowMode'>
150+
<digest>sets the window mode</digest>
151+
<description>sets the window mode. 0 = normal, 1 = read from buffer based on grain index, 2 = read from buffer randomly </description>
152152
</method>
153153

154-
<method name='nstreams'>
155-
<digest>Sets the number of streams </digest>
156-
<description>Sets the number of streams </description>
154+
<method name='bufChan'>
155+
<digest>sets the channel of grains with a certain channel</digest>
156+
<description>sets the channel of grains with a certain channel. Should be used with the g message </description>
157157
</method>
158158

159-
<method name='int'>
160-
<digest>enables and disables the granulator </digest>
161-
<description>enables and disables the granulator </description>
159+
<method name='g_chan'>
160+
<digest>sets an attribute of message for all grains assigned to a buffer channel </digest>
161+
<description>sets an attribute of message for all grains assigned to a buffer channel </description>
162162
</method>
163163

164-
<method name='windowOffsetRandom'>
165-
<digest>DEPRECATED message for setting the window offset attribute </digest>
166-
<description>DEPRECATED message for setting the window offset attribute </description>
164+
<method name='delayMode'>
165+
<digest>sets the delay mode</digest>
166+
<description>sets the delay mode. 0 = normal, 1 = read from buffer based on grain index, 2 = read from buffer randomly </description>
167167
</method>
168168

169-
<method name='target'>
170-
<digest>sends a message to a single grain </digest>
171-
<description>sends a message to a single grain </description>
169+
<method name='rateMode'>
170+
<digest>sets the delay mode</digest>
171+
<description>sets the delay mode. 0 = normal, 1 = read from buffer based on grain index, 2 = read from buffer randomly </description>
172172
</method>
173173

174-
<method name='g'>
175-
<digest>sends a message to a single grain </digest>
176-
<description>sends a message to a single grain </description>
174+
<method name='glissonMode'>
175+
<digest>sets the window mode</digest>
176+
<description>sets the window mode. 0 = normal, 1 = read from buffer based on grain index, 2 = read from buffer randomly </description>
177177
</method>
178178

179-
<method name='streamSet'>
180-
<digest>Sets the number of stream and assigns each grain to a stream depending on the mode</digest>
181-
<description>Sets the number of stream and assigns each grain to a stream depending on the mode. auto: rotate grains around max grains. per: grains are assigned to streams in chunks. random: grains are assigned to random streams. </description>
179+
<method name='env'>
180+
<digest>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </digest>
181+
<description>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </description>
182182
</method>
183183

184-
<method name='spread'>
185-
<digest>spread a parameter {1} by between values {2} and {3} </digest>
186-
<description>spread a parameter {1} by between values {2} and {3} </description>
184+
<method name='buf'>
185+
<digest>sets the granulation buffer </digest>
186+
<description>sets the granulation buffer </description>
187187
</method>
188188

189-
<method name='travRandom'>
190-
<digest>DEPRECATED the amount grains are delayed in ms </digest>
191-
<description>DEPRECATED the amount grains are delayed in ms </description>
189+
<method name='env2D'>
190+
<digest>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </digest>
191+
<description>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </description>
192192
</method>
193193

194-
<method name='deviate'>
195-
<digest>deviate a parameter {1} from a center value {2} in the amount of a bipolar depth {3} </digest>
196-
<description>deviate a parameter {1} from a center value {2} in the amount of a bipolar depth {3} </description>
194+
<method name='env2DPosition'>
195+
<digest>sets the 2D envelope position </digest>
196+
<description>sets the 2D envelope position </description>
197197
</method>
198198

199-
<method name='streamDeviate'>
200-
<digest>will deviate any parameter based on streams </digest>
201-
<description>will deviate any parameter based on streams </description>
199+
<method name='delayBuffer'>
200+
<digest>sets the buffer for delay modes 1 and 2 </digest>
201+
<description>sets the buffer for delay modes 1 and 2 </description>
202202
</method>
203203

204-
<method name='trav'>
205-
<digest>DEPRECATED the amount grains are delayed in ms </digest>
206-
<description>DEPRECATED the amount grains are delayed in ms </description>
204+
<method name='glissonBuffer'>
205+
<digest>sets the buffer for glisson modes 1 and 2 </digest>
206+
<description>sets the buffer for glisson modes 1 and 2 </description>
207207
</method>
208208

209-
<method name='streamRandomrange'>
210-
<digest>will deviate any parameter based on streams </digest>
211-
<description>will deviate any parameter based on streams </description>
209+
<method name='done'>
210+
<digest></digest>
211+
<description></description>
212212
</method>
213213

214214
</methodlist>

docs/grainflow.waveform~.maxref.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@
161161
<description>changes the selection triangles </description>
162162
</attribute>
163163

164+
<attribute name='vZoom' get='1' set='1' type='float64' size='1' >
165+
<digest>Increases the Y scale of the waveform </digest>
166+
<description>Increases the Y scale of the waveform </description>
167+
</attribute>
168+
164169
<attribute name='waveformColor' get='1' set='1' type='float64' size='1' >
165170
<digest>Changes the color of the waveform </digest>
166171
<description>Changes the color of the waveform </description>

externals/grainflow.live~.mxe64

-3 KB
Binary file not shown.

externals/grainflow.live~.mxo/Contents/Info.plist

Lines changed: 19 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,40 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>BuildMachineOSBuild</key>
6-
<string>23G93</string>
7-
<key>C74ObjectProperties</key>
8-
<dict>
9-
<key>c74excludefromcollectives</key>
10-
<string>no</string>
11-
</dict>
125
<key>CFBundleDevelopmentRegion</key>
136
<string>English</string>
147
<key>CFBundleExecutable</key>
158
<string>grainflow.live~</string>
9+
<key>CFBundleIconFile</key>
10+
<string></string>
1611
<key>CFBundleIdentifier</key>
17-
<string>com.acme.grainflow-live-</string>
12+
<string>com.acme.${PRODUCT_NAME:rfc1034identifier}</string>
1813
<key>CFBundleInfoDictionaryVersion</key>
1914
<string>6.0</string>
20-
<key>CFBundleLongVersionString</key>
21-
<string>grainflow.live~ 2.1.0 - Copyright (c) 1974 Acme Inc</string>
15+
2216
<key>CFBundlePackageType</key>
2317
<string>iLaX</string>
24-
<key>CFBundleShortVersionString</key>
25-
<string>2.1.0</string>
2618
<key>CFBundleSignature</key>
2719
<string>max2</string>
28-
<key>CFBundleSupportedPlatforms</key>
29-
<array>
30-
<string>MacOSX</string>
31-
</array>
20+
21+
<key>C74ObjectProperties</key>
22+
<dict>
23+
<key>c74excludefromcollectives</key>
24+
<string>no</string>
25+
</dict>
26+
3227
<key>CFBundleVersion</key>
33-
<string>2.1.0</string>
28+
<string>2.1.1</string>
29+
<key>CFBundleShortVersionString</key>
30+
<string>2.1.1</string>
31+
<key>CFBundleLongVersionString</key>
32+
<string>grainflow.live~ 2.1.1 - Copyright (c) 1974 Acme Inc</string>
33+
<key>NSHumanReadableCopyright</key>
34+
<string>Copyright (c) 1974 Acme Inc</string>
35+
3436
<key>CSResourcesFileMapped</key>
3537
<true/>
36-
<key>DTCompiler</key>
37-
<string>com.apple.compilers.llvm.clang.1_0</string>
38-
<key>DTPlatformBuild</key>
39-
<string>24B75</string>
40-
<key>DTPlatformName</key>
41-
<string>macosx</string>
42-
<key>DTPlatformVersion</key>
43-
<string>15.1</string>
44-
<key>DTSDKBuild</key>
45-
<string>24B75</string>
46-
<key>DTSDKName</key>
47-
<string>macosx15.1</string>
48-
<key>DTXcode</key>
49-
<string>1610</string>
50-
<key>DTXcodeBuild</key>
51-
<string>16B40</string>
52-
<key>LSMinimumSystemVersion</key>
53-
<string>10.11</string>
5438
<key>LSRequiresCarbon</key>
5539
<true/>
56-
<key>NSHumanReadableCopyright</key>
57-
<string>Copyright (c) 1974 Acme Inc</string>
5840
</dict>
5941
</plist>
14 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)