You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
possible duplicate of #13#69 but since it's a different error message, I'm writing a separate issue.
When I run
dacBy (setTrace <> setJackv "cse") $ do
(g,f) <- slider "f" (expSpan 20 2e4) 440
panel g ; return $ osc f
I am getting
0dBFS level = 32768.0
--Csound version 6.16 (double samples) Jul 19 2023
[commit: none]
libsndfile-1.1.0
UnifiedCSD: /tmp/tmp.csd
STARTING FILE
Creating options
Creating orchestra
closing tag
Creating score
rtmidi: ALSA Raw MIDI module enabled
rtaudio: JACK module enabled
error: Unable to find opcode entry for 'FLpanel' with matching argument types:
Found: (null) FLpanel cccccc
Line: 23
from file /tmp/tmp.csd (1)
Parsing failed due to syntax errors
Stopping on parser failure
cannot compile orchestra
end of score. overall amps: 0.0
overall samples out of range: 0
1 errors in performance
Elapsed time at end of performance: real: 0.002s, CPU: 0.002s
this is csound as it comes with Fedora-39.
One comment recommended that this command "should produce output".
possible duplicate of #13 #69 but since it's a different error message, I'm writing a separate issue.
When I run
I am getting
this is csound as it comes with Fedora-39.
One comment recommended that this command "should produce output".
[EDIT] I was assuming that
(null)
indicates some kind of error but I now think it's a compressed type declaration, vis. https://csound.com/docs/manual/FLpanel.htmlapparently, no result, and these arguments: one string, two int, then five optional (int?). This does not seem to match
Sjjjoooo
exactly (threej
)The text was updated successfully, but these errors were encountered: