Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monome/libmonome
makes writing applications for Monomes easy.
https://github.com/monome/libmonome
Last synced: 18 days ago
JSON representation
makes writing applications for Monomes easy.
- Host: GitHub
- URL: https://github.com/monome/libmonome
- Owner: monome
- License: isc
- Created: 2009-02-13T03:56:00.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T23:04:06.000Z (6 months ago)
- Last Synced: 2024-07-31T22:54:30.801Z (3 months ago)
- Language: C
- Homepage:
- Size: 1.39 MB
- Stars: 302
- Watchers: 155
- Forks: 158
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
libmonome v1.2:
libmonome is a library for easy interaction with monome devices. It
currently runs on Linux (on which it is primarily developed), OpenBSD, and
Darwin/OS X.It was developed to make monome devices easy to use with programming
languages like C and Python, and adding wrappers for use in your favorite
language with a suitable FFI is straightforward.libmonome has support for 40h and series devices through a unified API,
and by default includes a third backend which wraps around the OSC
protocol and presents the same API as a physical device. This means that a
program written using libmonome can, at runtime, decide whether to
communicate with a running monomeserial instance over OSC or whether to
access the physical device directly.build like:
$ ./waf configure
$ ./waf
$ sudo ./waf installlibmonome was written by william light (visinin on the monome forums).
You can contact him at .