Dear OM users,
You will find here installers for Mac, windows and linux of OM version 7.3 release candidate, meaning all thsi is for testing purposes:
Please if you have issues, please report here.
Best to you all
K
Dear OM users,
You will find here installers for Mac, windows and linux of OM version 7.3 release candidate, meaning all thsi is for testing purposes:
Please if you have issues, please report here.
Best to you all
K
So, it loads the workspace now, and I can create and work on patches.
I launched the app (after copying it to my applications folder), and created a brand new workspace in my User/OM folder as I would usually do.
However: when I try to save the workspace this error appears.
When I press OK,this shows up in the listener console:
OM > āSaving workspaceā¦ā
OM > "ERROR: No applicable methods for #<standard-generic-function |OpenMusic|::get-elements 80E0BF39DC> with args (nil)
Call to om-lisp::om-error-handler
Call to invoke-debugger
Call to error
Call to cerror
Call to (method no-applicable-method (t))
Call to clos::apply-no-applicable-method
Call to |OpenMusic|::ws-save-globals
Call to |OpenMusic|::save-ws-contents
Call to (subfunction 1 (method |OpenMusic|::editor-save (|OpenMusic|::workspaceeditor)))
Call to om-lisp::om-work-function
Call to mp::process-sg-function
"
It appears that I still cannot access the preferences, like with previous 7.* releases, when I open preferences OM freezes and stops responding.
Let me know if there is any way I can help (system logs somehow, etc), Iāll be glad to.
Lorenzo
Definitely looks like a permissions problemā¦ But there is nothing I can see from system settings->security & privacy. And yes, Dropbox extension is still deactivated, app is not running, and out of the login items.
Iām saving to Users/āUserā/OM/Workspaces/
I also tried having my workspace in Users/āUserā/OM/ (where the Libraries folder is) but it nothing changes.
Iām logged in as the administrator of the computer, so there should be no problem on that side concerning permissionsā¦
I just noticed another thing: patches save to the Workspace (I see them in finder) despite workspace not saving, but they do not appear in OM 7.3 when I (force) quit and reload the same workspace. The preferences.lisp file also appears to be rather emply (dunno if itās normal). It only contains two lines:
;7.03
(in-package :om)
Hi All,
If useful: I have tried to install OpenMusic-7.3-2.x86_64.rpm on Fedora 32, but I receive an error:
Problema: conflicting requests
My command was: sudo dnf install ā/home/fabio/Scaricati/IRCAM/OM_7.3_rc/OpenMusic-7.3-2.x86_64.rpmā
Is my Fedora version too much old?
Many thanks in advance, ciao
Fabio
P.S.: I have installed libinstpacjk, but the problem persists.
Dear Fabio,
Yes there is a problem with the packaging. I am rebuilding it so it could work on older Fedoras. Will let you know when it is ready.
Best
K
No this is not normal.
Will check it out again. It is perfectly working on Sonoma.
BEst
K
Dear Fabio,
The release was upodated and tested on fedora 32. So now this will work without problem (i hope).
Best
K
Can you please check the following:
-What other extensions you have?
-can you delete the folder here: /Users/youraccount/Library/Preferences/OpenMusic/
and restart.
Plenty of extensions, actuallyā¦ Are there categories that are likely to interfere?
The only active in the āfinder extensionsā now is GoogleDrive. There are others in other categories though. I can attach a screenshot actually:
There are also login items and many apps allowed in the background. Do you suspect anything there?
Iāll try to delete that folder and restart, Iāll let you know in minutes.
Lorenzo
After deleting the preferences folder and rebooting, still the same behaviourā¦ As soon as I try opening the preferences, OM freezes.
What i suspect is your Google drive extension. Looks like it messes things up. I am not sure since i donāt have anymore Ventura. I am on Sonora. And i donāt know how did you get this extension.
furthermore, if you are using icloud storage system this may be also a reason to make OM fail.
If OM runs in safe mode, this means there is an incompatibility with these issues
best
K
Hm, I understandā¦ I will try disabling GoogleDrive and iCloud and try again.
The finder extensions for GoogleDrive are automatically installed with the Drive app, Iām guessing?
In order to operate it from the finder instead of using the website.
Iāll try disabling anyway and report back.
Dear Karim,
I wish you an excellent new year 2024 with full of happiness and health!
There is a small changes in OpenMusic in the version 7.13 I just realized.
In previous versions, I could use the āeā key to find the lisp source code, in this version the āeā works for the function/methodes defined by ādefmethod*ā but not by the ādefunā or ādefmethodā.
Is there a way to get back the feature the I could find all the functions with āeā?
Thank you very much for you help!
Best wishes,
Jialin
Dear Jialin,
Nothing have changed in 7.3 concerning the āeā query code shortcut.
This works ONLY if defun or defmethod are already defined in OMās code or in a loaded library.
this will not work if you define on the fly your methods (or functions) while in a workflow.
This has been the case since OM is using LispWorks. It is unfortunately a limitation.
Now if you believe it is not working for you, please can you tell me:
Best wishes
Karim