An open API service indexing awesome lists of open source software.

https://github.com/zampino/livex

Phoenix + Elm visual playground for Phoenix.OSC and TouchOSC
https://github.com/zampino/livex

elm phoenix touchosc

Last synced: about 1 year ago
JSON representation

Phoenix + Elm visual playground for Phoenix.OSC and TouchOSC

Awesome Lists containing this project

README

          

# Livex

A Phoenix + Elm visual playground for [`Phoenix.OSC`](//github.com/zampino/phoenix_osc)
and [TouchOSC](//hexler.net/software/touchosc). Elm code is in `web/elm`.

## Setup

Open `demo.touchosc` with [TouchOSC layout editor](http://hexler.net/docs/touchosc-editor) and upload it to your phone.

![demo.png](demo.png)
![spiro.gif](spiro.gif)

Run Phoenix with `mix phoenix.server` and point your TouchOSC app to your
machine's ip setting UDP port to `8000` (or the configured one).