Owen Green
|
902c97e57f
|
Merge branch 'clients/inter_client_comms' of https://bitbucket.org/flucoma/flucoma-supercollider into clients/inter_client_comms
|
5 years ago |
Owen Green
|
b30fc97ca4
|
Fix buffer passing in FluidBufNMF *kr
|
5 years ago |
Owen Green
|
921c3c65d5
|
Fix instance kr objectClassName for BufProcessor
|
5 years ago |
Gerard
|
0a7649f63e
|
NMFCross: add continuity constraint
|
5 years ago |
Owen Green
|
2eb0a0aaa3
|
Merge branch 'clients/inter_client_comms' into feature/version_method
|
5 years ago |
Pierre Alexandre Tremblay
|
ea1ac62d6b
|
(buf)audiotransport removed unused parameter
|
5 years ago |
Gerard
|
47d6e1536b
|
remove acidentally copied test files
|
5 years ago |
Gerard
|
f989566e83
|
FluidAudioTransport and FluidBufAudioTransport: move out of FluidManipulation
|
5 years ago |
Gerard
|
f6b70140a9
|
FluidBufAudioTransport: remove bandwidth parameter
|
5 years ago |
Gerard
|
c59a0e9d23
|
AudioTransport: remove bandwidth parameter
|
5 years ago |
Pierre Alexandre Tremblay
|
a5e9462bba
|
typo correction
|
5 years ago |
Owen Green
|
08fa6ce1a7
|
Add a version method to all objects
|
5 years ago |
Pierre Alexandre Tremblay
|
e0ee799f5f
|
gross mistake corrected in example 12. TODO: sort file boundaries issues in the clustering
|
5 years ago |
Owen Green
|
2456ac961e
|
Make native architecture flag in README more portable
|
5 years ago |
Pierre Alexandre Tremblay
|
81037fb477
|
and now with the corrected latency in the help examples
|
5 years ago |
Pierre Alexandre Tremblay
|
9db12857d8
|
imagine if I did it right the first time round!
|
5 years ago |
Pierre Alexandre Tremblay
|
7989414e6a
|
updated the helpfile of novelty with the new formula to compute the latency
|
5 years ago |
Pierre Alexandre Tremblay
|
caed9828de
|
bufflatten with boundaries in help and examples
|
5 years ago |
Owen Green
|
91500e3467
|
Add buffer region parameters to FluidBufFlatten
|
5 years ago |
Owen Green
|
6f7f42a9c8
|
Add contributors to README
|
5 years ago |
Pierre Alexandre Tremblay
|
c08da59128
|
STFT: parameter name update
|
5 years ago |
Owen Green
|
e129caafce
|
Merged in refactor/macro-purge (pull request #13)
Macro purge
* Expand Macros, Fix Repetition: DataSetWr
* Add padding param to BufLoudness
* Merge branch 'fix/loudness-padding' into refactor/macro-purge
* Merge branch 'clients/inter_client_comms' into refactor/macro-purge
* Merge branch 'refactor/macro-purge' of https://bitbucket.org/flucoma/flucoma-supercollider into refactor/macro-purge
* Merge branch 'clients/inter_client_comms' into refactor/macro-purge
Approved-by: gerard
|
5 years ago |
Pierre Alexandre Tremblay
|
04ee2dbbb7
|
bufstats: better example of usage of derivative.
|
5 years ago |
Pierre Alexandre Tremblay
|
46131d72ae
|
Merge branch 'clients/inter_client_comms' of https://bitbucket.org/flucoma/flucoma-supercollider into clients/inter_client_comms
|
5 years ago |
Pierre Alexandre Tremblay
|
3ef8209d28
|
explanation of FFT impact in (buf)audiotransport with fun sounds
|
5 years ago |
Owen Green
|
3fdeaeb833
|
Fix latency u_cmd by defining after the server knows the Unit exists
|
5 years ago |
Pierre Alexandre Tremblay
|
cc13acc952
|
and now, with less typos
|
5 years ago |
Pierre Alexandre Tremblay
|
f413364ff2
|
KMeans - new methods - new extensive doc and examples
|
5 years ago |
Pierre Alexandre Tremblay
|
54c1fc2e5b
|
fix example with new padding in loudness
|
5 years ago |
Pierre Alexandre Tremblay
|
1c2995c024
|
added padding to loudness help
|
5 years ago |
Owen Green
|
f29c011e94
|
Add padding param to BufLoudness
|
5 years ago |
Pierre Alexandre Tremblay
|
7d09d83f4f
|
all examples with DataSetWr have the right counting/bypassing now
|
5 years ago |
Pierre Alexandre Tremblay
|
9ab48a6def
|
add getIds to dataset (and correct help)
|
5 years ago |
Pierre Alexandre Tremblay
|
c6cd158f53
|
padding def now in proper English (thanks @owen)
|
5 years ago |
Pierre Alexandre Tremblay
|
e18e8221ed
|
descriptors: new interface with padding, and explanation
|
5 years ago |
Owen Green
|
45a7fa8be6
|
Fix accidental param overwrite in processNew scenarios
|
5 years ago |
Pierre Alexandre Tremblay
|
927d60dfcc
|
last typo and more verbose examples to DataSetWr
|
5 years ago |
Owen Green
|
8f1f1adc63
|
Fix FluidDataSetWr.schelp: adjust control rate down for first example. Use stepper throuought
|
5 years ago |
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 |