Lesson 19 Tut3: Difference between revisions

From English DMXC-Wiki
No edit summary
No edit summary
 
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<h2 style="{{Style:Hauptseite:Überschrift}}" align="center">DMXControl 3 lessons</h2>
{{Manual Header
<div style="{{Style:Hauptseite:Box}} background-color:#ffffff">
| Type = DMXC3 Tutorials
<!-- Rechte Spalte -->
| Version = 3.0.0
<div class="floatright" style="width: 78%;  margin-top:-8px;">
| LinkBackwards = Lesson_18_Tut3
 
| TextBackwards = Lesson 18
 
| LinkForwards = Lesson_20_Tut3
 
| TextForwards = Lesson 20
}}
==Overview==
==Overview==
In this lesson some additional clients are in focus. The client/server concept of DMXControl allows the connection to other clients (Smartphones, Tabs, etc.) in simple way.
In this lesson some additional clients are in focus. The client/server concept of DMXControl allows the connection to other clients (Smartphones, Tabs, etc.) in simple way.
 


==Lecture 19: Further DMXControl clients ==
==Lecture 19: Further DMXControl clients ==
{{Manual Box | en | Hint |  Currently the OSC plugin is not offered. We expect it in next release.
}}


in development:
in development:


* [http://www.dmxcontrol.de/wiki/Projekte/DMXControl-for-Android-Projekt DMXControl-for-Android-Projekt]
* [http://www.dmxcontrol.de/wiki/Projekte/DMXControl-for-Android-Projekt DMXControl-for-Android-Projekt]
* [http://www.hexler.net TouchOSC]


Both smartphone apps (clients) communicate via OSC with DMXControl 3.  
 
The smartphone apps (clients) communicate via OSC with DMXControl 3.  
Therefore you have to enable the OSC plugin via "plugin manager", see following figure:
Therefore you have to enable the OSC plugin via "plugin manager", see following figure:
{{Picture_with_subtitle|DMXC3L19_OSC1.JPG|1|Activating OSC-Plugin|center}}


[[Datei:DMXC3L19_OSC1.JPG]]
Now, you should define the IP connection in the panel "connection form". Press the "+" button to create a new connection.
 
In the first approach we use unicast with UDP. Please let the IP address on 0.0.0.0, but set the correct port where your client sends the OSC messages. Now you can start (activate) this connection by a click to  start button:
Now, you should define the IP connection in the panel "connection form". In teh first approach we use  
{{Picture_with_subtitle|DMXC3L19_OSC2.JPG|2|OSC-Plugin setup|center}}
unicast with UDP. Please let teh IP address on 0.0.0.0, but set the correct port where your client sends the OSC messages:
 
[[Datei:DMXC3L19_OSC2.JPG]]
 
 
 
'''topics to be added (by beta testers)'''
*
 
 
==Excercise==
* Create ...
*


==Additional links and references==
==Additional links and references==
*
* [http://www.hexler.net TouchOSC]
 
 
==Certificate==
I have understood the topics of this lecture and want to continue with next course:
[http://www.dmxcontrol.de/mediawiki_beta/index.php?title=Einsteiger:Lesson20/en Lecture20: XXXX]
 
 
</div>
 
<!-- Linke Spalte -->
<div style="{{Style:Hauptseite:Box}} width: 17%; background-color:#f5faff">
{{DMXC3_lesson/en}}
</div>
 
 


__NOTOC__
[[de:Lektion_19_Tut3]]
{{Languages|Einsteiger:lesson19}}
[[Category: Tutorials DMXControl 3]]

Latest revision as of 20:58, 2 March 2025

Im-aim.png Article describe
DMXControl 3.0.0
Stand: 02.03.2025
Lesson 19 Tut3
Arrow back.png Lesson 18
Lesson 20 Arrow forw.png
table of content

</onlyinclude>

|}

Overview

In this lesson some additional clients are in focus. The client/server concept of DMXControl allows the connection to other clients (Smartphones, Tabs, etc.) in simple way.

Lecture 19: Further DMXControl clients

Important Hint Currently the OSC plugin is not offered. We expect it in next release.

in development:


The smartphone apps (clients) communicate via OSC with DMXControl 3. Therefore you have to enable the OSC plugin via "plugin manager", see following figure:

Figure 1:Activating OSC-Plugin
Figure 1: Activating OSC-Plugin

Now, you should define the IP connection in the panel "connection form". Press the "+" button to create a new connection. In the first approach we use unicast with UDP. Please let the IP address on 0.0.0.0, but set the correct port where your client sends the OSC messages. Now you can start (activate) this connection by a click to start button:

Figure 2:OSC-Plugin setup
Figure 2: OSC-Plugin setup

Additional links and references