Owen Green
1e4030999a
Fix FluidDataSetWr: stringstr doesn't reset as hoped, use std::string instead
5 years ago
Pierre Alexandre Tremblay
ed86083b99
DataSetWr - corrected the help, with examples pointing at the 3 unexpected behaviours.
5 years ago
Owen Green
fbd6dd7154
Remove some inefficiencies from Wrapper for triggered objects
5 years ago
Owen Green
57fd2a54df
Update FluidDataSetWr to use SetPoint, remove auto index
5 years ago
Pierre Alexandre Tremblay
1aa3185fe6
dataset: corrected the transposition documentation of to/from buffer
5 years ago
Pierre Alexandre Tremblay
6c95820d83
kmeans now have working clear message and accumulative training.
5 years ago
Pierre Alexandre Tremblay
4fbd3d2558
kmeans new functionalities - classes done, with help+doc+examples in progress
5 years ago
Pierre Alexandre Tremblay
3ec019e410
dataset to/from buffer class def now updates the buffers
5 years ago
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
Pierre Alexandre Tremblay
0a721df271
Merge branch 'clients/inter_client_comms' into log-scaling
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
Pierre Alexandre Tremblay
2c97ceb661
buffer version of the curving and clipping process
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