6 Commits (59009d9a5b6d9c829d70a4aa5453dd428a5a6f40)

Author SHA1 Message Date
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 d6bec0bb28 don't show rms color and allow passing waveformcolor
none of this is breaking (i think)
4 years ago
Ted Moore 525ce00079 FluidWaveform draws features & gate 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