eliemichel / CodenameGogh

A node-based front-end to ffmpeg
Other
8 stars 0 forks source link

MixNode : Remove inputSlots when some are disconnected #41

Open Tilix4 opened 6 years ago

Tilix4 commented 6 years ago

When an inputSlot is disconnected, the inputSlots number must decrease by 1, removing the just unlinked slot. At the end, only two slots must remain if every slot is unlinked.