GenT-Note is a tool designed to:
- Generate a note sequence from a provided TPM.
Sample TPM files are provided with the .tpm extension.
To run GenT-Note, use the following command:
python3 GenT-Note.py <tpm_file.csv>A MATLAB script, gentpm.mlx, is provided to generate a Transition Probability Matrix (TPM) from a given note sequence of arbitrary length.
- The script automatically saves the generated TPM as a CSV file.
- Ensure you have MATLAB installed to run the script.
Run the following command in MATLAB:
gentpmThe note sequence needs to be provided within the MATLAB code itself.
Supplementary MATLAB visualization scripts are included to enhance the interpretation and analysis of the generated Transition Probability Matrix (TPM).