bigfug / Fugio

An open visual programming system designed for fast development and long-term preservation of digital art and creative exploration
http://www.bigfug.com/software/fugio/
GNU Lesser General Public License v3.0
151 stars 22 forks source link

Suspected bug in Fugio/plugins/NDI/ndisendnode.cpp - impacts FPS and Aspect Pins #79

Open donert opened 3 years ago

donert commented 3 years ago

Starting at line 21, mPinInputImage is assigned multiple times. As I read the code, this makes the FPS and Aspect ratio Pins non-functional.

mPinInputImage = pinInput( "FPS", PIN_INPUT_FPS );

mPinInputImage = pinInput( "Aspect", PIN_INPUT_ASPECT );

mPinInputImage = pinInput( "Image", PIN_INPUT_VIDEO );