308 Commits (60659962a2c47b9913ed3fea0cc363d4cdf45c65)

Author SHA1 Message Date
Owen Green 4c1db2cb23 Correct wrong UGen name in FluidBufCompose.sc 5 years ago
Owen Green 5cbe109c93 Add /flush to force server cache reset with internal Server 5 years ago
Gerard de2f9ec2a1 Revert "JSON: replace null for nil"
This reverts commit 473d6e3cdf.
5 years ago
Gerard 473d6e3cdf JSON: replace null for nil 5 years ago
Owen Green d4049a4f6c Fix data object cache lookup 5 years ago
Pierre Alexandre Tremblay dc3157c5eb UMAP: added KR and example testing 5 years ago
Pierre Alexandre Tremblay 82d6a2b355 UMAP: transformPoint method def, and example in help file 5 years ago
Pierre Alexandre Tremblay caff6c3c29 umap: improved class definition and help example 5 years ago
Pierre Alexandre Tremblay 756fa8384f Merge branch 'refactor/NRTSynths' into FluidRobustScale 5 years ago
Owen Green d49ba1bbb0 Add retro-proof constructors for DataSet and LabelSet
(simply consume surplus name argument rather than forwarding up the 
chain)
5 years ago
Pierre Alexandre Tremblay 25381e6583 pre-release cleaning of the helpfiles 5 years ago
Pierre Alexandre Tremblay 25b6633c45 Merge commit '41815a8da040a6c0e13eb7bb1258787d7a65632e' into FluidRobustScale 5 years ago
Owen Green 41815a8da0 Fix processBlocking signature in SC sclient 5 years ago
Pierre Alexandre Tremblay 886a3006bf UMAP: removed batchSize, added fit and transform method and examples 5 years ago
Pierre Alexandre Tremblay b066e6fcd7 helpfile corrected and right default values 5 years ago
Pierre Alexandre Tremblay e043d406fb FluidRobustScale: Now with proper interface 5 years ago
Pierre Alexandre Tremblay 7f41959d63 FluidRobustScale: works with the old interface 5 years ago
Pierre Alexandre Tremblay b003b7a759 FluidRobustScale: first copying of normalise's code 5 years ago
Pierre Alexandre Tremblay bbe715287e tidying up 5 years ago
Owen Green 14b3525f2c FluidBufProcessor needs its own counter
if its going to reset on cmd period
5 years ago
Owen Green 36d91e37b8 Correct UGen classname for BufProcessers with long names 5 years ago
Owen Green 558f73e7cf ProxyUGen: Remove vestigial debug print 5 years ago
Owen Green a60104d536 Server object: add *freeAll convinience method 5 years ago
Owen Green cbb6cbef3d Server cache: bundle 'free' messages on clear. 5 years ago
Owen Green 9eb2a44a69 Use (hacky) NRT SendReply for responses
This solves problems wih behaviour w/r/t server sync
5 years ago
Owen Green c0ec922564 Cache refresh Add some nil checks on Cmd-Period 5 years ago
Pierre Alexandre Tremblay 50b59a39cf relective merge branch 'nested-iterator-with-condition' into refactor/NRTSynths 5 years ago
Owen Green d2b95f2134 FluidDataObject: Don't send state update and command as bundle
Makes reasoning about overall sequences hard if using server latency, 
produces 'late' messages otherwise: we just need guarantee of ordering, 
not simultaneity.
5 years ago
Owen Green 78cf7bb20d FluidBufProcessor: Properly reset cache on command period
So that it reinstantiates properly
5 years ago
Owen Green 5b030b7a40 DataSet.sc add completion message to refresh buffer in getPoint / updatePoint 5 years ago
Owen Green 8d9419cb9e DataSet SC pass label into deletePoint 5 years ago
Owen Green d0cbf95550 Update SC classes 5 years ago
Pierre Alexandre Tremblay 50247dba33 Merge commit 'db297c384562aa51b976d3efe55e3c71f63cd265' into nested-iterator-with-condition 5 years ago
Owen Green db297c3845 Dataest & Co: Clear server side caches on internal server reboot
resolves #77
5 years ago
Pierre Alexandre Tremblay 09192e0f53 Merge branch 'clients/inter_client_comms' into nested-iterator-with-condition 5 years ago
Pierre Alexandre Tremblay 0bcbfb8d9d typo in MLP parameter 5 years ago
Pierre Alexandre Tremblay 0e1a62b11a now adapted for using our folder/dataset creators 5 years ago
Pierre Alexandre Tremblay 742e13f2b6 umap: amended helpfile and classdef 5 years ago
Pierre Alexandre Tremblay 81cb2c9c94 initial UMAP class/help/entry 5 years ago
Pierre Alexandre Tremblay b5bf144299 FluidCorpusLoader: using -1 as a silence channel ID to fill the blanks (see SC_BufReadCommand::CopyChannels) instead of filling with a modulo of the input. 5 years ago
Owen Green 32e53cb955 KDTree decouple response parsing from numNeighbours so that radius works 5 years ago
Owen Green 99aea5cbaf FluidMessageResponse: handle cases where we don't know the number of response elements in advance 5 years ago
Gerard 27bdb4f94d FluidKDTree radius 5 years ago
Pierre Alexandre Tremblay 03110a5a30 added transformJoin reference and method def to DataSetQuery 5 years ago
Pierre Alexandre Tremblay 574ddcd0fe bufscale has rect input too - with modified bufstats weighing examples accordingly 5 years ago
Pierre Alexandre Tremblay e4607bf097 change to BufThresh to accept rect selection 5 years ago
Pierre Alexandre Tremblay c663657c72 bufthresh and bufscale now with verbose parameter names (and corrected an error in the examples of the latter) 5 years ago
Pierre Alexandre Tremblay 3f18ff60b9 removed weigthsThreshold on bufstats 5 years ago
Owen Green 69b319d1d1 Add FluidBufScale and FluidBufThresh 5 years ago
Pierre Alexandre Tremblay 63e528bc9d error in BufStats.kr class def 5 years ago