Skip to content

Commit 4e0145d

Browse files
committed
Doc: add screenshot to README and more instructions
1 parent 5849914 commit 4e0145d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# PowerPointToOSC
22

3-
A .NET core application to send OSC commands based on the content of PowerPoint's slides speaker notes.
3+
A .NET core application to send [OSC commands](http://cnmat.org/OpenSoundControl/OSC-spec.html) based on the content of PowerPoint's slides speaker notes.
44

55
I use it to control a lighting rig, itself controlled by DMX, while I present my slides.
6-
The USB to DMX interface I use is [DMXIS](https://www.dmxis.com/) from ENTTEC.
6+
The USB to DMX interface I use is [DMXIS](https://www.dmxis.com/) from ENTTEC. Either DMXIS or ShowBuddyActive can be controlled by OSC.
77

8-
PowerPointToOSC is based on [PowerPointToOBSSceneSwitcher](https://github.com/shanselman/PowerPointToOBSSceneSwitcher) which allows to select OBS scenes based on the content of slides speaker notes.
8+
![Screenshot](screenshot.jpg)
9+
10+
PowerPointToOSC is based on [PowerPointToOBSSceneSwitcher](https://github.com/shanselman/PowerPointToOBSSceneSwitcher) which allows to select OBS scenes based on the content of slides speaker notes. There is no OBS support in PowerPointToOSC, which is only focused on OSC.
911

1012
## Usage
1113

1214
* Download the latest version from [GitHub](https://github.com/ojacques/PowerPointToOSC/releases)
13-
* In the speaker notes of the first slide, configure the OSC host to send OSC commands to in the form of "`IP port`":
15+
* Extract the zip file in a folder of your choice
16+
* Start `PowerPointToOSC.exe`
17+
* In the speaker notes of the first slide, configure the OSC host to send OSC commands with the `OSCHOST` verb, in the form of "`IP port`":
1418

1519
```
1620
OSCHOST:127.0.0.1 5678
@@ -29,6 +33,8 @@ OSC: /test3 s teststring
2933
OSC: /test4 b true
3034
```
3135

36+
For DMXIS, refer to [this manual](https://dol2kh495zr52.cloudfront.net/pdf/manuals/200405_DMXIS_v1.70_UM.pdf) for OSC commands. For ShowBuddyActive, refer to [this manual](https://www.dmxis.com/release/SBA/Show%20Buddy%20Active.pdf).
37+
3238
PowerPointToOSC relies on [sendosc](https://github.com/yoggy/sendosc) command line. The same syntax applies.
3339

3440
## TODO

screenshot.jpg

247 KB
Loading

0 commit comments

Comments
 (0)