Skip to content

Commit

Permalink
fix bug with delay times
Browse files Browse the repository at this point in the history
  • Loading branch information
composingcap authored and Chris Poovey committed Sep 21, 2024
1 parent 1e6dea5 commit db7404c
Show file tree
Hide file tree
Showing 23 changed files with 546 additions and 21 deletions.
40 changes: 20 additions & 20 deletions docs/grainflow~.maxref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
<description>DEPRICATED message to set the amound grains are delayed in ms </description>
</method>

<method name='envPositionRandom'>
<digest>sets the 2D envelope position </digest>
<description>sets the 2D envelope position </description>
</method>

<method name='streamTarget'>
<digest>messages will target grains assigned to this stream </digest>
<description>messages will target grains assigned to this stream </description>
Expand Down Expand Up @@ -186,26 +181,11 @@
<description>sets the envelope buffer with a second argument defining the number of envelopes in the buffer </description>
</method>

<method name='nEnvelopes'>
<digest>sets the number of envelopes in the 2d envelope buffer </digest>
<description>sets the number of envelopes in the 2d envelope buffer </description>
</method>

<method name='envPosition'>
<digest>sets the 2D envelope position </digest>
<description>sets the 2D envelope position </description>
</method>

<method name='env2DPosition'>
<digest>sets the 2D envelope position </digest>
<description>sets the 2D envelope position </description>
</method>

<method name='envPositionOffset'>
<digest>sets the 2D envelope position </digest>
<description>sets the 2D envelope position </description>
</method>

<method name='delayBuffer'>
<digest>sets the buffer for delay modes 1 and 2 </digest>
<description>sets the buffer for delay modes 1 and 2 </description>
Expand Down Expand Up @@ -403,11 +383,31 @@
<description>the maximum number of voices/grains. You will need to restart audio after setting this. </description>
</attribute>

<attribute name='envPositionRandom' get='1' set='1' type='float64' size='1' >
<digest>sets the 2D envelope position </digest>
<description>sets the 2D envelope position </description>
</attribute>

<attribute name='liveMode' get='1' set='1' type='long' size='1' >
<digest>removes samplerate correction from a buffers samplerate</digest>
<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>
</attribute>

<attribute name='nEnvelopes' get='1' set='1' type='float64' size='1' >
<digest>sets the number of envelopes in the 2d envelope buffer </digest>
<description>sets the number of envelopes in the 2d envelope buffer </description>
</attribute>

<attribute name='envPosition' get='1' set='1' type='float64' size='1' >
<digest>sets the 2D envelope position </digest>
<description>sets the 2D envelope position </description>
</attribute>

<attribute name='envPositionOffset' get='1' set='1' type='float64' size='1' >
<digest>sets the 2D envelope position </digest>
<description>sets the 2D envelope position </description>
</attribute>

</attributelist>


Expand Down
Binary file modified externals/grainflow.spatview~.mxe64
Binary file not shown.
Binary file modified externals/grainflow.spatview~.mxo/Contents/MacOS/grainflow.spatview~
100644 → 100755
Binary file not shown.
Binary file modified externals/grainflow.waveform~.mxe64
Binary file not shown.
Binary file modified externals/grainflow.waveform~.mxo/Contents/MacOS/grainflow.waveform~
100644 → 100755
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>23G93</string>
<key>C74ObjectProperties</key>
<dict>
<key>c74excludefromcollectives</key>
<string>no</string>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>grainflow.spatview~</string>
<key>CFBundleIdentifier</key>
<string>com.acme.grainflow-spatview-</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>grainflow.spatview~ 2.02 - Copyright (c) 1974 Acme Inc</string>
<key>CFBundlePackageType</key>
<string>iLaX</string>
<key>CFBundleShortVersionString</key>
<string>2.02</string>
<key>CFBundleSignature</key>
<string>max2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.02</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>24A336</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>15.0</string>
<key>DTSDKBuild</key>
<string>24A336</string>
<key>DTSDKName</key>
<string>macosx15.0</string>
<key>DTXcode</key>
<string>1600</string>
<key>DTXcodeBuild</key>
<string>16A242d</string>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 1974 Acme Inc</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iLaX????
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict/>
<key>files2</key>
<dict/>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>23G93</string>
<key>C74ObjectProperties</key>
<dict>
<key>c74excludefromcollectives</key>
<string>no</string>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>grainflow.waveform~</string>
<key>CFBundleIdentifier</key>
<string>com.acme.grainflow-waveform-</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>grainflow.waveform~ 2.02 - Copyright (c) 1974 Acme Inc</string>
<key>CFBundlePackageType</key>
<string>iLaX</string>
<key>CFBundleShortVersionString</key>
<string>2.02</string>
<key>CFBundleSignature</key>
<string>max2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.02</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>24A336</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>15.0</string>
<key>DTSDKBuild</key>
<string>24A336</string>
<key>DTSDKName</key>
<string>macosx15.0</string>
<key>DTXcode</key>
<string>1600</string>
<key>DTXcodeBuild</key>
<string>16A242d</string>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 1974 Acme Inc</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iLaX????
Loading

0 comments on commit db7404c

Please sign in to comment.