-
Notifications
You must be signed in to change notification settings - Fork 9
Description
a = FoscNote(60, 1/4);
a.show;
I get the following error in SuperCollider on an Apple M1:
ERROR: FoscIOManager:openFile: path does not exist: /Users/name/Library/Application Support/SuperCollider/fosc-output/0001.pdf.
CALL STACK:
Object:reportError
arg this = "FoscIOManager:openFile: path..."
Nil:handleError
arg this = nil
arg error = "FoscIOManager:openFile: path..."
Thread:handleError
arg this =
arg error = "FoscIOManager:openFile: path..."
Object:throw
arg this = "FoscIOManager:openFile: path..."
Meta_FoscIOManager:openFile
arg this =
arg path = "/Users/name/Library/A..."
Fosc:show
arg this =
arg paperSize = nil
arg staffSize = nil
arg includes = nil
var illustrateEnvir =
var path = "/Users/name/Library/A..."
Interpreter:interpretPrintCmdLine
arg this =
var res = nil
var func =
var code = "a.show;"
var doc = nil
var ideClass =
Process:interpretPrintCmdLine
arg this =
The 0001.ly file created within fosc-output contains the following:
\version "2.24.1"
\language "english"
\include "/Users/name/Library/Application Support/SuperCollider/Extensions/fosc/stylesheets/default.ily"
\score {
{
c'4
}
}