From 1025d57c6a48b604eb09a3920ac879894cc762c6 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 5 Aug 2023 21:31:18 -0400 Subject: [PATCH] Dragonframe documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c89f15..b3adef7 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ RGB lights use four DMX channels to set brightness and RGB values. | 3 | Green | | 4 | Blue | +### Dragonframe + +To add the DMX server to Dragonframe open up a project and on the top menu select Scene -> Connections... Select the `Add Connection` button and from the device drop down select `ArtNet DMX`. Select DMX U1. If you want it to be another Universe number than select a different number. For the ip:universe number enter `127.0.0.1:1`. The first set of numbers before the colon being the local address of your computer and the number after the colon being the universe number of AquaDMX. If you are running the program on a different computer you should set that computers IP address instead of the localhost address. Click connect and if AquaDMX is running Dragonframe should change the connect icon to green. + ### Running To run the program run the following command: