powered by
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))
"short"
"text"
pitch.read, pt.read
pitch.read
pt.read
# NOT RUN { pitch <- pitch.sample() pitch.write(pitch, "demo_output.Pitch") # }
Run the code above in your browser using DataLab