460 Commits (386d174a592084416343c38670f22e6f538a557b)

Author SHA1 Message Date
Ted Moore 570b20adc5 spectrogram alpha available 4 years ago
Ted Moore 59009d9a5b spectrogram flag is working -- there are some color considerations to make 4 years ago
Ted Moore 019c9cac50 fluid waveform features are stackable or not 4 years ago
Ted Moore bab3661c25 made audio buffer optional for fluid waveform 4 years ago
Ted Moore bdf72d7dd3 Merge branch 'enhance/FluidWaveform' into dev 4 years ago
Ted Moore 6c2a5b90f8 FluidPlotter now allows > 1 identifier to highlight 4 years ago
Ted Moore d6bec0bb28 don't show rms color and allow passing waveformcolor
none of this is breaking (i think)
4 years ago
Ted Moore 79385e7f9f
Merge pull request #44 from flucoma/enhance/FluidFilesPath
created FluidFilesPath and a test file
4 years ago
Ted Moore 3f3b3c01f9 FluidPlotter typo 4 years ago
Ted Moore 490c999555 Revert "one extra slash check!"
This reverts commit 3ba5c4bf3e.
4 years ago
Ted Moore 3ba5c4bf3e one extra slash check! 4 years ago
Ted Moore c10b879936 allow for passing the file name in as well 4 years ago
Ted Moore a3f5ceac0d
Merge pull request #42 from flucoma/BufToKr-enhancements
Buf to kr enhancements
4 years ago
Ted Moore 16e2a85a20 fixed FluidPlotter call createCatColors 4 years ago
Ted Moore 94a51997f7 created FluidFilesPath and a test file 4 years ago
Ted Moore e6e37130e5 default for numFrames argument is -1 4 years ago
Ted Moore 90aef92f35 FluidBufToKr has optional numFrames argument 4 years ago
Ted Moore 525ce00079 FluidWaveform draws features & gate 4 years ago
Ted Moore 0f2ddd85d0 Merge branch 'FluidPlotter-and-FluidWaveform'
# Conflicts:
#	release-packaging/Classes/FluidPlotter.sc
4 years ago
Ted Moore 159676b6d5 removed 'fromHex' in FluidPlotter 4 years ago
Ted Moore 44f91f8e82 removed 'fromHex' in FluidPlotter 4 years ago
Ted Moore fb053f3c71
FluidPlotter & FluidWaveform (#36)
* FluidPlotter and test file

highlight method sets color

* FluidPlotter is beta

* added some error checks and warnings

* FluidWaveform in alpha

* updated fluid plotter to require fewer external defers

* fluid plotter synced up with james' max one, helpfile _started_

* fix/FluidPlotter

only worked with KMeans, not it also works with a user created LabelSet

* FluidPlotter helpfile done

* FluidWaveform delete temp file

delete it right away instead of on close

* initialize with internal dict

a plotter initialized with no 'dict' now makes an empty internal dict so that one can use 'setPoint' and 'addPoint' right off the bat

* FluidWaveform helpfile made

Co-authored-by: tremblap <info@pierrealexandretremblay.com>
4 years ago
tremblap 7f58e76a79
Merge branch 'main' into FluidPlotter-and-FluidWaveform 4 years ago
Pierre Alexandre Tremblay d194d522b4 Merge branch 'main' of https://github.com/flucoma/flucoma-sc 4 years ago
Pierre Alexandre Tremblay d33fef37d4 corrected errors in LabelSet classdef and help + added getIDs 4 years ago
Pierre Alexandre Tremblay edb1bc558f corrected errors in DataSet classdef and help 4 years ago
Ted Moore 511a8d19d4 initialize with internal dict
a plotter initialized with no 'dict' now makes an empty internal dict so that one can use 'setPoint' and 'addPoint' right off the bat
4 years ago
Ted Moore 4096ff836b FluidWaveform delete temp file
delete it right away instead of on close
4 years ago
Ted Moore 6b4f236e03 fix/FluidPlotter
only worked with KMeans, not it also works with a user created LabelSet
4 years ago
Ted Moore 372fca134f fluid plotter synced up with james' max one, helpfile _started_ 4 years ago
Ted Moore bf899a100b updated fluid plotter to require fewer external defers 4 years ago
Ted Moore 636d9b2e78 FluidWaveform in alpha 4 years ago
Ted Moore dca175a0f7 removed extraneous postlns in FluidNormalize & FluidStats 4 years ago
Ted Moore f96f5d7000 added some error checks and warnings 4 years ago
Ted Moore 656ff21b71 FluidPlotter is beta 4 years ago
Ted Moore 0e5980580a FluidPlotter and test file
highlight method sets color
4 years ago
Pierre Alexandre Tremblay fedaa68b45 typo in bufselectevery + change of letters in method 4 years ago
Ted Moore c72f7a9575
added FluidBufToKr.kr and FluidKrToBuf.kr (#24)
* added FluidBufToKr.kr and FluidKrToBuf.kr

* tested a few more use cases, no problems detected

* Update release-packaging/Classes/FluidBufToKr.sc

Co-authored-by: weefuzzy <gungwho@gmail.com>

* semicolon

added a the end of line 4

* check if the buffer is huge (like an audio file)

if one tries to pass a huge buffer to either, this is throw an error and report the number of frames in that buffer. I tested it with an audio file-size buffer and it froze the server (not crash though, the bar stayed green...?).

* added huge buffer check to BufToKr as well

* added one more validity check and re tested

* FluidBufToKr now can return single value or array

if the buffer is only one frame long, it will return a single value instead of an array of length one (which is what it did before)

Co-authored-by: weefuzzy <gungwho@gmail.com>
4 years ago
Owen Green a2f66aedc5 Merge branch 'feature/named+rolling' into fix/mlp-issues+named 4 years ago
Owen Green 28b3e72a71 Merge branch 'object/fluidstats' into feature/named+rolling 4 years ago
Owen Green 56bd523bcd Add param referesh to NRT wrapper; update MLP read in sclang 4 years ago
Pierre Alexandre Tremblay f63ae2cab3 Merge remote-tracking branch 'origin/pr/25' into feature/named+rolling 4 years ago
Pierre Alexandre Tremblay cce4f53238 FluidMFCC - corrects the input checking 4 years ago
Pierre Alexandre Tremblay 26a4e4c1a4 (buf)MFCCs class and help adding startCoeff 4 years ago
Owen Green b227f42875 Named PCA, MLPs, UMAP 4 years ago
Owen Green ec7409ebf9 Named RobustScale 4 years ago
Owen Green eda82ccc6e Named Standardize 4 years ago
Owen Green 531f6e8399 Correct KNNRegressor 4 years ago
Owen Green 3b7f6239bc Named Normalize 4 years ago
Owen Green 6e44926cf6 Better FluidStats class and basic example for help 4 years ago
Owen Green 984880aace Named KNNRegressor 4 years ago
Owen Green 946ab2c459 Named KNNClassifier 4 years ago
Owen Green a1fad50008 Names KMeans 4 years ago
Owen Green 0b6f7acd18 Named KDTree 4 years ago
Owen Green 0156942315 FluidStats UGen first try 4 years ago
Pierre Alexandre Tremblay b9a8dd16d9 replaces the many erroneous references to labels when we meat identifiers, and a few more typos fix #23 4 years ago
Gerard aaec227f37 Grid: change interface to extent / axis 5 years ago
Gerard 33864c4b2f add FludGrid 5 years ago
Pierre Alexandre Tremblay 54204e4b9f change the order of the fixed parameters for the few classes which were different to the rest 5 years ago
Gerard 49f0acd9fd add Chroma feature 5 years ago
Pierre Alexandre Tremblay 1acf0fac55 missing change in bufspectralshape 5 years ago
Gerard 044c9ef0ed FluidSpectralShape: change default rolloffPercent to new range 5 years ago
Pierre Alexandre Tremblay 5cf44f01fd (buf)pitch: added new default behaviour. (buf)melbands: added the output unit class and help. (buf)spectrashape: added the 5 new parameters in class and help. 5 years ago
tremblap d0d155913c
MDS class: remove dangling printing 5 years ago
Pierre Alexandre Tremblay 1ef8041d47 Merge remote-tracking branch 'bitbucket/log-scaling' into main 5 years ago
Owen Green 4b83ed0f5a Ensure all FluidProxyUGen inputs are UGenInputs 5 years ago
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
Gerard f6b70140a9 FluidBufAudioTransport: remove bandwidth parameter 5 years ago
Gerard c59a0e9d23 AudioTransport: remove bandwidth parameter 5 years ago
Owen Green 08fa6ce1a7 Add a version method to all objects 5 years ago
Owen Green 91500e3467 Add buffer region parameters to FluidBufFlatten 5 years ago
Pierre Alexandre Tremblay c08da59128 STFT: parameter name update 5 years ago
Pierre Alexandre Tremblay 2d6a802f04 bufscale: removed the curvature 5 years ago
Pierre Alexandre Tremblay 0b61aed2b9 Merge branch 'refactor/macro-purge' into log-scaling 5 years ago
Owen Green f29c011e94 Add padding param to BufLoudness 5 years ago
Pierre Alexandre Tremblay e18e8221ed descriptors: new interface with padding, and explanation 5 years ago
Owen Green 57fd2a54df Update FluidDataSetWr to use SetPoint, remove auto index 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 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 f948988167 Remove spurious postln in FluidKDTree.kr 5 years ago
Owen Green 7a0fdecc98 Fix args passing for RT query UGens 5 years ago
Owen Green ec751128f7 Add SC class, C++ and proto-help for BufSTFT 5 years ago
Owen Green 4c277baf60 Add explicit *Query UGen classes for RT model objects
Enables use in SynthDefs
5 years ago
Owen Green e4fb058bde Add FluidDataSetWrTrigger 5 years ago