Skip to content

Instantly share code, notes, and snippets.

@2bbb
Last active March 6, 2017 06:43
Show Gist options
  • Select an option

  • Save 2bbb/38dcb04f99aef24a241276293f89924e to your computer and use it in GitHub Desktop.

Select an option

Save 2bbb/38dcb04f99aef24a241276293f89924e to your computer and use it in GitHub Desktop.
ableton link test on Linux with node-abletonlink
#!/bin/bash
g++ -Inode_modules/abletonlink/libs/link/include -Inode_modules/abletonlink/libs/link/modules/asio-standalone/asio/include -std=c++11 -DLINK_PLATFORM_LINUX=1 -pthread link.cpp -o link.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment