d3cod3 / Mosaic

Mosaic, an openFrameworks based Visual Patching Creative-Coding Platform
https://mosaic.d3cod3.org
Other
421 stars 23 forks source link

Control config parameters? #78

Open sphaero opened 9 months ago

sphaero commented 9 months ago

Probably a noob question but is it possible to control some config params though objects/nodes?

For example can I connect a gui/slider object to control the alpha of one of the texture mixer channels?

Daandelange commented 9 months ago

Hi there @sphaero :)

Object < Math < Number should be what you are looking for ? (connected to texture.alpha) image

d3cod3 commented 9 months ago

Hi, generally it's like @Daandelange is telling you, but not specifically for the texture mixer object, because it's not designed to have external control of the channel alphas Screenshot from 2023-11-23 10-19-57

As you can see, we just have the texture inlets ( blue ones ).

I'll add a vector inlet in the future to externally control the channels alphas!

sphaero commented 9 months ago

Ok thanks for the feedback. Mosaic is looking good btw!