Skip to content

antonhornquist/serialoscclient-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serialoscclient-rb

SerialOSC device (monome grid, arc) support for Ruby

Description

This is a less maintained port of the SerialOSCClient-sc SuperCollider library. Please report bugs.

SerialOSCClient provides plug'n'play support for monome grids, arcs and other SerialOSC compliant devices.

Requirements

This library requires the osc-ruby gem.

This code has been developed and tested in Ruby 2.3.3 and JRuby 9.1.6.0.

Installation

Install gem osc-ruby:

$ gem install osc-ruby

or, for JRuby:

$ jgem install osc-ruby

Download serialoscclient-rb. Add the lib folder of serialoscclient-rb to the Ruby load path.

Implementation

This is a Ruby port of the SerialOSCClient-sc SuperCollider library.

If you intend to use this library beware of the monkey patching due to port of a collection of SuperCollider extensions to Ruby.

License

Copyright (c) Anton Hörnquist

About

SerialOSC device (monome grid, arc) support for Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages