flucoma / flucoma-sc

Fluid Corpus Manipulation plugins for Supercollider
BSD 3-Clause "New" or "Revised" License
70 stars 16 forks source link

FluidPlotter calls the `mouseMoveAction` on mouse up #85

Closed tedmoore closed 2 years ago

tedmoore commented 2 years ago

@james do I remember correctly that this was happening in Max too? Was there a decision made about how to address this? It's actually not really a problem in SC because the action function gets passed a variable that can indicate if it's a mouse up, so maybe it doesn't need to be fixed?