Skip to content
/ remotewig Public

remotewig is a bridge between a web browser and Bitwig.

Notifications You must be signed in to change notification settings

j28/remotewig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

From the command line:

  1. In the /app folder, run npm install
  2. In the /app/web folder, run npm install
  3. Add the contents of /controller-scripts into your Controller Scripts folder

Running the Application From Source

  1. In the /app folder, start the Node.js server with node .
  2. Open 10.0.0.2:8080/web/index.html in a web browser; a log message will be printed to the terminal when you are connected

Packaging as a Standalone

  1. Install pkg using npm install -g pkg
  2. To package for mac, run pkg . --targets node13-macos-x64

Running as a Standalone

In the /app folder, run ./remotewig

About

remotewig is a bridge between a web browser and Bitwig.

Resources

Stars

Watchers

Forks

Packages

No packages published