20 Commits (b7898b6f74c056ae22e5facccae9ff5081b9c61e)

Author SHA1 Message Date
James Bradbury b7898b6f74
update highlight method's argument name 4 years ago
James Bradbury 26192b3124
Update mousedown key code for plotter reset 4 years ago
Ted Moore 1e13f59570
FluidPlotter: Click and Drag to Zoom (#87) 4 years ago
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 32ad6307a9 Merge branch 'help-files' into dev
# Conflicts:
#	release-packaging/Classes/FluidPlotter.sc
4 years ago
Ted Moore 6c2a5b90f8 FluidPlotter now allows > 1 identifier to highlight 4 years ago
Ted Moore 3f3b3c01f9 FluidPlotter typo 4 years ago
Ted Moore 16e2a85a20 fixed FluidPlotter call createCatColors 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
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 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 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