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

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

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

  • @guidopirozziyt
    @guidopirozziyt 11 месяцев назад +1

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

  • @swelteringswine
    @swelteringswine 2 года назад +2

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

  • @locksh
    @locksh 2 года назад +5

    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

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

    Great tutorial, thank you for your work

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

    Great video!!!

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

    Love it and very use full, thanks you

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

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

  • @omerhaber6790
    @omerhaber6790 Месяц назад

    Thank you!

  • @Quim1441
    @Quim1441 2 месяца назад

    Just... WOW!

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

    so cool! Thanks!!!

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

  • @zihanzhao_music
    @zihanzhao_music Год назад +1

    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  Год назад +1

      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.

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

    fantástico, muchas gracias

  • @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 3 месяца назад

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