Well this SHOULD be about you trying to play the Zelda melody. Thanks for posting. Excellent video as usual ❤
@solar289 ай бұрын
Great intro tutorial, thank you!
@talkinginhexagons2218 Жыл бұрын
More max4live videos please!
@Rennovatio04 Жыл бұрын
Nice!
@billhenley23329 ай бұрын
As an example, how do I create ab "if" condition with these crazy opjects? I just don't ee a simple means for such a simple condition.
@AndrewRobinson269 ай бұрын
It’s a bit tricky to wrap your head around at first but if statements are still pretty easy to implement. For example you could write something like [>= 10] which would return a 1 when true and a 0 when false. Since the majority of max objects requires a bang to operate you can add a [sel 1] which would turn the 1 into a bang and you can map that into anything you need at that point. Effectively you’ve written an if greater than or equal to 10 then do the function of the code. The idea basically by mapping the output of one object into another you’re creating if conditions. Additionally there’s an if object you can use if you find it easier, you can write the if then statement directly in the object
@billhenley23329 ай бұрын
@@AndrewRobinson26 Thanks for taking the time to explain that. I'm 66 and have literally been writing code since Assembly was the only show in town. So using these objects is a real stretch for me. But I can't thank you enough for taking the time. Have a truly great day, Bill