* question...
Within a very simple patch I'm building, I've used a * object, and its left inlet is receiving a float between 0 and 1. For some reason or other the * object is not accepting this stream of numbers. It only seems to work when I scale them up. Can anyone tell me why please?
Thanks
Managed to get it working, thanks...
Indeed, I had tried using *. but that object doesn't exist. My Max/MSP is a little rusty, I forgot that it was necessary to add an initial argument, * 0. Managed to get it working... Thanks!