Skip to content

Commit

Permalink
merged the save files and added recored OSC setting function
Browse files Browse the repository at this point in the history
  • Loading branch information
HongshuoFan committed Oct 3, 2023
1 parent 27025d8 commit 2cc2d85
Show file tree
Hide file tree
Showing 20 changed files with 1,270 additions and 175 deletions.
4 changes: 2 additions & 2 deletions source/PRiSM_GR.maxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name" : "PRiSM_GR",
"version" : 1,
"creationdate" : 3767087226,
"modificationdate" : 3776680077,
"viewrect" : [ 54.0, 140.0, 415.0, 841.0 ],
"modificationdate" : 3779185707,
"viewrect" : [ 350.0, 241.0, 415.0, 841.0 ],
"autoorganize" : 0,
"hideprojectwindow" : 0,
"showdependencies" : 1,
Expand Down
17 changes: 17 additions & 0 deletions source/_DeletedItems/data/fluid.libmanipulation-init.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
max objectfile fluid.dataset~ fluid.libmanipulation fluid.dataset~;
max objectfile fluid.labelset~ fluid.libmanipulation fluid.labelset~;
max objectfile fluid.kdtree~ fluid.libmanipulation fluid.kdtree~;
max objectfile fluid.kmeans~ fluid.libmanipulation fluid.kmeans~;
max objectfile fluid.skmeans~ fluid.libmanipulation fluid.skmeans~;
max objectfile fluid.knnclassifier~ fluid.libmanipulation fluid.knnclassifier~;
max objectfile fluid.knnregressor~ fluid.libmanipulation fluid.knnregressor~;
max objectfile fluid.normalize~ fluid.libmanipulation fluid.normalize~;
max objectfile fluid.standardize~ fluid.libmanipulation fluid.standardize~;
max objectfile fluid.robustscale~ fluid.libmanipulation fluid.robustscale~;
max objectfile fluid.pca~ fluid.libmanipulation fluid.pca~;
max objectfile fluid.mds~ fluid.libmanipulation fluid.mds~;
max objectfile fluid.umap~ fluid.libmanipulation fluid.umap~;
max objectfile fluid.grid~ fluid.libmanipulation fluid.grid~;
max objectfile fluid.datasetquery~ fluid.libmanipulation fluid.datasetquery~;
max objectfile fluid.mlpregressor~ fluid.libmanipulation fluid.mlpregressor~;
max objectfile fluid.mlpclassifier~ fluid.libmanipulation fluid.mlpclassifier~;
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>fluid.bufspectralshape~</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>org.flucoma.fluid.bufspectralshape-tilde</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>

<key>CFBundlePackageType</key>
<string>iLaX</string>
<key>CFBundleSignature</key>
<string>max2</string>

<key>C74ObjectProperties</key>
<dict>
<key>c74excludefromcollectives</key>
<string></string>
</dict>

<key>CFBundleVersion</key>
<string>1.0.6</string>
<key>CFBundleShortVersionString</key>
<string></string>
<key>CFBundleLongVersionString</key>
<string>fluid.bufspectralshape~ 1.0.6 - Copyright (c) 2017- University of Huddersfield</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2017- University of Huddersfield</string>

<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
</dict>
</plist>

Binary file not shown.
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.
Binary file added source/_DeletedItems/media/social.aif
Binary file not shown.
Binary file added source/_DeletedItems/media/talk.aiff
Binary file not shown.
Loading

0 comments on commit 2cc2d85

Please sign in to comment.