Giter VIP home page Giter VIP logo

nonoto's Introduction

alt text

NONOTO is an A.I.-powered interactive score. It allows users to interact intuitively with any existing music composition algorithm. In order to make this programme used by a majority of artists, we provide a way to integrate seamlessly NONOTO within Ableton Live, and more generally, to any Digital Audio Workstation supporting Ableton Link.

NONOTO is distributed as an Electron app and as a web application. Currently, only the Electron application (for Linux and MacOS) can be connected to another DAW.

Installation

Electron application

Recommended

You can download the MacOS and Linux standalone applications here.

Web application

Docker

A Docker image for NONOTO is available on Docker Hub, so that you can download and launch the NONOTO server with:

docker run -it -p 8080:8080 nonoto

and then connect to 127.0.0.1:8080.

Manual installation

Install the OpenSheetMusicDisplay fork which allows to have access to internal private variables such as the displayed elements:

cd INSTALL_DIR
git clone https://github.com/SonyCSLParis/opensheetmusicdisplay.git
cd opensheetmusicdisplay
yarn install && yarn link

Install our Simplebar fork:

cd INSTALL_DIR
git clone https://github.com/SonyCSLParis/simplebar.git
cd simplebar
yarn install && yarn run build && yarn link

Finally, install NONOTO with

cd INSTALL_DIR
git clone https://github.com/SonyCSLParis/NONOTO.git
cd NONOTO
yarn link opensheetmusicdisplay && yarn link simplebar
RUN yarn install && yarn build:web

Once, this is done, the NONOTO server is can be started with

yarn serve:web

then, connect to 127.0.0.1:8080.

By default, NONOTO uses the port 8080. We recommend to use Chrome.

Usage

Different modes are available:

  • Folk songs mode works with any type of score and allows the user to regenerate any part of the score by clicking on it,
  • Chorale mode adds a way to control fermatas (indication of where the musical phrases end in Bach chorales)
  • Leadsheet mode adds a way to control and set chord progressions.

Starting a music composition algorithm server

NONOTO is just an interface which allows users to query music composition algorithm You need to start a backend server.

For the moment, only the integration with DeepBach is provided. Integration with other music composition algorithms will be available soon.

Connexion with Ableton

TODO

Issues

An up-to-date version of libstdc++6 may be needed to run the linux AppImage.

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade libstdc++6

nonoto's People

Contributors

tbazin avatar ghadjeres avatar sebastianhaas avatar dependabot[bot] avatar mneufcourt avatar

Watchers

 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.