Skip to content

jonasohland/Max-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Networking Extensions for Max/MSP - Build Status

Status

Currently this is just a bunch of WIP classes and functions. Nothing to see here.

Building

To successfully build these externals you will need:

  • Boost.Asio
  • Boost.Beast
  • Boost.System
  • Boost.Date_Time
  • Google Protocol Buffers

You can get the newest Boost libraries at boost. The protobuf library can be found here. Please note that on Windows the protobuf library needs to be compiled with -Dprotobuf_MSVC_STATIC_RUNTIME=OFF to link against the MSVC runtime library dynamically. Read more on this here.

Goals

This Project aims to provide a simple and modern c++ api for implementing io applications using boost asio in the form of max-msp external objects. These objects may implement things such as:

  • Realtime Audio Streaming
  • Cloud based speech to text or text to speech
  • Logging
  • General purpose http / websocket endpoints
  • Social Media interaction
  • (maybe some jitter stuff idk)

About

WebSockets and more for MaxMSP!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors