tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

Symbol OSCExecute in OscOutputExemple don't seem to exist #464

Closed wargreen closed 2 months ago

wargreen commented 3 months ago

Describe the bug When opening the example of OscOutput, we can see that the graph is driven by the symbol OSCExecute. This symbol don't seem to really exist : no parameters and can't find it for add it elsewhere.

Please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Add OscOutput
  2. Open the example
  3. See the OSCExecute symbol
  4. Try to add OSCExecute elsewhere

Expected behavior A clear and reproducible example :)

Screenshots image

Additional context Also tried on windows.

pixtur commented 2 months ago

Hi @wargreen . Thanks for your request and pointing this out.

The problem here is that "OSCExecute" is an output with a somewhat unusual name. Unfortunately it's not easily recognizable as an output node. I will look into that and improve the design.

pixtur commented 2 months ago

I adjusted the design of output node to make this a little bit more evident: image

wargreen commented 2 months ago

Thank you for this ! I can't check it now : does all the input / output have the same design ? I don't remember but it can be really cool.

pixtur commented 2 months ago

Not not yet. But it's a great idea. I will look into it.