plugdata-team / plugdata

Pure Data as a plugin, with a new GUI
https://plugdata.org
GNU General Public License v3.0
1.58k stars 67 forks source link

0.9.1 number atom box/floatbox doesn't respond correctly to "bang" #1954

Open thouldcroft opened 6 days ago

thouldcroft commented 6 days ago

MacOS 14.6.1 When I send the floatbox a "bang", it doesn't output a number immediately. Only after I instantiate another object into the patcher does the floatbox output the value. You can send multiple "bang" messages, and once the new object is instantiated, all of the numbers are output (example, if you send 10 bangs to floatbox nothing happens, but after instantiating a new object, the number from floatbox is output 10 times).