CNMAT / CNMAT-Externs

CNMAT Max/MSP externals
Other
96 stars 11 forks source link

resdisplay outputs naked selection message #55

Closed equilet closed 6 years ago

equilet commented 7 years ago

...when a selection is made initially. [selection] should always be packed with data

equilet commented 7 years ago

there's a workaround implemented in MMJD sdif editor to account for this currently... leaving this message here for the future when bug is fixed.

equilet commented 7 years ago

I've checked in a fix for this, which suppresses output if user selects zero partials.

adrianfreed commented 7 years ago

Isn’t this a case of the nothing/nil/null/empty issue.

It is useful when building an editor to know the user has selected nothing.

On Feb 19, 2017, at 15:38, Jeffrey Lubow notifications@github.com wrote:

I've checked in a fix for this, which only suppresses output if user selects zero partials.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

equilet commented 7 years ago

Yeah; I was debating on whether or not to include an identifier like empty, <none> etc. The bang upon routing a selection message isn't quite explicit.