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...

Комментарии • 13

  • @leonardzajdek3516
    @leonardzajdek3516 3 месяца назад

    brilliant - i enjoyed that - clear and helpful to my needs -

  • @selectedacre
    @selectedacre 6 лет назад

    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!

    • @AmazingMaxStuff
      @AmazingMaxStuff  6 лет назад

      Thank you very much! The second tutorial is just out: ruclips.net/video/ywOWy6Oqgv0/видео.html

  • @enkisumer
    @enkisumer 6 лет назад +1

    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.

    • @AmazingMaxStuff
      @AmazingMaxStuff  6 лет назад

      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!

    • @AmazingMaxStuff
      @AmazingMaxStuff  6 лет назад +1

      최재원 that’s some good explanation

    • @elmomertens
      @elmomertens 6 лет назад

      Amazing Max Stuff Thanks 😂

  • @MrBobadil
    @MrBobadil 4 года назад

    Is there a constant type in MAX javascript?

    • @AmazingMaxStuff
      @AmazingMaxStuff  4 года назад

      Hey! Nope, Max uses the fifth edition of JS, which doesn't have const and the new keywords

    • @MrBobadil
      @MrBobadil 4 года назад +1

      @@AmazingMaxStuff thank you for your reply!

  • @2359-UK
    @2359-UK 6 лет назад

    Double-clicking to get editor isent working for me?

    • @2359-UK
      @2359-UK 6 лет назад

      Ok, Its right double-click on a mac.(cmd+double click)

    • @AmazingMaxStuff
      @AmazingMaxStuff  6 лет назад

      Make sure to lock the patch before clicking please