NDI Working

This commit is contained in:
2025-07-22 09:00:28 +10:00
parent fc6fa30c85
commit 853e4423f7
41 changed files with 1375 additions and 3 deletions

View File

@@ -14335,8 +14335,68 @@ offset_right = 154.0
offset_bottom = 25.0
metadata/_edit_use_anchors_ = true
[node name="NDIOutput" type="Node2D" parent="."]
position = Vector2(16, 433)
[node name="Label" type="Label" parent="NDIOutput"]
offset_right = 138.0
offset_bottom = 34.0
text = "NDI streaming"
metadata/_edit_use_anchors_ = true
[node name="ndiEnabledCheck" type="CheckBox" parent="NDIOutput"]
offset_left = 130.0
offset_top = 1.0
offset_right = 154.0
offset_bottom = 25.0
metadata/_edit_use_anchors_ = true
[node name="SourceNameLabel" type="Label" parent="NDIOutput"]
offset_top = 32.0
offset_right = 100.0
offset_bottom = 50.0
text = "source name:"
metadata/_edit_use_anchors_ = true
[node name="ndiSourceName" type="LineEdit" parent="NDIOutput"]
offset_left = 105.0
offset_top = 30.0
offset_right = 250.0
offset_bottom = 52.0
text = "PNGTuber-Plus"
metadata/_edit_use_anchors_ = true
[node name="AudioLabel" type="Label" parent="NDIOutput"]
offset_top = 60.0
offset_right = 100.0
offset_bottom = 78.0
text = "include audio:"
metadata/_edit_use_anchors_ = true
[node name="ndiAudioCheck" type="CheckBox" parent="NDIOutput"]
offset_left = 130.0
offset_top = 58.0
offset_right = 154.0
offset_bottom = 82.0
metadata/_edit_use_anchors_ = true
[node name="StatusLabel" type="Label" parent="NDIOutput"]
offset_top = 88.0
offset_right = 200.0
offset_bottom = 106.0
text = "Status: Not streaming"
metadata/_edit_use_anchors_ = true
[node name="toggleButton" type="Button" parent="NDIOutput"]
offset_left = 260.0
offset_top = 85.0
offset_right = 340.0
offset_bottom = 110.0
text = "Start NDI"
metadata/_edit_use_anchors_ = true
[node name="bounceOnCostume" type="Node2D" parent="."]
position = Vector2(17, 305)
position = Vector2(17, 565)
[node name="Label" type="Label" parent="bounceOnCostume"]
offset_right = 138.0
@@ -14935,3 +14995,7 @@ metadata/_edit_use_anchors_ = true
[connection signal="pressed" from="CostumeInputs/ScrollContainer/VBoxContainer/costumeButton10/delete10" to="." method="_on_delete_10_pressed"]
[connection signal="value_changed" from="BlinkSpeed/blinkSpeed" to="." method="_on_blink_speed_value_changed"]
[connection signal="value_changed" from="BlinkChance/blinkChance" to="." method="_on_blink_chance_value_changed"]
[connection signal="toggled" from="NDIOutput/ndiEnabledCheck" to="." method="_on_ndi_enabled_check_toggled"]
[connection signal="text_changed" from="NDIOutput/ndiSourceName" to="." method="_on_ndi_source_name_text_changed"]
[connection signal="toggled" from="NDIOutput/ndiAudioCheck" to="." method="_on_ndi_audio_check_toggled"]
[connection signal="pressed" from="NDIOutput/toggleButton" to="." method="_on_ndi_toggle_button_pressed"]