parsePitchString

Parse pitch data from a string (.pitchPP format).

File format: whitespace-separated "time_seconds pitch_hz" per line. Example:

0.0 440.0
0.01 442.5
0.02 -1.0

Return

Parsed pitch data, or null if parsing failed

Parameters

content

String containing pitch data