Giter Site home page Giter Site logo

melodiya's Introduction

Melodiya

A music web application that generates melodies using AI, based on the musical ideas of the user. For this, I'm going to use VexFlow to create the staff and Tone.js so users can hear the seed notes.

  1. Create a form so that users can add the seed notes of the melody the AI will generate.
    • Adding a form and capture the inputs using js.
  2. Create a staff using EasyScore from Vexflow.
    • EasyScore is the fastest way to get started with VexFlow. You can use it to generate all the basic VexFlow elements necessary for a sequence of musical notation and extend them with the standard VexFlow API.
    • The EasyScore language supports notes, accidental beams, dot tuplets and other common musical notation elements. cdnjs
    • Add a staff using Vexflow where users can see, hear and edit the seed notes of the melody.
  3. Create a parser that takes the notes from the form and convert them into a readable format that Vexflow can understand.
  4. Add the note from the parser to the staff created in Vexflow.
  5. Integrate Tone.js into the app and create a Sampler using this library.
  6. Create a class using Tone.js so users can hear the seed notes of the melody.
    • Using Tone.js to play the notes of our staff.
  7. Generate a melody using magenta.js based on the seed melody of the user.
    • Generating a melody using MusicRNN. MusicRNN implements Magenta's LSTM-based language models.
  8. Add a midi player so user can hear the generated melody.
    • Adding HTML midi player and visualizer.

melodiya's People

Contributors

shejz avatar

Watchers

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