Thank you so much for the amazing tutorial! Your detailed explanation and expertise made learning so much easier and enjoyable. I really appreciate your effort! :)
Amazing! Your tutorials are so good! All the steps are very well explained and there's space for further suggestions and creative experiments within the project! Much
Hey, I have a Problem at min 14:50. Somehow after connecting the NULL (called col) to the "Instance 2" and after inserting r,g,b,a.... GEO shows an ERROR with "All Ops must generate the same number of instances (have the same length)." I think I did everything the same so far. maybe you could help me out, please. Thanks so much for ALL your videos. very sympathetic and amazingly useful! greets
For some reason, when I change the cam viewer to active and try to rotate the image, it keeps moving back to the same position. So I can't see the grid like pattern. Hm. I'll keep messing with it.
Thanks for the tutorial~ But i have a issue on 14:42, when i change the colour rgba in GEO, it doesn‘t work, would you help me to solve this issue? thank you so much and happy new year~
Hi Bileam, great tutorials but I'm facing some issues T 19:43 when you give values to displace, you get to see black n white movement of random shapes. mine does not show anything apart from blank black screen. I tried to play around with values but couldn't fix it. Can you help me figure this out?
would be interested in this as well... watched the tutorial several times, couldn't find the mistake. I gues it has something to do with the composite, and substract operator, because after that there is nothing moving anymore..
did anyone find a solution for this? :' ) I tried to turn on and off the reset in the feedback but its not working The version I use of touchdesigner is 2022.32120
as always, what an amazing tutorial! i'm having a little problem: when i try to instance the "color null" on the geo, it goes full black, and an error shows up saying "All ops must generate the same number of instances (have the same length)". any idea on how i can fix this? thx in advance!
What "length" means in this context depends on what kind of op you are using for the instancing: For CHOPs, length = number of samples. For TOPs, length = number of pixels. For SOPs, length = number of points. You can see an op's length by middle-clicking on it, or by pressing the info button on its parameters page. Basically, if you were only using TOPs to do your instancing (as in this example), you need to make sure they all have the same number of pixels, that is, the same resolution. Note that this requirement applies only to the ops being used as the instance ops, not to the geometry itself, its source SOP, nor the render. Hope this helps.
Exactly. This is why we're using a Constant CHOP here to set the resolution so it's the same for all maps. If it still shows the error, click the cross on the geo twice, that should fix it.
@@elekktronaut @cfeaugas thank you so much to both of you! i dragged the resolution from the Constant CHOP and pasted as reference on all of the maths and it works just fine. again, thank you for the quick response and for helping me out, i love this community ♥
Maybe you dont need this answer anymore but... in my case was because i forget to use the constant resolution on the ramps, you will need to select the null box of constant (second operation you use on the video), and drag it to resolution and select "Chop reference" im not a profesional using it but 15 minutes of underestanding get it working XD
you got me hooked on learning touch designer. Awesome tutorials. Easy to follow. I found this clip on particle instancing on youtube. Just do a search, which would be a great tutorial. Maybe you already did that, but its a great clip which goes toofast to follow. Thank you!
Hi Bileam, this video is amazing thank you but I'm having an issue at 14:45 when you drag the col TOP to the Instance 2 page of geo. As soon as I do that the image turns black and I can't see anything. If I remove the word 'col' from the Color OP box and enter 'r g b' like you've done I can see a colored version of the image but not the same colors as the image itself. Do you know what might be wrong here? I thought I followed exactly but I think maybe I missed something :/
@@dabeat2006 через 15 часов ответ будет ты кста только начинающий в TD или че как, просто хотелось бы найти бы уже людей, близких по возрасту(мне 16) и по интересам прости за эти неловкие приколы с моей стороны
Amazing tutorials! I am studying by watching your tutorial. I want to display the numerical value currently reacting in real time on the screen being rendered. What should I do? And I want to place the text where I want it.
Hey man, thanks so much for the amazing tutorials! I've been recently discussing touchdesigner and glsl shaders with some friends, and I wondered, what do you think are some differences between the two, and what's some stuff that can't be achieved with touchdesigner that you can do with shaders, and vice-versa?
You're very welcome! GLSL is a lot more powerful I'd say and when it comes to vertex shaders (so 3D transformation/manipulation), GLSL can do much more than TD. In the realm of pixel shaders I think TD can do just as much as GLSL, it's just about finding out how. GLSL is great if you're a programmer but for people like me (artists, designers, musicians) it's super hard to get into. Hope this helps!
I don't know why, but this is not working for me. All I get on the box is a representation of red blue green and alpha in a grid on the box. It's raised but very wireframe-y. I think the new versions of Touch have changed something such that this tutorial no longer applies? I'd love any insight into how to make this work!!
Heyy there! Basic question but I have an issue with changing my whole view from square to rectangle. I tried to play with resolution of different operators but I can't make this work. Bileam and everybody, anny suggestions which operator should I manipulate? Thanks in advance!! :3
You are seriously amazing, I loved this video! I will hop on over to your Patreon to subscribe =) Thank you and I hope you are doing okay during this crazy moment in time
Hi dudez, this Is a very interesting tutorial but I have the previous version of TD and I can't download that cause my computer Is too old. So, if you can help me I really appreciate. I have some problem with the top instances, for the reason I told you before. So, I try to use the "TOPto' but does'n work for the geo. I creat a grid whit comp and use the top and again the comp for the instances, how you explain but Sorry me in this way I dont now how I can use my videoin for the geo... Thank you a lot. Bless
Hey! Without the current version of TouchDesignerr this is a lot harder to achieve. Check out Noto The Talking Ball's video (th-cam.com/video/SJZIMGg-thY/w-d-xo.html) which might help because he's converting the data into CHOPs.
Bileam, this is a basic question but how do you move the camera from within the operator so smoothly? as soon as I click it and move it with my mouse it moves way too much and totally loses the frame.
You can make pretty much anything audio reactive in td. An easy to do this here would be to convert the audio spectrum into TOPs and composite that into the map :)
Holy shitballs this is awesome!! Nice work. How have I been ignorant of this software for so long? I only just discovered it today, and I've studied CGI for over 25 yrs. ..... I guess I only started getting into video and visualization over the last year or two tho. This is EXACTLY the sort of software I've been looking for. I already spent a couple hours with it after watching only a couple basic usage videos and came up with some darn tootin cool stuff. Pricey tho. How often do they have sales?
I felt the same when I discovered touch :) Yea it's a bit expensive and they barely ever have sales but as soon as you're using it for commercial work, it's quite alright. Also, the free version is great!
Thank you so much for the amazing tutorial! Your detailed explanation and expertise made learning so much easier and enjoyable. I really appreciate your effort! :)
Amazing! Your tutorials are so good! All the steps are very well explained and there's space for further suggestions and creative experiments within the project! Much
Hey, I have a Problem at min 14:50. Somehow after connecting the NULL (called col) to the "Instance 2" and after inserting r,g,b,a.... GEO shows an ERROR with "All Ops must generate the same number of instances (have the same length)." I think I did everything the same so far. maybe you could help me out, please.
Thanks so much for ALL your videos. very sympathetic and amazingly useful!
greets
Same! you found the solution?
I GOT IT! Just change your image, mine was a lower resolution than 500
This is one of my favorite tutorials of yours I've seen. I can't wait to try.
For some reason, when I change the cam viewer to active and try to rotate the image, it keeps moving back to the same position. So I can't see the grid like pattern. Hm. I'll keep messing with it.
Thanks for the tutorial~
But i have a issue on 14:42, when i change the colour rgba in GEO, it doesn‘t work, would you help me to solve this issue?
thank you so much and happy new year~
Did you figure this out?
Hi Bileam, great tutorials but I'm facing some issues T 19:43 when you give values to displace, you get to see black n white movement of random shapes. mine does not show anything apart from blank black screen. I tried to play around with values but couldn't fix it. Can you help me figure this out?
I had the same issue!
@@faithu4 Did you find a solution you could share with us ?
would be interested in this as well... watched the tutorial several times, couldn't find the mistake. I gues it has something to do with the composite, and substract operator, because after that there is nothing moving anymore..
@@michelleWalter-jm9hm Try to turn reset on/off in feedback
did anyone find a solution for this? :' )
I tried to turn on and off the reset in the feedback but its not working
The version I use of touchdesigner is 2022.32120
as always, what an amazing tutorial! i'm having a little problem: when i try to instance the "color null" on the geo, it goes full black, and an error shows up saying "All ops must generate the same number of instances (have the same length)". any idea on how i can fix this? thx in advance!
What "length" means in this context depends on what kind of op you are using for the instancing:
For CHOPs, length = number of samples.
For TOPs, length = number of pixels.
For SOPs, length = number of points.
You can see an op's length by middle-clicking on it, or by pressing the info button on its parameters page.
Basically, if you were only using TOPs to do your instancing (as in this example), you need to make sure they all have the same number of pixels, that is, the same resolution. Note that this requirement applies only to the ops being used as the instance ops, not to the geometry itself, its source SOP, nor the render. Hope this helps.
Exactly. This is why we're using a Constant CHOP here to set the resolution so it's the same for all maps. If it still shows the error, click the cross on the geo twice, that should fix it.
@@elekktronaut @cfeaugas thank you so much to both of you! i dragged the resolution from the Constant CHOP and pasted as reference on all of the maths and it works just fine. again, thank you for the quick response and for helping me out, i love this community ♥
Maybe you dont need this answer anymore but... in my case was because i forget to use the constant resolution on the ramps, you will need to select the null box of constant (second operation you use on the video), and drag it to resolution and select "Chop reference"
im not a profesional using it but 15 minutes of underestanding get it working XD
you got me hooked on learning touch designer. Awesome tutorials. Easy to follow. I found this clip on particle instancing on youtube. Just do a search, which would be a great tutorial. Maybe you already did that, but its a great clip which goes toofast to follow. Thank you!
Dude, you're amazing!!
foreal
Man! this is super useful! Thanks a lot and wish you all well!
around 15:48 My col wont go into geo's isntance2 setting I just get an error and one of the results you do :( anyone know why?
Have the same problem... strange
same! :(
@@KuschArg I updated my version of touch that might help man!!
Hi Bileam, this video is amazing thank you but I'm having an issue at 14:45 when you drag the col TOP to the Instance 2 page of geo. As soon as I do that the image turns black and I can't see anything. If I remove the word 'col' from the Color OP box and enter 'r g b' like you've done I can see a colored version of the image but not the same colors as the image itself. Do you know what might be wrong here? I thought I followed exactly but I think maybe I missed something :/
the same problem that you have
kinda of the same problem. When I enter R G B A to instance 2, it turns black
@@dabeat2006 I tried to update TD but dont try run the project again
@@fovkotov попробуй:) скажешь если в этом проблема!
@@dabeat2006 через 15 часов ответ будет
ты кста только начинающий в TD или че как, просто хотелось бы найти бы уже людей, близких по возрасту(мне 16) и по интересам
прости за эти неловкие приколы с моей стороны
As always, this made my day!
A trick : watch movies at Kaldrostream. Been using it for watching lots of of movies these days.
@Archie Darwin Yup, have been using Kaldrostream for since november myself =)
@Archie Darwin Yea, I have been using kaldroStream for months myself :D
Great tutorial - thank you!
Absolutely beautiful
thank you for so much tutorials!
'mmmnmnotherblurrrr' :) dude. while learning, i'm laughing as well ;)
Very nice tutorials!
I really love the part around 19:00 :)
Amazing tutorials!
I am studying by watching your tutorial. I want to display the numerical value currently reacting in real time on the screen being rendered. What should I do? And I want to place the text where I want it.
thanks for this tutorial !
Hey man, thanks so much for the amazing tutorials! I've been recently discussing touchdesigner and glsl shaders with some friends, and I wondered, what do you think are some differences between the two, and what's some stuff that can't be achieved with touchdesigner that you can do with shaders, and vice-versa?
You're very welcome! GLSL is a lot more powerful I'd say and when it comes to vertex shaders (so 3D transformation/manipulation), GLSL can do much more than TD. In the realm of pixel shaders I think TD can do just as much as GLSL, it's just about finding out how. GLSL is great if you're a programmer but for people like me (artists, designers, musicians) it's super hard to get into. Hope this helps!
Thank you as always
beautiful thank you
heyyy +) thanks 4 all your AMAZING tutorials its gold 2 me
This is absolutely amazing!
I don't know why, but this is not working for me. All I get on the box is a representation of red blue green and alpha in a grid on the box. It's raised but very wireframe-y. I think the new versions of Touch have changed something such that this tutorial no longer applies? I'd love any insight into how to make this work!!
Heyy there! Basic question but I have an issue with changing my whole view from square to rectangle. I tried to play with resolution of different operators but I can't make this work. Bileam and everybody, anny suggestions which operator should I manipulate? Thanks in advance!! :3
Great!
You are seriously amazing, I loved this video! I will hop on over to your Patreon to subscribe =) Thank you and I hope you are doing okay during this crazy moment in time
can we use a camera realtime for this?
Hi dudez, this Is a very interesting tutorial but I have the previous version of TD and I can't download that cause my computer Is too old. So, if you can help me I really appreciate.
I have some problem with the top instances, for the reason I told you before. So, I try to use the "TOPto' but does'n work for the geo. I creat a grid whit comp and use the top and again the comp for the instances, how you explain but Sorry me in this way I dont now how I can use my videoin for the geo...
Thank you a lot. Bless
Hey! Without the current version of TouchDesignerr this is a lot harder to achieve. Check out Noto The Talking Ball's video (th-cam.com/video/SJZIMGg-thY/w-d-xo.html) which might help because he's converting the data into CHOPs.
@@elekktronaut lol fuck. aight i might just pony up to the upgrade. indeed fine sir and appreciate the boost of encouragement
when i try to add the col null to the geo I get the error on the geo saying "all OPs must generate the same number of instances". Can anyone help out?
i have the same problem also, can anyone help
Thanks for that..... 🙏
Bileam, this is a basic question but how do you move the camera from within the operator so smoothly? as soon as I click it and move it with my mouse it moves way too much and totally loses the frame.
Hmm maybe press 'h' once your operator is active and then try moving around with LM, MM and RM (mouse)
can you do this with a video instead of an image?
''It's nice to be confused sometimes''
why use you reorder?
Anyone else with a warning on luma blur?
i wonder if there's a way to make this audioreactive, is it possible?
You can make pretty much anything audio reactive in td. An easy to do this here would be to convert the audio spectrum into TOPs and composite that into the map :)
I'm curious, what GPU are you using?
Awesome
Holy shitballs this is awesome!! Nice work.
How have I been ignorant of this software for so long? I only just discovered it today, and I've studied CGI for over 25 yrs. ..... I guess I only started getting into video and visualization over the last year or two tho.
This is EXACTLY the sort of software I've been looking for. I already spent a couple hours with it after watching only a couple basic usage videos and came up with some darn tootin cool stuff.
Pricey tho. How often do they have sales?
I felt the same when I discovered touch :)
Yea it's a bit expensive and they barely ever have sales but as soon as you're using it for commercial work, it's quite alright. Also, the free version is great!
Thanks!
Appreciate you!!!
" It's nice to be confused sometimes"
gracias billeam
🔥🔥🔥
fucking good bro, thanks.
man i m pritty sure your gpu is not enable ... zou are working with the integrated gpu in the processor. anyway fuck n cool teknique!!!!!!
Thanks! no I just really don't have a good gpu. but tomorrow I'll have an amazing one, getting a new pc rn :)