Saves Pitch to the file.
pitch.write(pitch, fileNamePitch, format = "short")
Pitch object
Output file name
Output file format ("short"
(default, short text format) or "text"
(a.k.a. full text format))
# NOT RUN {
pitch <- pitch.sample()
pitch.write(pitch, "demo_output.Pitch")
# }
Run the code above in your browser using DataLab