Alias: null
Common Name: Read Onset Text File
Class: org. imirsel. m2k. evaluation. ReadOnsetTextFile

Overview: Reads a text file of note onsets and outputs a Signalcontaining the onsets, with file information set as metadata. Themodule also takes the .wav file inputs to make sure all necessaryfiles exist.

Data Handling: The input data is not modified.


Inputs:
Input Text File
java. io. file
The note onset input text file.

Input Wav File
java. io. file
The .wav files corresponding to the text files


Outputs:
Musical Key Signal
org. imirsel. m2k. util. Signal
A Signal object containing the musical key and file path of the source music file.


Input Wav file passthrough
java. io. File
A passthrough for the input .wav files



Properties:
Verbose
Sets whether file names and debug info is printed to the console.