Learn to Program with Javascript in Max/MSP - 01 - Variables / Functions
HTML-код
- Опубликовано: 8 фев 2025
- My previous JS with Jitter tutorials (intermediate):
• AMT - JavaScript for J...
• AMT - Javascript for J...
• AMT - JS for Jitter Se...
• AMT - JS for Jitter Se...
Download the files on my Patreon for free:
/ 19793245
Consider supporting me on Patreon for Max/MSP patches and tutorials: / mediacoding
Take a look at my website to see all my tutorials and patches:
www.federicofo...
brilliant - i enjoyed that - clear and helpful to my needs -
I'm really excited about this series. Always seems like JS/maxmsp tutorials jump from beginner to advanced over the course of five minutes. This video helped me comprehend a few aspects of JS in Max that I've used repeatedly but never fully understood why/how they worked. Thank you for this and your countless other amazing tutorials. Looking forward to the next one!
Thank you very much! The second tutorial is just out: ruclips.net/video/ywOWy6Oqgv0/видео.html
That was wonderful. thanks. question why is there sometimes 000000000000043 added to (value + 3), and sometimes not. It would be good to explain those surprises as they happen.
Hi Enki! I forgot about that. It's the float format inside JS, which goes up to a lot of numbers after the comma differently from Max. Thanks for the hint!
최재원 that’s some good explanation
Amazing Max Stuff Thanks 😂
Is there a constant type in MAX javascript?
Hey! Nope, Max uses the fifth edition of JS, which doesn't have const and the new keywords
@@AmazingMaxStuff thank you for your reply!
Double-clicking to get editor isent working for me?
Ok, Its right double-click on a mac.(cmd+double click)
Make sure to lock the patch before clicking please