Home

Awesome

Λioi

A companion app for ORCΛ using its UDP operator to send UDP messages or complex OSC message to multiple hosts.

Λioi

Goals

Λioi is an ElectronJS application that intends to let you access the extra complexity you may need for ORCΛ to drive your applications. Λioi provides support for OSC messages with multiple parameters, types and to multiple hosts. Λioi helps you configure OSC hosts dynamically with a simple GUI and test your OSC messages.

Install & Run

You can download builds for OSX, Windows and Linux, or if you wish to run it from sources, follow these steps:

git clone https://github.com/MAKIO135/aioi.git
cd aioi/desktop
npm install
npm run start

You can also build it for your system using npm run build_osx, npm run build_linux or npm run build_win.

Usage from ORCΛ

Λioi does not support:

Examples

Open aioi_test.orca with ORCΛ and start listener.js with NodeJS:

cd aioi
node listener.js

Tutorials for different platforms:

Extra

This application supports the Ecosystem Theme.
PR are welcomed.

Extra thanks to Devine Lu Linvega for all their works.