Skip to content

stagesoft/oscreceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oscreceiver_class

OSC receiver class using oscpack library.

To be added to your proyect as a git submodule and compiled all together with it.

In your code just make your class inherit from the OscReceiver class and code your own virtual function to process messages:

inline virtual void ProcessMessage( const osc::ReceivedMessage& /m/ , const IpEndpointName& /remoteEndpoint/ ) {};

About

Cuems OSC receiver class based on oscpack

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors