Giter Site home page Giter Site logo

terryyizhong / euterpe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xribene/euterpe

0.0 0.0 0.0 192.52 MB

A web-based template for hosting systems for real-time music HCI.

Home Page: https://euterpeframework.org

JavaScript 62.97% Python 0.18% CSS 4.12% HTML 0.19% Vue 32.54%

euterpe's Introduction

Euterpe

Euterpe is a framework designed to bridge the gap between music interaction and creation research and its deployment into user-friendly systems accessible to the general public on the web. Euterpe aims to be a template or starting point, from which you can develop your own music interaction system.

Deployed Systems Using Euterpe

Features

UI

The UI is the main thread of Euterpe and it performs the following operations:

  • Receiving and displaying the user input (e.g., PianoRoll, Score, etc.)
  • Processing input and sending it to your music interaction algorithm
  • Receiving the output from your music interaction algorithm and displaying it to the user

Agent

The Agent is a separate thread that hosts your music interaction algorithm. The Agent receives input from the UI in a timely manner, and sends back its output to the UI.

Music Interaction Communication Protocol (MICP)

The communication protocol that both UI and the Agent need to adhere to in order to communicate with each other. The protocol is designed to support various types of music interaction modes and data types:

  • Time-grid based (e.g., 16th-note quantization algorithms)
  • Event-based
  • 'Simultaneous' or 'Call and Response' playing
  • MIDI, Audio and data transfering

Installation

Euterpe is built on top of Vue.js, therefore need Node.js to be installed on your system. You can download Node.js from here.

Once Node.js is installed, you can install Euterpe by running the following command in the root directory of the project:

npm install

Usage

After the first installation, you can run Euterpe by running the following command in the root directory of the project to start the development server:

npm run dev

The development server by default will be available at http://localhost:5173.

Deployment

When you are ready to deploy Euterpe, you can run the following command in the root directory of the project:

npm run build

This will by default generate a dist folder in the root directory of the project. You can then deploy the contents of the dist folder to your web server.


Made with

euterpe's People

Contributors

xribene avatar yongyizang 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.