[ossia-max/pd] model + view in patcher
currently, as it doesn't make sense to have a model and a view in a patcher, the second (and next) one(s) created are shown as bogus
it would be better that, at loadtime, the view be preferably bogused than the model - and then that Max post « a view cannot be added when there is already a model »
This would happen too if, while patching, the user adds a view where there is already a model
of course, while patching, if the user adds a model where there is already a view, the new object (model) is bogused, and this message posted: « a view and a model cannot coexist in the same patcher »
since there is no way to be sure that one is instantiated before the other, the only workaround I see is to use the patcher mechanism to remove the view from the model's constructor then to recreate it when the model is instantiated.