Hello everyone,
I thought I understood how data types worked in Wire, but apparently not. Perhaps one of you can enlighten me. I'm trying to connect a module that emits a boolean (true/false) to an 'if' module, which supposedly accepts booleans. (see image)
However, this doesn't work – why? When does the 'if' module accept boolean inputs?
Wire – Can't connect a boolean emitter to a boolean input?
Re: Wire – Can't connect a boolean emitter to a boolean input?
Circle to rectangle is Signal to Event.
You need an OnChange node for that first
You need an OnChange node for that first

Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: Wire – Can't connect a boolean emitter to a boolean input?
Ah, signal types and data types. Got it. Thank you!