Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 2.19 KB

README.md

File metadata and controls

53 lines (32 loc) · 2.19 KB

Bombaim

A Web tool to create backing tracks on your browser based on a given chord sequence and a selection of styles, instruments, timbres and tempo. Made with Flask + React, Bombaim will boost your music study, but can also serve as an accompaniment software if you want to generate backing tracks for a performance.

full_screen

Get started

Running with Docker

First make sure you have Docker and Docker-compose installed for your operating system.

After cloning this repository you just need to run:

sudo docker-compose up

Usage

After successfully running the project your access localhost:1234 and start using it. The first step is to configure it for what you are wishing to play!

Creating Backing Tracks

  1. You can select your tempo at the bottom of the screen


  1. You can select your style on the bottom left of the screen and even upload some new one if you know what you are doing.


  1. Add some more bars to your song by pressing the + button, but Bombaim has a loop function, so only a few bars should be enough for some studies!


4. Add notes to each bar by typing the notes or selecting which ones you are looking for


  1. After you've finished editing, you can generate your song by pressing the check button on the right bottom


  1. Control your backing track by using the upper controls


  1. Have Fun!