Hi. Would anyone have any clue how to re-do a "bpm to ms" script without using expr?
I have an inlet that I send a 126 message-box to.
126(
|
inlet
|
expr 1000/($f1/60)
|
etc
What should I do to re-do this calculation without using expr? I know 126bpm is supposed to be 476.19ms but not sure how to do this calculation without using expr.
Is it really true that expr does not work with libpd/iOS?