< Back to IRCAM Forum

Mubu argument to create tracks

Hi there,
I am wondering if there are any argument I could give to the [mubu] object to create track at creation time (id est without sending ‘addtrack’ message).

This question arise because in the same patch I have a [mubu.knn] which has arguments to refer to the [mubu] object and one of its track. However, the track is created later. And so, I have to re-send a “trackid” message to the [mubu.knn] object to make it work. And this is logical…

But as my [mubu] object will always have the same track(s), I would very much like to have that instantiated once for all at creation time.

Does the question makes sense?

Thank’s

Benjamin

Hi,

You can declare tracks in your Mubu using mubu.track object and its @predefined attribute. You can check the ‘predefined-tracks’ tab in the mubu.track help patch for details.

Hth,

Best,
Julien

Thank’s Julien,
I’ll have a look on that.

Benjamin