Ted Moore
ec17cdc964
Fluid waveform layers ( #53 )
...
* layers cause race conditions
* front method keeps race conditions from happening
* allow for image color to be base on alpha
* bump
* bump
* more tests
* updated FluidWaveform help file examples
4 years ago
Ted Moore
a918e8f6e4
FluidWaveform: featureBuffer to featuresBuffer
4 years ago
Ted Moore
f46a236bd5
remove extraneous postln
4 years ago
Ted Moore
32ad6307a9
Merge branch 'help-files' into dev
...
# Conflicts:
# release-packaging/Classes/FluidPlotter.sc
5 years ago
Ted Moore
e1ba741132
removed word 'raster'
5 years ago
Ted Moore
1c610e227b
'imageBuffer'
5 years ago
Ted Moore
615bb1da75
agnostic 🪵
5 years ago
Ted Moore
51ccef3ed6
log
5 years ago
Ted Moore
7eb928e859
user specified lin or log scaling
5 years ago
Ted Moore
6df5550316
no more error when audioBuffer is not passed
5 years ago
Ted Moore
2d4c89ba77
WIP towards a 'rasterBuffer' approach, waiting on interface decisions and scaling decisions
5 years ago
Ted Moore
8c02efd601
added more color schemes to choose from, also new grey scale
5 years ago
Ted Moore
7c395f7929
fluid waveform help file
5 years ago
Ted Moore
c6aa9abb70
normalizeFeaturesIndependently argument, close method
5 years ago
Ted Moore
e5b25e46e5
read from color-schemes folder
5 years ago
Ted Moore
570b20adc5
spectrogram alpha available
5 years ago
Ted Moore
59009d9a5b
spectrogram flag is working -- there are some color considerations to make
5 years ago
Ted Moore
019c9cac50
fluid waveform features are stackable or not
5 years ago
Ted Moore
bab3661c25
made audio buffer optional for fluid waveform
5 years ago
Ted Moore
bdf72d7dd3
Merge branch 'enhance/FluidWaveform' into dev
5 years ago
Ted Moore
6c2a5b90f8
FluidPlotter now allows > 1 identifier to highlight
5 years ago
Ted Moore
d6bec0bb28
don't show rms color and allow passing waveformcolor
...
none of this is breaking (i think)
5 years ago
Ted Moore
79385e7f9f
Merge pull request #44 from flucoma/enhance/FluidFilesPath
...
created FluidFilesPath and a test file
5 years ago
Ted Moore
3f3b3c01f9
FluidPlotter typo
5 years ago
Ted Moore
490c999555
Revert "one extra slash check!"
...
This reverts commit 3ba5c4bf3e .
5 years ago
Ted Moore
3ba5c4bf3e
one extra slash check!
5 years ago
Ted Moore
c10b879936
allow for passing the file name in as well
5 years ago
Ted Moore
a3f5ceac0d
Merge pull request #42 from flucoma/BufToKr-enhancements
...
Buf to kr enhancements
5 years ago
Ted Moore
16e2a85a20
fixed FluidPlotter call createCatColors
5 years ago
Ted Moore
94a51997f7
created FluidFilesPath and a test file
5 years ago
Ted Moore
e6e37130e5
default for numFrames argument is -1
5 years ago
Ted Moore
90aef92f35
FluidBufToKr has optional numFrames argument
5 years ago
Ted Moore
525ce00079
FluidWaveform draws features & gate
5 years ago
Ted Moore
0f2ddd85d0
Merge branch 'FluidPlotter-and-FluidWaveform'
...
# Conflicts:
# release-packaging/Classes/FluidPlotter.sc
5 years ago
Ted Moore
159676b6d5
removed 'fromHex' in FluidPlotter
5 years ago
Ted Moore
44f91f8e82
removed 'fromHex' in FluidPlotter
5 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>
5 years ago
tremblap
7f58e76a79
Merge branch 'main' into FluidPlotter-and-FluidWaveform
5 years ago
Pierre Alexandre Tremblay
d194d522b4
Merge branch 'main' of https://github.com/flucoma/flucoma-sc
5 years ago
Pierre Alexandre Tremblay
d33fef37d4
corrected errors in LabelSet classdef and help + added getIDs
5 years ago
Pierre Alexandre Tremblay
edb1bc558f
corrected errors in DataSet classdef and help
5 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
5 years ago
Ted Moore
4096ff836b
FluidWaveform delete temp file
...
delete it right away instead of on close
5 years ago
Ted Moore
6b4f236e03
fix/FluidPlotter
...
only worked with KMeans, not it also works with a user created LabelSet
5 years ago
Ted Moore
372fca134f
fluid plotter synced up with james' max one, helpfile _started_
5 years ago
Ted Moore
bf899a100b
updated fluid plotter to require fewer external defers
5 years ago
Ted Moore
636d9b2e78
FluidWaveform in alpha
5 years ago
Ted Moore
dca175a0f7
removed extraneous postlns in FluidNormalize & FluidStats
5 years ago
Ted Moore
f96f5d7000
added some error checks and warnings
5 years ago
Ted Moore
656ff21b71
FluidPlotter is beta
5 years ago