Alias: null
Common Name: Read Key Text File
Class: org. imirsel. m2k. evaluation. ReadKeyTextFile

Overview: Reads a text file of the musical key pertaining to a certain music file, and populates a Signal object's metadata with the musical key, and the full file path of the original music file (e.g. .wav or .mid) to which it corresponds. The format of input text data is tab delimitted: <# or b or none>/t, e.g. 'C# major' or 'A minor'.

Data Handling: The input data is not modified.


Inputs:
Input Text File
java. io. file
The musical key input text file.

Input Wav/MIDI File
java. io. file
The .wav or .mid 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/MIDI file passthrough
java. io. File
A passthrough for the input .wav and .mid files



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