Hello,
I have troubles running my patch with some abstractions in MobMuPlat, there is all time the error "could'nt create" or "can't load abstraction within itself", the files of the abstractions are also in the same directory.
Does anybody know the issue?
-
Running Abstractions in MobMuPlat
-
I have seen this error ("can't load abstraction within itself") before, but it should show up in Pd as well as MobMuPlat. Is your patch named the same name as the abstraction? Have you got instances of the abstraction inside the abstraction itself? or in a subpatch [pd subpatchname]?
in general:
I have been able to load abstractions within MobMuPlat but the abstractions themselves are entirely Vanilla (and, as you say, in the same directory).
If the abstractions are utilizing some externals then these will not create but the patch will still load.best,
Jorge -
@Coalman The problem is that I use externals which don't run on MobMuPlat, I read that I must compile MobMuPlat new with this special liabrary.
But thanks for your comment.