< Back to IRCAM Forum

OM 6.13 Error whlie loading OMTristan 3.3

Hello,
I get an error while loading OMTristan 3.3 with OM 6.13. It works fine with OM 6.12.
I attached a sreenshot:

om613error_tristan33.png

Hi Bensi,

It seems like OMTristan is redefining mc->n and n->mc from OM kernel functions.

If you know how to track and edit them in a Lisp file, go in TMlibrarie-OM.lisp and remove all definitions of mc->n mc->n1, n->mc, n->mc1.

An update shall be posted soon.

All best,
J.

Has this issue been addressed? I would have no problem editing functions in the Lisp file, but would need a little more information on how to do it.

Thanks,

David

I installed OM 6.13 on OS X 10.13.3. When I load the OMTristan library, I obtain following error message:

"Error while loading the library OMTristan: “Lambda list (midics?) is not congruent with the lambda list (midics? &optional middle-c) of #n 40D0C28794>.”

What should I do? Tell me if I should give you more information.

i have the same issue and error message.

screenshot:

Screen-Shot-2018-04-04-at-1.27.49-PM.png

Hi there, this issue is already reported in a previous thread.

http://forumnet.ircam.fr/user-groups/openmusic/forum/topic/om-6-13-error-whlie-loading-omtristan-3-3/

Hi all,

So, a copy of OM-Tristan sources is now hosted on Ircam forge’s open repository with other OM libraries: https://forge.ircam.fr/p/omlibraries/source/tree/master/

I have cleaned it up a little bit in order to remove some redunancies with OM code and possible conflicts, and packed a version “3.4” with the other downloads:
https://forge.ircam.fr/p/omlibraries/downloads/

Let me know if anything doesn’t load or work as expected.

—Jean

OK, I do not have the error message anymore with the “3.4” version of OMTristan. Thanks

Why can’t I download OMtristan version of yours fromhttps://forge.ircam.fr/p/omlibraries/downloads/?

Hi,

Here is an available download, but I don’t know what version it is: https://github.com/openmusic-project/OMTristan

best

fdsdb

Hi — the sources and release packages of the libraries previously in http://forge.ircam.fr/p/omlibraries are now moved and reorganised as individual repositories on https://github.com/openmusic-project/

You will find the latest OMTristan here : https://github.com/openmusic-project/OMTristan/releases/latest

Jean

I don’t know why but OMTristan gives the same error as always after even downloading what you provided. I tried OMTristan 3.4, OMTristan-master with OM6.12, OM6.13 and OM6.14.1. All of them gives the same error in the attachment.

OMTristan-error.tiff (39.9 KB)

DEVIATIONS is defined in OMTristan (as an “OMMethod” / defmethod! …).
This errors seems to pop up because a function of the same name is already defined (as a “standard” method or function) at the time you’re loading the lib.
As far as I can say, there is no function of that name in OM or other libraries I know. Are you loading some code of your own maybe ?

I have erased everything concerning OM and OMTristan and installed again. Now all is working. Thanks for the help