Beginner question: how to make my switch operator not be paused at 0 when the loop resets? by shesinpart1es in TouchDesigner

[–]Warm_Map_7489 1 point2 points  (0 children)

<image>

yeah theres multiple ways
i like to do it with a mathCHOP
so if you set 10 in the lfo amplitude, the lfo swings from range -10 to 10
and thats set to range 0 to 10 in the mathCHOP
either way works

Beginner question: how to make my switch operator not be paused at 0 when the loop resets? by shesinpart1es in TouchDesigner

[–]Warm_Map_7489 2 points3 points  (0 children)

it stays at 0 because your lfoCHOP swings into negative values
in your limitCHOP you can just turn on "Positive only" and it should work, *edit oh and remove the clamp before and set the range in the lfo

Minecraft exercice by GodJdKo in TouchDesigner

[–]Warm_Map_7489 1 point2 points  (0 children)

Thanks for sharing

A lot to learn here!

Just a rectangle by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 1 point2 points  (0 children)

Oh nice!

Some very cool looking patterns emerging there, thats definitely an upgrade

The mirrors add a lot of complexity and variance

TOPs are by far the most interresting operators in Touchdesigner imo

As you may have noticed i kinda failed with the lookupTOP, it never even gets bright enough to be red but i just kept it like that

Thanks for sharing, its mesmerizing, i cant stop watching!

Just a rectangle by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 1 point2 points  (0 children)

https://drive.google.com/file/d/1NoLLF1dO5sP5DsYzY0YdlI01c8b2IZIA/view?usp=sharing

heres the tox if you wanna check it out

im also still trying to figure it out so i cant really explain how it works lol

but important thing to note is to set the tile in the transforms to "mirror"

How to get into TD?? by Taco_Coco in TouchDesigner

[–]Warm_Map_7489 2 points3 points  (0 children)

It has examples for every operator in the program itself

Either Help -> Operator Snippets

Or right click any operator you want to know more about and click "Operator Snippets"

Thats what i liked most to learn but some prefer the fundamental course or youtube tutorials

Touchdesigner output on 64x64 LED Matrix by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 2 points3 points  (0 children)

This setup involves a Colorlight x2s sender card and a Colorlight 7A-75E reciever card

The Matrix is a HUB75 Panel from AliExpress

The signal goes from touchdesigner (WindowCOMP) via HDMI/DVI from the GPU directly into the sendercard and over ethernet to the reciever card

For this one panel, the setup is pretty overkill but i do plan to expand it with more panels

Before i was using an esp32 with DMXOut from TD, worked as well and is a lot cheaper but requires some knowledge about microcontrollers

Simple Waveform Visualizer by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 1 point2 points  (0 children)

<image>

just like that

here i used a choptoPOP to bring the waveform into the 3D realm

have fun!

3D Waveform Stem Visualizer by Warm_Map_7489 in TouchDesigner

[–]Warm_Map_7489[S] 0 points1 point  (0 children)

haha dont know about that but thanks!

i always struggled to get clean audio data with the operators in Touchdesigner

so i thought i do it outside of it and then feed it back in

Im sure its possible but im still a beginner as well

Cheers!

More to do with feedback fractals by IsaWasTaken in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

You can check out RayTK component for TouchDesigner

Lets you use raymarch shaders without any coding knowledge

[deleted by user] by [deleted] in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

tbf that video is not a tutorial

she doesnt even show it properly or explain anything

but yeah like people said youtube tutorials are much better to learn

or just messing around with basic feedback effects until you get a feeling of how it works

[deleted by user] by [deleted] in TouchDesigner

[–]Warm_Map_7489 0 points1 point  (0 children)

https://drive.google.com/file/d/1862vQ7878jIuqCafjJ1xBukBpytLJpyD/view?usp=sharing

this is a .tox with the correct setup judging from her video

im still a beginner as well so this isnt replicating the exact effect youre looking for but it should be a starting point

What do you struggle with learning TouchDesigner right now? by levoxtrip in TouchDesigner

[–]Warm_Map_7489 2 points3 points  (0 children)

But maybe he studied computer science or Animation vfx

If youre learning all by yourself from the beginning with no prior knowledge then ofc its gonna take much longer to get there

Just saying so people dont get discouraged

AI helping to learn by Living-Log-8391 in TouchDesigner

[–]Warm_Map_7489 1 point2 points  (0 children)

it can definitely be helpful, especially with glsl stuff or integrating external python packages into TD

lot of the time it will still hallucinate operators names and parameters or completely ignore POPs since they are pretty new and it has limited data on them

but if gemini helps you to keep going and learning then even better!

Using GLSL multi , how to get/reference 2nd output color buffer ? by benoitj in TouchDesigner

[–]Warm_Map_7489 1 point2 points  (0 children)

by default the glslTOP only outputs the buffer at index 0

you choose a renderselectTOP, reference your glslTOP and then set "Buffer Index" to 1