Skip to content

Commit db7404c

Browse files
composingcapChris Poovey
authored andcommitted
fix bug with delay times
1 parent 1e6dea5 commit db7404c

23 files changed

Lines changed: 546 additions & 21 deletions

File tree

docs/grainflow~.maxref.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@
7676
<description>DEPRICATED message to set the amound grains are delayed in ms </description>
7777
</method>
7878

79-
<method name='envPositionRandom'>
80-
<digest>sets the 2D envelope position </digest>
81-
<description>sets the 2D envelope position </description>
82-
</method>
83-
8479
<method name='streamTarget'>
8580
<digest>messages will target grains assigned to this stream </digest>
8681
<description>messages will target grains assigned to this stream </description>
@@ -186,26 +181,11 @@
186181
<description>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </description>
187182
</method>
188183

189-
<method name='nEnvelopes'>
190-
<digest>sets the number of envelopes in the 2d envelope buffer </digest>
191-
<description>sets the number of envelopes in the 2d envelope buffer </description>
192-
</method>
193-
194-
<method name='envPosition'>
195-
<digest>sets the 2D envelope position </digest>
196-
<description>sets the 2D envelope position </description>
197-
</method>
198-
199184
<method name='env2DPosition'>
200185
<digest>sets the 2D envelope position </digest>
201186
<description>sets the 2D envelope position </description>
202187
</method>
203188

204-
<method name='envPositionOffset'>
205-
<digest>sets the 2D envelope position </digest>
206-
<description>sets the 2D envelope position </description>
207-
</method>
208-
209189
<method name='delayBuffer'>
210190
<digest>sets the buffer for delay modes 1 and 2 </digest>
211191
<description>sets the buffer for delay modes 1 and 2 </description>
@@ -403,11 +383,31 @@
403383
<description>the maximum number of voices/grains. You will need to restart audio after setting this. </description>
404384
</attribute>
405385

386+
<attribute name='envPositionRandom' get='1' set='1' type='float64' size='1' >
387+
<digest>sets the 2D envelope position </digest>
388+
<description>sets the 2D envelope position </description>
389+
</attribute>
390+
406391
<attribute name='liveMode' get='1' set='1' type='long' size='1' >
407392
<digest>removes samplerate correction from a buffers samplerate</digest>
408393
<description>removes samplerate correction from a buffers samplerate. This is useful with live granulation if a buffer is created them Max's samplerate changes. </description>
409394
</attribute>
410395

396+
<attribute name='nEnvelopes' get='1' set='1' type='float64' size='1' >
397+
<digest>sets the number of envelopes in the 2d envelope buffer </digest>
398+
<description>sets the number of envelopes in the 2d envelope buffer </description>
399+
</attribute>
400+
401+
<attribute name='envPosition' get='1' set='1' type='float64' size='1' >
402+
<digest>sets the 2D envelope position </digest>
403+
<description>sets the 2D envelope position </description>
404+
</attribute>
405+
406+
<attribute name='envPositionOffset' get='1' set='1' type='float64' size='1' >
407+
<digest>sets the 2D envelope position </digest>
408+
<description>sets the 2D envelope position </description>
409+
</attribute>
410+
411411
</attributelist>
412412

