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
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.
@@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
@@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.
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.
Thank you!
Great tutorial, I really love the way you explain stuff and the practical example was awesome and inspiring.
Amazing tutorial, thank you so much and hoping to see more videos!
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
There is a font size message you can use on the jit.lcd to increase its size
@@AndrewRobinson26 Yes just figured it out, thank you! Subscribed
Just... WOW!
Hell yeah, gonna watch later for sure. Your videos are always such an helpful resource.
Love it and very use full, thanks you
Great tutorial, thank you for your work
fantástico, muchas gracias
so cool! Thanks!!!
Great video!!!
Amazing !!!!
If you can, please post a tutorial video on how to do motion capture in software, it will help me a lot, thanks.
awesome, thank you! is there a way to control the speed of the text appearing with the use of frame difference? thanks!
can I recall multiple data from coll at a time? like output the data stored in 1 and 3 at the same time? THanks!
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.
@@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
@@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.
im trying the tutorial but the view window doesnt turn white:(
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.
@@AndrewRobinson26 I have followed these steps and my window still will not turn white. Any idea what this means?