< Back to IRCAM Forum

MUBU and Jitter

Hello everyone,

first let me say that MUBU is an amazing package, I could get into it quite easy just from studying the overview patches. Thank you very much for releasing it!

I’m currently using it in a project that uses camera image as main interface, so there is a lot of Jitter involved.

I was wondering: is there a way to dump mubu track data, especially matrices, directly as Jitter matrices?

Currently I’m using dump message to transfer values cell-by-cell, but this can easily create a huge stream of messages and seems to get heavy on the cpu.

Cheers,
nesa

Hi nesa, thanks for the feedback!

For linking with jitter, you might want to check out the javascript api to mubu.track which would allow you to copy data more efficiently, if there’s a similar API for jitter.

Best,
Diemo