소스 검색

additional info added to doc

Thomas GUFFROY 6 달 전
부모
커밋
e15c2e3c91
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -34,7 +34,7 @@ In the following sections we will describe in detail all the parameters that can
 
 # 1) Interaction with iDraw OSC
 
-**iDraw OSC** is an application that is able to send OSC messages through the network to a target, depending on what the users draw on the device (color, type of pen, x and y location of the pen, etc...). Using these OSC messages, we can control the parameters of our synth. The diagram below shows briefly what should be the network setup to make the application and synthesizer work together.
+**iDraw OSC** is an application that is able to send OSC messages through the network to a target, depending on what the users draw on the device (color, type of pen, x and y location of the pen, etc...). The user is asked to insert the IP address of the machine hosting SuperCollider, as well as the port number, which is 57120 (the default port for OSC messages in SuperCollider). Using these OSC messages, we can control the parameters of our synth. The diagram below shows briefly what should be the network setup to make the application and synthesizer work together.
 
 ![Network diagram](documentation/rsc/network_diagram.png)
 
@@ -209,3 +209,7 @@ TBD
 
 TBD
 
+
+# 5) Graphical User Interface
+
+The Graphical User Interface (GUI) has been developed using Processing. To ensure the ineraction between SuperCollider et Processing, OSC messages are sent through the loopback network interface of the computer, using the port 57122. (WIP)