Skip to content
/ ex_osc Public
forked from jwarwick/ex_osc

Open Sound Control server and client libraries for Elixir

License

Notifications You must be signed in to change notification settings

hubie/ex_osc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElixirOSC

An Elixir client and server for the Open Sound Control (OSC) protocol. Designed to work with TouchOSC.

Usage

Installation

Add to mix.exs

defp deps do
  [
    {:ex_osc, git: "https://github.com/hubie/ex_osc"}
  ]
end

Configuration

Add the following to your Application config.exs file to customize settings.

config :ex_osc,
  port: 8000,  # UDP port to listen for OSC messages.  Default: 8000
  buffer_size: 10

TODOS

  • Support nested #bundle messages in parser and constructor

License

See the LICENSE file for license rights and limitations (MIT).

About

Open Sound Control server and client libraries for Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%