* resizable and layoutable guis
* FluidWaveform: rename 'win' to 'parent'
* FluidWaveform/FluidPlotter: update help
* FluidWaveform/Plotter: make views before forking
This way views are immediately available upon creation,
for example to be added to layouts.
Views are still correctly updated with data from within the fork,
whenever they are ready.
* Thanks @elgiano! + a few small edits
Co-authored-by: Ted Moore <ted@tedmooremusic.com>
* 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
* 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>