From 504fa85b12bef0531e3c03223f3dd12dca707ada Mon Sep 17 00:00:00 2001 From: moebiusSurfing Date: Fri, 8 Jul 2022 03:18:13 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19af0b0..760bbfa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Helper add-on for **openFrameworks** to handle [NDI](https://www.ndi.tv/tools/) and input **Webcam** devices, to be drawn into a **customizable Canvas Layout**. Distribute your **NDI** and **Webcam Inputs** to the **Canvas Layout**, -at full screen or mini **previews**: _draggable and scalable_ by using the mouse. +at full screen or mini **previews**: +_draggable and scalable_ by using the mouse. Feed your **oF** drawing easy into a **NDI Output** Broadcasted to the Network. @@ -56,7 +57,7 @@ Look Examples for **ofxGui** or **ImGui** modes. #include "ofxNDIHelper.h" ofxNDIHelper NDIHelper; -void ofApp::update() +void ofApp::setup() { NDIHelper.setup(); }