overtone

pfeodrippe 2024-12-28T17:37:56.548189Z

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.

pfeodrippe 2024-12-28T17:54:40.410599Z

It seems that if we make container-group, instance-group, fx-group and imixer work in a delayed fashion, it should be feasible

pfeodrippe 2024-12-28T18:09:19.330589Z

Will follow the same approach we have in .machinery.synthdef for the loaded synthdefs

pfeodrippe 2024-12-29T21:45:36.167989Z

Opened https://github.com/overtone/overtone/pull/582 for fixing definst loading before the server startup \o