3D Object feedback loop tutorial in Max MSP

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

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

  • @davidnordentoft8541
    @davidnordentoft8541 16 дней назад

    Awesome technique and explanation! Was able to copy and iterate on this quickly

  • @mattkaz9604
    @mattkaz9604 3 года назад +7

    Good stuff, but the asyncread is a notorious killer on the CPU - I'd stay in the texture realm and use the td.rota shader and you'd reduce load by enormous amounts.

  • @gabrielestrada6165
    @gabrielestrada6165 Год назад

    great tutorial, thank you!

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

    Great stuff man! Simple but quickly affect patches. Where are you based out of?

  • @mdmgl
    @mdmgl 4 месяца назад

    Got it working but had to add an ezdac~ to the cycle, otherwise there was no motion other than the initial zoom feedback loop.
    I'm using version 8.6.2 (d076223e34e) (x64 mac)

    • @AndrewRobinson26
      @AndrewRobinson26  4 месяца назад

      Ah that would be because audio based objects such as the cycle need the audio driver on to output. By adding the Ezdac and clicking on it you likely turned on the audio driver. That alone should be enough to get it to work if it it wasn’t, you shouldn’t have to connect the cycle to the ezdac

    • @mdmgl
      @mdmgl 4 месяца назад

      @@AndrewRobinson26 That's it! I didn't have the audio driver on (in options->audio status) so the signal generators (e.g. cycle, phasor) weren't running. If I have the driver on, I don't have to have an ezdac in the project (and you're also right that it didn't have to be connected).

  • @tommorley7330
    @tommorley7330 3 года назад

    Hey Andrew, thanks for the tutorial ! Any idea why my jit.world window isn't showing any of the feedback iterations ? The patch is exactly the same as yours but the interface just shows the lighted sphere. Thanks again!

    • @tommorley7330
      @tommorley7330 3 года назад

      Thought I added a comment, but guess it didn't post. The error message says 'jit.asyncread doesn't understand jit_gl_texture.'

    • @AndrewRobinson26
      @AndrewRobinson26  2 года назад

      It should be jit.gl.asyncread let me know if that fixes the issue!

    • @tommorley7330
      @tommorley7330 2 года назад +1

      @@AndrewRobinson26 thanks for the reply! It is in the project as jit.gl.asyncread, but the error message showed jit.asyncread. Now I am not getting error messages but still no feedback iterations, just the lighted sphere. Thanks

    • @SleepofEons
      @SleepofEons 2 года назад

      @@tommorley7330 Same as you, no errors but no feed back either. Same exact patch. Any lucky get yours to work? Thx!

    • @tommorley7330
      @tommorley7330 2 года назад +1

      @@SleepofEons ran the patch on an updated version of max and it worked!

  • @LukeHildreth
    @LukeHildreth 3 года назад

    I was just thinking about making something similar. Pretty cool. Is the feedback 2d video? Or is it a form of iteration, with actual 3d feedback?

    • @AndrewRobinson26
      @AndrewRobinson26  3 года назад

      This is technically a 2d feedback effect that is applied to everything in the view of the world window.

    • @LukeHildreth
      @LukeHildreth 3 года назад

      @@AndrewRobinson26 Nice! It looks really good.

  • @zsoltkoszegi
    @zsoltkoszegi Год назад

    I wrote everything down word for word and it doesn't work...