10 Commits (372fca134fade5d57a85e34d7367b5d65974bc2a)

Author SHA1 Message Date
Ted Moore 372fca134f fluid plotter synced up with james' max one, helpfile _started_ 4 years ago
Ted Moore 636d9b2e78 FluidWaveform in alpha 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 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 77ab8cb91a Undo dunce boy move 5 years ago
Owen Green e1c8fe7d98 Reduce contention to try and fix #67 5 years ago
Owen Green d6905db3a3 New free message; no dice if server not running; working freeAll 6 years ago
Owen Green 4b88b405d7 Enable persistence for Dataset, Labelset and 'model' objects
viz. KDTree, KMeans,KNN, Normalize, PCA and Standardize. Most changes in 
FluidManipulationClient
6 years ago