Javascript Patcher Scripting in Max/MSP

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 27

  • @lipsynthia
    @lipsynthia 3 ปีที่แล้ว +1

    You had me scratching my head with the i - 0 Federico! ;-) Another very cool tutorial and congrats on achieving the 10k mark!

  • @ferkohyeah
    @ferkohyeah 3 ปีที่แล้ว

    we were talking about this, you may remember, thanks for making this video

    • @AmazingMaxStuff
      @AmazingMaxStuff  3 ปีที่แล้ว

      That got me into making the video! My pleasure

  • @psydyl
    @psydyl 3 ปีที่แล้ว

    Really neat lesson Federico! Love seeing things all JS to Max related :0
    Congrats on the 10k subs!

  • @Marczking
    @Marczking ปีที่แล้ว

    Awesome video, thank you so much!!
    Very powerful, this makes me really happy. So much about Max can be so frustrating coming from a coding background. I have come to like Max, but it also has painful inconsistencies and limitations, so this will make my life easier :))
    I'll dive into your other videos on it too!
    Cool channel you've got, with everything around it as well ✌🏾

  • @paulquirie582
    @paulquirie582 2 ปีที่แล้ว

    Brilliant tutorial, very helpful. thanks for this

  • @Supertramp162
    @Supertramp162 3 ปีที่แล้ว

    "Amazing" stuff as always.

  • @redlobsta1
    @redlobsta1 2 ปีที่แล้ว

    thanks for this, would love to see other interesting example of using javasript with Max!

    • @AmazingMaxStuff
      @AmazingMaxStuff  2 ปีที่แล้ว

      Great!
      I've got quite some JS videos, you can check them here:
      www.federicofoderaro.com/videoTutorials.html
      Thankyou for the feedback!

  • @massics8990
    @massics8990 3 ปีที่แล้ว +1

    Great video!!
    I tried to do the patch but the numbers do not send the values ​​out
    is there a way to do this inside javascript? (bang the number or..?)

    • @AmazingMaxStuff
      @AmazingMaxStuff  3 ปีที่แล้ว

      Hey! I would check for errors in the code. Is the listener assigned properly?

  • @DiegodelaFuenteCuraqueo
    @DiegodelaFuenteCuraqueo 3 ปีที่แล้ว +3

    js object does not support ES6 :c

    • @AmazingMaxStuff
      @AmazingMaxStuff  3 ปีที่แล้ว +1

      True that

    • @danjwheatley
      @danjwheatley 2 ปีที่แล้ว

      WHAT! do you know if there are plans to update that?

    • @DiegodelaFuenteCuraqueo
      @DiegodelaFuenteCuraqueo 2 ปีที่แล้ว +1

      @@danjwheatley since Max 8 you can use node object. It's not the same but you can write your code using ES6... and, well, you can do all kind of amazing things with node ;)
      That's what I use now instead of js object.

  • @Tio-p6x
    @Tio-p6x หลายเดือนก่อน

    Hi, I'm very humble and I'm at the beginning. I have Visual Code installed on my PC as well as Max, but when I double click on the object, the Visual Code application doesn't open, but opens as usual. Does anyone know how to fix this?

    • @AmazingMaxStuff
      @AmazingMaxStuff  หลายเดือนก่อน

      @@Tio-p6x check that vscode is selected as the preferred editor for text files in the max preferences

  • @henriquematias1986
    @henriquematias1986 2 ปีที่แล้ว

    It would be great to have such mechanism under a preset manager so we could build Max4Live devices that draw the UI dynamically ( i.e. a step sequencer with dynamic amount of steps ), i.e. instantiating bpatchers and changing the width of the presentation mode accordingly! I think that might be an interesting video/subject to explore: the relationship and interaction between javascript and the preset object

    • @AmazingMaxStuff
      @AmazingMaxStuff  2 ปีที่แล้ว +1

      Great idea for a video! Will do it

    • @henriquematias1986
      @henriquematias1986 2 ปีที่แล้ว

      @@AmazingMaxStuff awesome, super happy you enjoyed the idea!
      i been meaning to play around with javascript dynamically modifying the patch on a max4live device and getting the preset saved for a long time!
      can't wait to see your video!