## Instructions on how to use the accompanying music synthesis tutorial jupyter notebook ##

##Author
Rohit M A
DAP Lab, IIT-B

# Requirements
* python (python 3 recommended)
* jupyter-notebook
* numpy, scipy and matplotlib


# Installing

* Instructions to install jupyter notebook can be found here - https://jupyter.readthedocs.io/en/latest/install.html

* For Windows users, it is best to use a conda environment like Anaconda or Miniconda. If you already have Anaconda, then you will already have jupyter notebook, as well as all the other required packages. If you have Miniconda, you can install each of these using 'conda install <package-name>', e.g., 'conda install jupyter'. If you have neither, it might be better to install Miniconda to save time, since Anaconda comes with several additional packages and can take a while to download and install.

* For Ubuntu users, pip or pip3 can be used to install all the packages.


# Starting a jupyter session and opening a notebook

* Open a terminal in Ubuntu, or the command prompt in Windows and run 'jupyter notebook'. The home page of a jupyter session should open in your default web browser.
* Download the music synthesis tutorial notebook to your pc.
* To open it, navigate to the directory where the notebook is kept in the jupyter file browser (that is open currently in your web browser) and select the notebook.
