Indeed the generic function STOP has been added in OM 6.6.1 as a complement to the box PLAY, which allow to stop the audio/midi player(s) in a patch evaluation process.
This new box seems to conflict with an existing function of OMTristan: as a quick temporary fix, I think you can just go in OMTristant…/sources/TMlibrarie-OM.lisp and comment/remove the block :
(om::defmethod! stop ((chord chord ) (approx integer ) &optional (port 0))
:initvals '( nil 4 0)
:icon 137
[ … ]
)
As far as I could check this is not used anywhere else and therefore shall not prevent other parts of the library to work.
Jean