1079 Commits (59d4bcb20da9675fcb2591aca39703a5b8a43fc6)
 

Author SHA1 Message Date
Pierre Alexandre Tremblay 59d4bcb20d dataset to/from buffer + getIds 5 years ago
Pierre Alexandre Tremblay 54db1f74c7 added setPoint to Dataset 5 years ago
Pierre Alexandre Tremblay 48b1e80613 BufSTFT: help/doc and class naming changes 5 years ago
Pierre Alexandre Tremblay 25069e59f1 remove troubleshooting print 5 years ago
Pierre Alexandre Tremblay a94dabb313 bufselect(every): toy examples as demo in helpfiles 5 years ago
Pierre Alexandre Tremblay 749b52666c BufSelect(Every) : remove ref to .kr in doc 5 years ago
Pierre Alexandre Tremblay ce29afff89 BufSelect(Every) : documentation in progress 5 years ago
Owen Green 064fb7717d Merge branch 'clients/inter_client_comms' into feature/bufselect 5 years ago
Owen Green 56a8fb1c5c Merge branch 'clients/inter_client_comms' into feature/BufSTFT 5 years ago
Owen Green 731b04a208 Add FluidBufSelect and FluidBufSelectEvery 5 years ago
Owen Green 6ace31d7fb FluidOSCPatternInversion: Coerce message to symbol
https://discourse.flucoma.org/t/matchoscaddresspattern/836
5 years ago
Owen Green 00b8fb4a4f Workaround ServerBoot firing before server is truly ready, for Server.internal cache flush
resolves #81
5 years ago
Owen Green b6980903d9 Run parameter constraints first before NRT client is created.
Resolves #80
5 years ago
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
Pierre Alexandre Tremblay d0c9a807c8 removed double wait in helpfile 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
Owen Green ec751128f7 Add SC class, C++ and proto-help for BufSTFT 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