Giter VIP home page Giter VIP logo

obviousjim / ofxmostpixelsever Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flightphase/most-pixels-ever

14.0 14.0 7.0 34.02 MB

The Most Pixels Ever is an open-source Java and C++ framework for spanning Processing sketches and openFrameworks applications across multiple screens. in process of moving from: http://code.google.com/p/mostpixelsever/

Home Page: http://www.shiffman.net

C 3.72% C++ 94.73% Objective-C 1.56%

ofxmostpixelsever's People

Contributors

igierard avatar mantissa avatar obviousjim avatar prisonerjohn avatar shiffman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ofxmostpixelsever's Issues

mismatching delimiter

I was trying to get this to work, and it just wasn't running, then I discovered that the server calls server.setMessageDelimiter("\n"); on its tcp server. The ofxMPEClient() doesn't do this (so is still using "[/TCP]" I guess).

So for me, it worked if I commented out that line setting the message delimiter in the server. If I tried instead to set the client's delimiter to \n it wouldn't work either. Strange.

Compilation Error in current master (send method called with wrong parameter)

In the file ofxMPEClient.cpp in line 411 you can read:

send("S" + delimiter + ofToString(id) + delimiter + clientName);

on my machine that leads to the following error:
error: no matching function for call to ‘ofxMPEClient::send(std::basic_string<char>)'
for me writing:

std::string str = std::string("S" + delimiter + ofToString(id) + delimiter + clientName);
send(str);

Since it the error stop compilation, this seems like a bug to me thought.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.