Code Monkey home page Code Monkey logo

witches-of-wubb's Introduction

Witches of wubb

Setup

You should have node (version 18+) installed as well as yarn installed. See yarnpkg.com for insall options.

You'll need to make sure that ableton-js is installed. You can find the installation steps here: leolabs/ableton-js.

Install dependencies

yarn install

Run project

This project consists of a backend and frontend that you'll need to start independently. Both feature hot-reloading when files have changed, so you don't need to do anything special during development.

๐Ÿšจ Check the .env for port/address conflicts

This package assumes that your lighting server is 127.0.0.1. If that's not the case, you'll want to change that in the .env file.

You can also change the port of the socket.io server via WS_SEVER_PORT and the exposed port of the osc server (for RFID events) via OSC_SERVER_PORT.

Starting the backend

Once ableton-js is installed, run:

yarn start-backend

At which point you will have:

  • an OSC server listening on port 9000, or whatever you've assigned to OSC_SERVER_PORT
  • a Websocket server listening on port 3335, or whatever you've assigned to WS_SEVER_PORT
  • a process listening to the socket exposed by ableton-js

Starting the Web UI

To start the web ui run:

yarn dev

then navigate to http://localhost:5173 -- or whatever the console tells you.

witches-of-wubb's People

Contributors

jonathan3692bf avatar nrabhiram avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.