[Update] cmdからのexe起動時などに、引数としてosc portとip addressの設定ができるように。

This commit is contained in:
Sakamoto Shiina
2023-11-10 17:52:25 +09:00
parent 3d917a8f57
commit 80940fccb2
2 changed files with 18 additions and 0 deletions

View File

@@ -1096,7 +1096,11 @@ class View():
self.view_variable.VAR_SPEAKER_MAX_PHRASES.set(str(value))
def setGuiVariable_OscIpAddress(self, value):
self.view_variable.VAR_OSC_IP_ADDRESS.set(str(value))
def setGuiVariable_OscPort(self, value):
self.view_variable.VAR_OSC_PORT.set(int(value))