Hello,
I am excited to learn Open Music programming–I have some background in programming but have never used a visual language. At this point, I am getting hung up on the basics. I am following the Open Music Documentation site and attempting to implement some of their examples for practice.
When evaluating the file-write-line box, I get this error: “Error while evaluating the box FILE-WRITE-LINE: #P”/Users/…/TestOutputOM.txt" (of type pathname) is not of type stream.
In the listener, when I evaluate the streamfile, it is returning ‘nil’, though I believe it should be returning a file pointer?
Thanks for any help!
Also, any links to sample projects that demonstrate reading and writing would be appreciated. I am undertaking a simple translation project, where numerical files are input and a transcription and midi file is output.