leadedge / ofxNDI

An Openframeworks addon to allow sending and receiving images over a network using the NewTek Network Device Protocol.
GNU General Public License v3.0
134 stars 48 forks source link

Typo #7

Closed JonnyTech closed 5 years ago

JonnyTech commented 5 years ago

ofxNDIsender > ofxNDIsender is not a change!

leadedge commented 5 years ago

Yes it's just a typo. It's actually "ofxNDIsender > ofxNDIsend". The idea is that the classes without the "er" can be used exactly as they were and they do not depend on Openframeworks. The new classes extend them and require Openframeworks. I have update the readme.

JonnyTech commented 5 years ago

So should ofNDIreceive be ofxNDIreceive?

leadedge commented 5 years ago

Yes, another typo. Will fix later. Look at the header files for what the names are if you are unsure.

leadedge commented 5 years ago

I pushed the latest corrections which you should have if you are using this. Audio receiving work is included but not fully tested.

JonnyTech commented 5 years ago

Great, thanks - makes sense now - sorry, I'm a noob and the headers were confusing me.