libpd / pd-for-ios

Pure Data for iOS
Other
265 stars 72 forks source link

receiveFloat doesn't work #25

Closed tapedelay closed 5 years ago

tapedelay commented 5 years ago

In Xcode, all the of the other receive functions autocomplete for me, except for receiveFloat, which doesn't seem to work or register at all, even though it exists in PdBase.h with the other functions that do work (recieveMessages, receiveBangFromSource, etc.).

Is there a way to get this function to work?

Thanks!

tapedelay commented 5 years ago

Nevermind! It was a dumb mistake. Feel free to delete this issue.