1064 Commits (8aa4184bcd1db2f51cb2f5fb4e6c81b5ecd86037)
 

Author SHA1 Message Date
Owen Green 8aa4184bcd Fix standard library selection on OS X
For test program compile during configure stage when targeting 10.8 from 
>=10.15
5 years ago
Owen Green 605e16cadc Fix setting of CMAKE_OSX_DEPLOYMENT_TAGRET 5 years ago
Pierre Alexandre Tremblay b24701daa1 pre release typos and new examples 5 years ago
Owen Green f948988167 Remove spurious postln in FluidKDTree.kr 5 years ago
Owen Green 7a0fdecc98 Fix args passing for RT query UGens 5 years ago
Pierre Alexandre Tremblay 964dc4984a typos corrections pre-release 5 years ago
Pierre Alexandre Tremblay c21e835e71 removed doublewait in bufcompose 5 years ago
Owen Green c46f84fb9c Merge branch 'clients/inter_client_comms' of https://bitbucket.org/flucoma/flucoma-supercollider into clients/inter_client_comms 5 years ago
Owen Green 4a4a2350f6 Merge branch 'fix/UGensAsClasses' into clients/inter_client_comms 5 years ago
Owen Green bdcf5b0474 Merge branch 'clients/inter_client_comms' into fix/windows_linux_builds 5 years ago
Pierre Alexandre Tremblay 0521c25bf3 typo 5 years ago
Pierre Alexandre Tremblay 0d5f0246d5 fix typo help ampslice 5 years ago
Owen Green 3e0ee81eea Merge branch 'clients/inter_client_comms' into fix/UGensAsClasses 5 years ago
Owen Green 4c277baf60 Add explicit *Query UGen classes for RT model objects
Enables use in SynthDefs
5 years ago
Owen Green 4da973c25b Amend server side RT query Unit name
So that it can be a legal sclang class name
5 years ago
Owen Green e4fb058bde Add FluidDataSetWrTrigger 5 years ago
Owen Green 901725b132 Provide slightly more context in error messages 5 years ago
Pierre Alexandre Tremblay be7e7d7550 help: two typos sorted 5 years ago
Owen Green 246f9e2b1f Ensure that threaded jobs still have a completion message to send
(broken by 6065996)
5 years ago
Owen Green 4a6959c104 Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
Owen Green 1d987d3db9 Merge branch 'clients/inter_client_comms' into fix/windows_linux_builds 5 years ago
Owen Green b56f9537e6 Fix indiscriminate wait() for buffer processors 5 years ago
Owen Green 1fc8b2a3da Fix various warnings from MSVC / GCC 5 years ago
Owen Green 3e31a4dcb4 Fix arcana that made MSVC / GCC sad
GCC doesn't like specializations of inner classes declared inline, or 
using a shorthand type alias for static template member variable 
initialisation. 

MSVC doesn't like using a private type alias
5 years ago
Owen Green aba2795644 Fix Windows FluidManipulation object size build error 5 years ago
Owen Green 8b37813b43 Fix windows build errors by sandboxing new SendReply dependency
Deals with macro name clashes, and also better enacapsulates unfortunate 
dep on SC internals, as well as improving build times
5 years ago
Owen Green 0fc7272c38 Remove unused index packs
MSVC doesn't like them, and they're not longer needed
5 years ago
Owen Green 60659962a2 Fix RT memory leak with completion messages found by Ted Moore
A paradigmatic example of why raw pointers are hard: ASyncCmd takes 
ownership of the cmd pointer, but *copies* the completion message (so we 
still need to free the latter)
5 years ago
Owen Green 4c1db2cb23 Correct wrong UGen name in FluidBufCompose.sc 5 years ago
Owen Green 1e094ae062 Fix FluidKDTree kr crash
Don't persist in trying to read ID as srting
5 years ago
Owen Green 362d227040 Merge branch 'FluidRobustScale' into clients/inter_client_comms 5 years ago
Owen Green d96bec54b1 Merge branch 'refactor/NRTSynths' into clients/inter_client_comms 5 years ago
Pierre Alexandre Tremblay 44947ef732 other further explanation 5 years ago
Pierre Alexandre Tremblay 20e718668f prerelease tidy up 5 years ago
Owen Green 5cbe109c93 Add /flush to force server cache reset with internal Server 5 years ago
Gerard c8c9a8ed4d Merge branch 'FluidRobustScale' of https://bitbucket.org/flucoma/flucoma-supercollider into FluidRobustScale 5 years ago
Gerard de2f9ec2a1 Revert "JSON: replace null for nil"
This reverts commit 473d6e3cdf.
5 years ago
Pierre Alexandre Tremblay e1e74cad49 PCA: reformulate variance explanation 5 years ago
Pierre Alexandre Tremblay afa65115a0 UMAP: removed batchSize from help 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 f932628538 new interface for DataSet and LabelSet helpfiles 5 years ago
Pierre Alexandre Tremblay dc3157c5eb UMAP: added KR and example testing 5 years ago
Gerard 3f0717d8d4 UMAP transformPoint and RT interface 5 years ago
Pierre Alexandre Tremblay 82d6a2b355 UMAP: transformPoint method def, and example in help file 5 years ago
Pierre Alexandre Tremblay 2eec5f7cd7 std, norm and scaler: now we can see all elements (and other typo corrections) 5 years ago
Pierre Alexandre Tremblay ecd26f436d umap: updated helpfile with fit and transform 5 years ago
Pierre Alexandre Tremblay caff6c3c29 umap: improved class definition and help example 5 years ago
Pierre Alexandre Tremblay 4f4b87e85d UMAP: updated parameters curated by @groma 5 years ago
Pierre Alexandre Tremblay 756fa8384f Merge branch 'refactor/NRTSynths' into FluidRobustScale 5 years ago