Coll - Helpful Max MSP objects to know - A Max MSP Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

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

  • @omerhaber6790
    @omerhaber6790 20 ชั่วโมงที่ผ่านมา

    Thank you!

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

    Great tutorial, I really love the way you explain stuff and the practical example was awesome and inspiring.

  • @locksh
    @locksh 2 ปีที่แล้ว +4

    Amazing tutorial, thank you so much and hoping to see more videos!

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

      I should also ask, how would I go about increasing the resolution so to speak, of the text? Trying to size up the jit.world or the randoms doesn't help

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

      There is a font size message you can use on the jit.lcd to increase its size

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

      @@AndrewRobinson26 Yes just figured it out, thank you! Subscribed

  • @Quim1441
    @Quim1441 25 วันที่ผ่านมา

    Just... WOW!

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

    Hell yeah, gonna watch later for sure. Your videos are always such an helpful resource.

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

    Love it and very use full, thanks you

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

    Great tutorial, thank you for your work

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

    fantástico, muchas gracias

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

    so cool! Thanks!!!

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

    Great video!!!

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

    Amazing !!!!

  • @张毓刚
    @张毓刚 2 ปีที่แล้ว

    If you can, please post a tutorial video on how to do motion capture in software, it will help me a lot, thanks.

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

    awesome, thank you! is there a way to control the speed of the text appearing with the use of frame difference? thanks!

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

    can I recall multiple data from coll at a time? like output the data stored in 1 and 3 at the same time? THanks!

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

      No you can’t however there are multiple ways around this. You could send a coll a dump message which will output everything at once and you could then route out the specific lines you need using the route object. Alternatively you could also have several coll objects with the same name and therefore with the same internal data. You could recall 1 in one coll and 3 in the other and basically recall several at the same time. This method might be more complicated depending on your patch though cause if you wanted to recall 8 lines at the same time you would need 8 colls.

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

      @@AndrewRobinson26 thanks a lot! what about there are several data stored in one cell, e.g. 1, a b c;/ 2, d e f etc. As I was trying, it only returns the first element in the cell

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

      @@zihanzhao_music it should return all of them as a list. if you are only getting the first element it's either because the formatting in your coll is not setup correctly or there is something else in your code that is causing the issue. check the output of coll directly by patching it into a print object. If you see the ouput display as a list in the console then it is something else in the code, if not then it's something with how the coll is setup.

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

    im trying the tutorial but the view window doesnt turn white:(

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

      Make sure first that jit.world is enabled by connecting a toggle into it and clicking it on. Second check and make sure you sent a clear message to the jit.lcd object. It can’t draw anything without initially being cleared.

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

      @@AndrewRobinson26 I have followed these steps and my window still will not turn white. Any idea what this means?