Top, i've checked the description without hope to get the file, it was. Cheers!
@SamlaleoSingh4 жыл бұрын
Thank you Sir, this is brilliant 🙌🍻
@donhoude78514 жыл бұрын
Thank you! This is seriously awesome and an intro to what I was just starting to learn about (OSC char/shapes into Resolume). So this helps immensely! Is there a way to have TD sent a trigger to change Resolume Text color? For instance: "Greater than 1 hour" = White, "Less than 1 hour" = Yellow, "Less than 5 min" = Red. I have somewhat of a clue how to do this after watching the plural or singular word rules. I guess the trick is, how do I change "==" to ">" (Greater than?). Then I just need to code the message that sets & calls the OSC address to the color pallet color in Resolume. .
@AbodyRulez4 жыл бұрын
I'd recommend you to search for Python's conditional operators and play with them until you get a good understanding of that.
@donhoude78514 жыл бұрын
@@AbodyRulez Thanks, that is exactly what I have been doing. Just hoping to shorten the dev time on this, seeing as how there is only about 24 hours to figure it out. Not an emergency, but it would be nice to automate more. I am learning better ways to do that for sure, just not working yet. Also learned that Resolume Color Pallet colors do not have independent addresses. That limitation kind of put a hold on this.
@mith4 жыл бұрын
Hi Don, A quick way would be to use the palette option in Resolume's color picker. This way you can assign the specigic colours you want to the palette and then only need to use one OSC path, which would end something like this: "..../textblock/effect/color/palette/colors" and send a valuse of 0-8 for the colour palette you need. ie: if hnum = 5: textcolour = 1 elif hnum