413413

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<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>
12+
<key>CFBundleDevelopmentRegion</key>
13+
<string>English</string>
14+
<key>CFBundleExecutable</key>
15+
<string>grainflow.spatview~</string>
16+
<key>CFBundleIdentifier</key>
17+
<string>com.acme.grainflow-spatview-</string>
18+
<key>CFBundleInfoDictionaryVersion</key>
19+
<string>6.0</string>
20+
<key>CFBundleLongVersionString</key>
21+
<string>grainflow.spatview~ 2.02 - Copyright (c) 1974 Acme Inc</string>
22+
<key>CFBundlePackageType</key>
23+
<string>iLaX</string>
24+
<key>CFBundleShortVersionString</key>
25+
<string>2.02</string>
26+
<key>CFBundleSignature</key>
27+
<string>max2</string>
28+
<key>CFBundleSupportedPlatforms</key>
29+
<array>
30+
<string>MacOSX</string>
31+
</array>
32+
<key>CFBundleVersion</key>
33+
<string>2.02</string>
34+
<key>CSResourcesFileMapped</key>
35+
<true/>
36+
<key>DTCompiler</key>
37+
<string>com.apple.compilers.llvm.clang.1_0</string>
38+
<key>DTPlatformBuild</key>
39+
<string>24A336</string>
40+
<key>DTPlatformName</key>
41+
<string>macosx</string>
42+
<key>DTPlatformVersion</key>
43+
<string>15.0</string>
44+
<key>DTSDKBuild</key>
45+
<string>24A336</string>
46+
<key>DTSDKName</key>
47+
<string>macosx15.0</string>
48+
<key>DTXcode</key>
49+
<string>1600</string>
50+
<key>DTXcodeBuild</key>
51+
<string>16A242d</string>
52+
<key>LSMinimumSystemVersion</key>
53+
<string>10.11</string>
54+
<key>LSRequiresCarbon</key>
55+
<true/>
56+
<key>NSHumanReadableCopyright</key>
57+
<string>Copyright (c) 1974 Acme Inc</string>
58+
</dict>
59+
</plist>
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
iLaX????
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>files</key>
6+
<dict/>
7+
<key>files2</key>
8+
<dict/>
9+
<key>rules</key>
10+
<dict>
11+
<key>^Resources/</key>
12+
<true/>
13+
<key>^Resources/.*\.lproj/</key>
14+
<dict>
15+
<key>optional</key>
16+
<true/>
17+
<key>weight</key>
18+
<real>1000</real>
19+
</dict>
20+
<key>^Resources/.*\.lproj/locversion.plist$</key>
21+
<dict>
22+
<key>omit</key>
23+
<true/>
24+
<key>weight</key>
25+
<real>1100</real>
26+
</dict>
27+
<key>^Resources/Base\.lproj/</key>
28+
<dict>
29+
<key>weight</key>
30+
<real>1010</real>
31+
</dict>
32+
<key>^version.plist$</key>
33+
<true/>
34+
</dict>
35+
<key>rules2</key>
36+
<dict>
37+
<key>.*\.dSYM($|/)</key>
38+
<dict>
39+
<key>weight</key>
40+
<real>11</real>
41+
</dict>
42+
<key>^(.*/)?\.DS_Store$</key>
43+
<dict>
44+
<key>omit</key>
45+
<true/>
46+
<key>weight</key>
47+
<real>2000</real>
48+
</dict>
49+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
50+
<dict>
51+
<key>nested</key>
52+
<true/>
53+
<key>weight</key>
54+
<real>10</real>
55+
</dict>
56+
<key>^.*</key>
57+
<true/>
58+
<key>^Info\.plist$</key>
59+
<dict>
60+
<key>omit</key>
61+
<true/>
62+
<key>weight</key>
63+
<real>20</real>
64+
</dict>
65+
<key>^PkgInfo$</key>
66+
<dict>
67+
<key>omit</key>
68+
<true/>
69+
<key>weight</key>
70+
<real>20</real>
71+
</dict>
72+
<key>^Resources/</key>
73+
<dict>
74+
<key>weight</key>
75+
<real>20</real>
76+
</dict>
77+
<key>^Resources/.*\.lproj/</key>
78+
<dict>
79+
<key>optional</key>
80+
<true/>
81+
<key>weight</key>
82+
<real>1000</real>
83+
</dict>
84+
<key>^Resources/.*\.lproj/locversion.plist$</key>
85+
<dict>
86+
<key>omit</key>
87+
<true/>
88+
<key>weight</key>
89+
<real>1100</real>
90+
</dict>
91+
<key>^Resources/Base\.lproj/</key>
92+
<dict>
93+
<key>weight</key>
94+
<real>1010</real>
95+
</dict>
96+
<key>^[^/]+$</key>
97+
<dict>
98+
<key>nested</key>
99+
<true/>
100+
<key>weight</key>
101+
<real>10</real>
102+
</dict>
103+
<key>^embedded\.provisionprofile$</key>
104+
<dict>
105+
<key>weight</key>
106+
<real>20</real>
107+
</dict>
108+
<key>^version\.plist$</key>
109+
<dict>
110+
<key>weight</key>
111+
<real>20</real>
112+
</dict>
113+
</dict>
114+
</dict>
115+
</plist>

0 commit comments

Comments
 (0)