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
- Host: GitHub
- URL: https://github.com/zampino/livex
- Owner: zampino
- License: mit
- Created: 2016-03-22T13:54:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T21:29:43.000Z (about 10 years ago)
- Last Synced: 2025-02-12T17:23:21.117Z (over 1 year ago)
- Topics: elm, phoenix, touchosc
- Language: Elixir
- Homepage:
- Size: 1.02 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.


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).