Max 9 - double pendulum physics in v8ui + nodes + mc objects

Поділитися
Вставка
  • Опубліковано 28 лис 2024
  • Blissing out with mc again lol
    Double pendulum JS code here: pastebin.com/k... (requires Max 9 v8ui object)

КОМЕНТАРІ • 24

  • @exerhlp
    @exerhlp 12 днів тому +1

    Mesmerizing! It’s like next level Brian Eno 😎

  • @Spritofjazz
    @Spritofjazz 21 день тому +5

    “Sitting on your space front porch in your space suit. Listening and watching to random objects whizzing by, your space wind chimes and your space wife learning to play the space sitar/banjo/guitar in the background and it’s a good space day” type music

  • @RickSanchez-dn6rd
    @RickSanchez-dn6rd 16 днів тому +1

    We live in good times in all truth. Already utilising Max 9 Objects too, man I have not even booted max in months.

  • @axgp_
    @axgp_ 22 дні тому +4

    using a double pendulum to control preset interpolation is genius

  • @solomonspeare1963
    @solomonspeare1963 21 день тому +2

    apart from the sound, i really like how tidy your patches look

    • @ersatz_ben
      @ersatz_ben  21 день тому +1

      Thanks! I do like a tidy patch, really helps me think (and also fit everything in)

  • @jillianolesen
    @jillianolesen 14 днів тому

    Beautiful

  • @GodelsPrison
    @GodelsPrison 22 дні тому +1

    Beautiful sounds

  • @ehdyn
    @ehdyn 21 день тому

    Some of this really reminds me of "pt2ph8" or "Krylon" from Oversteps..

  • @shinrin_ju
    @shinrin_ju 17 годин тому

    Astroneer Soundtrack

  • @RAFAELLO077
    @RAFAELLO077 21 день тому +1

    So amazing,

  • @henriquematias1986
    @henriquematias1986 21 день тому

    Wicked! Beautifuk

  • @arthurdorrington8157
    @arthurdorrington8157 21 день тому

    fantastic!

  • @teezdalien
    @teezdalien 21 день тому

    Very nice. 👌

  • @exerhlp
    @exerhlp 12 днів тому

    A noob question from someone who uses Max 8 only for audio, and the old school way (no audio plugins used in patches):
    Are JS skills (which I don’t have) required for implementation of such pendulum?
    Would upgrade to Max 9 worth it for someone who doesn’t deal with video, doesn’t use plugins and is not capable of working with JS?
    From what I read on Cycling 74 website I get the notion that for people like me the only news are that Presets get the possibility for interpolation without pattrstorage, and attributes are now colored in the different colors…

    • @ersatz_ben
      @ersatz_ben  12 днів тому +1

      I have a bit of JS knowledge but not lots. It was easy to code the pendulum with help from Claude or ChatGPT - you can get quite a lot done with only a few inputs and a little bit of knowledge. I don’t think it’s possible to implement something like this without some written code, but the script is not long (~200 lines). On upgrading to Max 9, the jitter upgrades are the most significant but there are lots of smaller UX changes that make for a nicer experience overall. It’s a free upgrade from 8 so a no brainer imo

    • @exerhlp
      @exerhlp 12 днів тому +1

      @ Thanks for the thorough explanation.
      Interesting that you can upgrade from Max8 for free, I don’t have this possibility.

    • @evanpincus2203
      @evanpincus2203 7 днів тому

      @@ersatz_benwait, where are you getting the upgrade for free?

    • @ersatz_ben
      @ersatz_ben  7 днів тому

      @@evanpincus2203 Ah, I misspoke, I have the annual license and I was able to download Max 9 upgrade without additional cost

  • @PulsePsycle
    @PulsePsycle 9 днів тому

    Technical question. How did you calculate the factor after the unpack (* 3.333)? From your code I was able to build something similar but came out at 2.333.

    • @ersatz_ben
      @ersatz_ben  8 днів тому

      This is a fudge factor to try to scale the output. It is a rough calculation based on trial and error. I should probably just have fixed the code! Am not surprised you had a different factor 😂

    • @PulsePsycle
      @PulsePsycle 6 днів тому

      @@ersatz_ben Ha, yes, I had to use 2.333 to keep the pendulum in track with the nodes cursor.