integer to float
-
Hello to everyone...
I need just a thing, for obtain an integer to float which actor i should use??
THANK YOU
-
Can you give us an use-case for this? You can use Mutable Inputs / Outputs in Isadora.
- Create a new User actor
- Place a User Input
- Place a User output
- Connect the two together
- Double click the User Input side, pick "Int"
- Double click the User Output side, pick "Float"
- Save the User actor.
If you wish to have numbers with .0 notation then you need a few other tricks.
-
@juriaan said:
Can you give us an use-case for this?
Yes, a use case would be helpful since the approach will depend on what you want to do with the float after conversion.
-
@dako-ark said:
I need just a thing, for obtain an integer to float which actor i should use??
There really is no need for this. You can simply connect an integer point output to any floating point input. I'm not sure why you would need a converter.
Best Wishes,
Mark