Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ampcurve, onsetcurve, noveltycurve + buf versions #151

Merged
merged 35 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8bf2029
Add ampcurve, onsetcurve, noveltycurve + buf versions
weefuzzy Mar 8, 2022
5bd92f3
add init file so help maps to the relevant slicer
Mar 10, 2022
33704db
update help file to show a curve example
Mar 10, 2022
5f02c13
update novelty slice with curve docs
Mar 28, 2022
d9a73a4
bufonsetcurve~ help
Mar 28, 2022
9e7dd64
update aliases
Mar 28, 2022
531f111
update ampcurve docs
Mar 28, 2022
ab4c700
realtime curve/feature/docs
Mar 28, 2022
bd3788f
rename <X>Curve -> <X>Feature
weefuzzy Mar 28, 2022
cf904bd
update cpp code for fluid.<x>curve~ -> fluid.<x>feature~
weefuzzy Mar 28, 2022
6a405f2
add realtime feature detection help
Mar 28, 2022
6fd1e51
Merge branch 'enhance/change-detection-features' of https://github.co…
weefuzzy Mar 28, 2022
5c7c757
remove curves init file
Mar 28, 2022
f3e06d2
add standalone bufnoveltyfeature help file
Mar 28, 2022
d47b3af
remove feature tab from noveltyslice
Mar 28, 2022
c7f5990
cleanup novelty feature
Mar 29, 2022
dee9997
reset onsetslice to its former glory
Mar 29, 2022
0a8f92a
onsetfeature help file
Mar 29, 2022
a45f786
revert ampslice help file
Mar 29, 2022
4566783
add ampfeature help file
Mar 29, 2022
4f227c9
cosmetic
Mar 29, 2022
5a9471f
remove blocking tab from onsetfeature
Mar 29, 2022
f0b8153
reset noveltyslice help file
Mar 29, 2022
800c354
add noveltyfeature help file
Mar 29, 2022
f06cea0
remove feature tab from bufampslice help file
Mar 29, 2022
3d3337e
bufampfeature help file
Mar 29, 2022
72029dd
add bufonsetfeature help file
Mar 29, 2022
49f4250
remove bufonsetfeature from bufonsetslice help file
Mar 29, 2022
3f5eeac
add text to onsetfeature
Mar 29, 2022
9a58b6c
additional texts
Mar 29, 2022
c8ca783
update @algorithm
Mar 29, 2022
68cee88
update noveltyslice @algorithm
Mar 29, 2022
0dfbb46
fix poorly spelt attribute
Mar 29, 2022
9a82d68
fix bufonsetfeature red
Mar 29, 2022
d6af7c3
nuance examples
Mar 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
681 changes: 681 additions & 0 deletions help/fluid.ampfeature~.maxhelp

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions help/fluid.ampslice~.maxhelp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"fileversion" : 1,
"appversion" : {
"major" : 8,
"minor" : 2,
"revision" : 2,
"minor" : 3,
"revision" : 0,
"architecture" : "x64",
"modernui" : 1
}
,
"classnamespace" : "box",
"rect" : [ 39.0, 87.0, 902.0, 702.0 ],
"rect" : [ 34.0, 87.0, 907.0, 727.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -51,14 +51,14 @@
"fileversion" : 1,
"appversion" : {
"major" : 8,
"minor" : 2,
"revision" : 2,
"minor" : 3,
"revision" : 0,
"architecture" : "x64",
"modernui" : 1
}
,
"classnamespace" : "box",
"rect" : [ 0.0, 26.0, 902.0, 676.0 ],
"rect" : [ 0.0, 26.0, 907.0, 701.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -444,14 +444,14 @@
"fileversion" : 1,
"appversion" : {
"major" : 8,
"minor" : 2,
"revision" : 2,
"minor" : 3,
"revision" : 0,
"architecture" : "x64",
"modernui" : 1
}
,
"classnamespace" : "box",
"rect" : [ 39.0, 113.0, 902.0, 676.0 ],
"rect" : [ 34.0, 113.0, 907.0, 701.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -1196,14 +1196,14 @@
"fileversion" : 1,
"appversion" : {
"major" : 8,
"minor" : 2,
"revision" : 2,
"minor" : 3,
"revision" : 0,
"architecture" : "x64",
"modernui" : 1
}
,
"classnamespace" : "box",
"rect" : [ 0.0, 26.0, 902.0, 676.0 ],
"rect" : [ 0.0, 26.0, 907.0, 701.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -1236,7 +1236,7 @@
"lines" : [ ]
}
,
"patching_rect" : [ 190.0, 10.0, 25.0, 22.0 ],
"patching_rect" : [ 279.0, 10.0, 25.0, 22.0 ],
"saved_object_attributes" : {
"description" : "",
"digest" : "",
Expand Down
Loading