Skip to content

A Node server that uses the Ableton Link protocol. It serves a page to see the data of the Ableton Link session that is running on the same WiFi

Notifications You must be signed in to change notification settings

Onni97/AbletonLinkOnNodeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbletonLinkOnNodeServer

Preliminar study of the integration of Ableton Link in Web Audio

Tested Env

OS tested:

  • Ubuntu 18.04 running on WSL on Windows 10
  • Windows 10

Node versions tested:

  • 13.13.0
  • 12.0.0
  • 10.16.0
  • All versions < 10.16.0 doesn't work

Requisites

To run this project you need the G++ compiler (4.8 or above), Python (v2.7, v3.5, v3.6, v3.7, or v3.8) and Node (10.16.0 or above)

Linux

Run this command to install requisites:

sudo apt-get install g++ python

Windows

You need the windows-buil-tools that containt boot G++ and Python, to install run:

npm install -g windows-buil-tools

Dependencies

Setup

Clone the repo

git clone https://github.com/Onni97/AbletonLinkOnNodeServer

Enter the directory and install the dependencies

cd AbletonLinkOnNodeServer
npm install

Start the server

npm start

Open the link on the browser of a device on the same network to see the session data

http://*IP*:3000/

License

MIT

Author

Me, Alessandro Oniarti

About

A Node server that uses the Ableton Link protocol. It serves a page to see the data of the Ableton Link session that is running on the same WiFi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published