It would be great to mc enable karma~.
From the looks of this thread, it seems like it won't be complicated.
(relevant text from JKC):
pretty much any object that can work in parallel for mc usage will work as is with the mc.wrapper~ implementation. That just makes N copies of the object and dispatches the N channels to the N instances. You just need to add something to your package's init folder with lines of the form:
max objectfile mc.abs~ mc.wrapper~ abs~;
It would be great to
mcenable karma~.From the looks of this thread, it seems like it won't be complicated.
(relevant text from JKC):
max objectfile mc.abs~ mc.wrapper~ abs~;