1239 Commits (b11975ea6c0158264bd28aeaf66d1f7e51ddfb5f)
 

Author SHA1 Message Date
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
tremblap 7a1b45d9cb
Merge pull request #21 from weefuzzy/fix/SCBufferValidity
SCBufferAdaptor: Strengthen validity and existence concepts
4 years ago
Owen Green 976e1e664e SCBufferAdaptor: Strengthen validity and existence concepts 4 years ago
Pierre Alexandre Tremblay e14309be93 slight addition to grid help 4 years ago
Pierre Alexandre Tremblay 16e5b1ad6b Typos corrected 4 years ago
Owen Green 18dd4426a2 Update FluidGrid helpfile with GR's suggestions 4 years ago
Pierre Alexandre Tremblay 213576bfc9 The Grid helpfile draft, with loads of questions for both, but with fun examples 4 years ago
Gerard aaec227f37 Grid: change interface to extent / axis 5 years ago
Gerard 7d5b4425ad actually add FludGrid 5 years ago
Gerard 33864c4b2f add FludGrid 5 years ago