I see that defsynth loads fine when the server isn't connected, while definst requires a connection, do you think it would be worthwhile or feasible to make it behave the same as defsynth? It would allow people to require, for example, overtone.inst.synth without having to require overtone.live first.
I will take a look to see what's possible.
It seems that if we make container-group, instance-group, fx-group and imixer work in a delayed fashion, it should be feasible
Will follow the same approach we have in for the loaded synthdefs
Opened https://github.com/overtone/overtone/pull/582 for fixing definst loading before the server startup \o