2020-10-10 11:15:33 +11:00
|
|
|
# Du joystick au laser
|
|
|
|
|
2020-10-10 17:57:55 +11:00
|
|
|
## joy2laser
|
2020-10-10 05:58:37 +11:00
|
|
|
|
2020-10-10 08:27:29 +11:00
|
|
|
Kluge intuité pendant [Sonoptic 2020](http://sonoptic.net).
|
2020-10-10 05:58:37 +11:00
|
|
|
|
2020-10-10 11:15:33 +11:00
|
|
|
```
|
|
|
|
tth@debian:~/Devel/gadgets-OSC/specific$ ./joy2laser -h
|
|
|
|
HELP ME !
|
|
|
|
-p NNN local listening port
|
|
|
|
-R a.b.c.d remote host
|
|
|
|
-P NNN remote port
|
|
|
|
-L N laser number
|
|
|
|
-S N scene number
|
|
|
|
-v increase verbosity
|
|
|
|
```
|
|
|
|
|
2020-10-10 17:57:55 +11:00
|
|
|
En réception, c'est fait pour fonctionner avec des choses comme
|
2020-10-10 22:52:53 +11:00
|
|
|
[osc-joy](../osc-joy.c) ou un [générateur](../generators/) de sinusoïde.
|
|
|
|
|
|
|
|
En émission ça tente de se conformer au
|
|
|
|
[protocole](https://git.interhacker.space/teamlaser/LJ/src/branch/master/README.md#lj-commands-reference)
|
|
|
|
défini par la teamlaser.
|
|
|
|
|
|
|
|
|