Ted Moore
372fca134f
fluid plotter synced up with james' max one, helpfile _started_
4 years ago
Ted Moore
bf899a100b
updated fluid plotter to require fewer external defers
4 years ago
Ted Moore
636d9b2e78
FluidWaveform in alpha
4 years ago
Ted Moore
dca175a0f7
removed extraneous postlns in FluidNormalize & FluidStats
4 years ago
Ted Moore
c103897eb8
edited example 8b-mlp-synth-control
...
brought it in line with the max example.
the user must put the synth params and 2D slider where they want them, _and then_ click 'add point'.
also simplified some of the SC code.
4 years ago
Ted Moore
f96f5d7000
added some error checks and warnings
4 years ago
Ted Moore
656ff21b71
FluidPlotter is beta
4 years ago
Ted Moore
0e5980580a
FluidPlotter and test file
...
highlight method sets color
4 years ago
Ted Moore
bff1b1fe80
FluidPitch.schelp
4 years ago
Ted Moore
b11975ea6c
FluidPitch.schelp
4 years ago
Pierre Alexandre Tremblay
fedaa68b45
typo in bufselectevery + change of letters in method
4 years ago
Pierre Alexandre Tremblay
ea4c644bd1
Merge branch 'main' of https://github.com/flucoma/flucoma-sc
4 years ago
weefuzzy
6f1f0be18d
Fix possible misconfuguration and crashes when user SC is built using system boost ( #27 )
...
it works on all 3 oses
4 years ago
Pierre Alexandre Tremblay
d32c377980
Merge remote-tracking branch 'origin/fix/system-boost'
4 years ago
Ted Moore
c72f7a9575
added FluidBufToKr.kr and FluidKrToBuf.kr ( #24 )
...
* added FluidBufToKr.kr and FluidKrToBuf.kr
* tested a few more use cases, no problems detected
* Update release-packaging/Classes/FluidBufToKr.sc
Co-authored-by: weefuzzy <gungwho@gmail.com>
* semicolon
added a the end of line 4
* check if the buffer is huge (like an audio file)
if one tries to pass a huge buffer to either, this is throw an error and report the number of frames in that buffer. I tested it with an audio file-size buffer and it froze the server (not crash though, the bar stayed green...?).
* added huge buffer check to BufToKr as well
* added one more validity check and re tested
* FluidBufToKr now can return single value or array
if the buffer is only one frame long, it will return a single value instead of an array of length one (which is what it did before)
Co-authored-by: weefuzzy <gungwho@gmail.com>
4 years ago
Owen Green
1f2dc356bb
Fix possible misconfuguration and crashes when user SC is built using system boost
4 years ago
Owen Green
a2f66aedc5
Merge branch 'feature/named+rolling' into fix/mlp-issues+named
4 years ago
Owen Green
28b3e72a71
Merge branch 'object/fluidstats' into feature/named+rolling
4 years ago
Owen Green
2f39bb1140
Merge branch 'feature/named+rolling' into fix/mlp-issues+named
4 years ago
Owen Green
0da90f635d
Fix RT wrapper when no streaming inputs (NMFMorph)
4 years ago
Owen Green
33c9253b06
Fix OSC packet construction for tuples
4 years ago
Owen Green
56bd523bcd
Add param referesh to NRT wrapper; update MLP read in sclang
4 years ago
Pierre Alexandre Tremblay
f63ae2cab3
Merge remote-tracking branch 'origin/pr/25' into feature/named+rolling
4 years ago
Pierre Alexandre Tremblay
cce4f53238
FluidMFCC - corrects the input checking
4 years ago
Pierre Alexandre Tremblay
26a4e4c1a4
(buf)MFCCs class and help adding startCoeff
4 years ago
Owen Green
b227f42875
Named PCA, MLPs, UMAP
4 years ago
Owen Green
ec7409ebf9
Named RobustScale
4 years ago
Owen Green
eda82ccc6e
Named Standardize
4 years ago
Owen Green
531f6e8399
Correct KNNRegressor
4 years ago
Owen Green
3b7f6239bc
Named Normalize
4 years ago
Owen Green
6e44926cf6
Better FluidStats class and basic example for help
4 years ago
Owen Green
984880aace
Named KNNRegressor
4 years ago
Owen Green
946ab2c459
Named KNNClassifier
4 years ago
Owen Green
a1fad50008
Names KMeans
4 years ago
Owen Green
0b6f7acd18
Named KDTree
4 years ago
Pierre Alexandre Tremblay
eaaaa64038
Merge branch 'helpfilemending' into main
4 years ago
Owen Green
0156942315
FluidStats UGen first try
4 years ago
Owen Green
120dd3e722
Enable control inputs, change control output layout
4 years ago
Ted Moore
d3fab572b8
re commit FluidDataSet help
4 years ago
Ted Moore
78a7418fef
updated some of the help files to remove 'labelled' langugae and replace it with 'identifier' language
4 years ago
James Bradbury
afe6b31fbc
normalise language for label/identifier
4 years ago
James Bradbury
5786ae34a8
update digest for label set
4 years ago
James Bradbury
5ffc218982
update language for set/get/update point methods docs
4 years ago
James Bradbury
085704e48a
update addpoint method arguments docs
4 years ago
James Bradbury
a676c6e80e
update addpoint method
4 years ago
James Bradbury
e8fce999ed
existant is not the right word here
4 years ago
James Bradbury
b5a707f233
update digest for FluidDataSet
4 years ago
Pierre Alexandre Tremblay
b9a8dd16d9
replaces the many erroneous references to labels when we meat identifiers, and a few more typos fix #23
4 years ago
tremblap
5237cc5a3c
Merge pull request #20 from weefuzzy/better-concurrency
...
Better concurrency
4 years ago
tremblap
76e215b2b6
Merge pull request #17 from tedmoore/main
...
startFrame argument and indicated onset frame
4 years ago