1266 Commits (e5c75cf3bb636a41a4b69fef03d34ba88833b6b2)
 

Author SHA1 Message Date
weefuzzy e5c75cf3bb
Introduce stricter ordering for access to mDone atomic in NRT wrapper (#30)
This works perfectly
4 years ago
Ted Moore 11f9423426 added to Guide: FluidBufToKr and FluidKrToBuf 4 years ago
Ted Moore 3b5df16274 helpfiles made: FluidBufToKr and FluidKrToBuf 4 years ago
Ted Moore 0f2ddd85d0 Merge branch 'FluidPlotter-and-FluidWaveform'
# Conflicts:
#	release-packaging/Classes/FluidPlotter.sc
4 years ago
Ted Moore 159676b6d5 removed 'fromHex' in FluidPlotter 4 years ago
Ted Moore 5134571e91 moved STFT and added FluidStats 4 years ago
Ted Moore 905ad8a0bc added FluidGrid to Guide 4 years ago
Ted Moore 44f91f8e82 removed 'fromHex' in FluidPlotter 4 years ago
Ted Moore fb053f3c71
FluidPlotter & FluidWaveform (#36)
* FluidPlotter and test file

highlight method sets color

* FluidPlotter is beta

* added some error checks and warnings

* FluidWaveform in alpha

* updated fluid plotter to require fewer external defers

* fluid plotter synced up with james' max one, helpfile _started_

* fix/FluidPlotter

only worked with KMeans, not it also works with a user created LabelSet

* FluidPlotter helpfile done

* FluidWaveform delete temp file

delete it right away instead of on close

* initialize with internal dict

a plotter initialized with no 'dict' now makes an empty internal dict so that one can use 'setPoint' and 'addPoint' right off the bat

* FluidWaveform helpfile made

Co-authored-by: tremblap <info@pierrealexandretremblay.com>
4 years ago
tremblap 7f58e76a79
Merge branch 'main' into FluidPlotter-and-FluidWaveform 4 years ago
Pierre Alexandre Tremblay 5933b96cff correct typo 4 years ago
Ted Moore 5815a2258f include FluidPlotter and FluidWaveform 4 years ago
Ted Moore b27f0b0b82 Updated Guide to include FluidPlotter and FluidWaveform 4 years ago
Pierre Alexandre Tremblay d194d522b4 Merge branch 'main' of https://github.com/flucoma/flucoma-sc 4 years ago
Pierre Alexandre Tremblay d33fef37d4 corrected errors in LabelSet classdef and help + added getIDs 4 years ago
Pierre Alexandre Tremblay edb1bc558f corrected errors in DataSet classdef and help 4 years ago
Ted Moore e0d30986a2 FluidWaveform helpfile made 4 years ago
Ted Moore 511a8d19d4 initialize with internal dict
a plotter initialized with no 'dict' now makes an empty internal dict so that one can use 'setPoint' and 'addPoint' right off the bat
4 years ago
Ted Moore 4096ff836b FluidWaveform delete temp file
delete it right away instead of on close
4 years ago
Ted Moore 97b16d418f FluidPlotter helpfile done 4 years ago
Ted Moore 6b4f236e03 fix/FluidPlotter
only worked with KMeans, not it also works with a user created LabelSet
4 years ago
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 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
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