< Back to IRCAM Forum

Catart-mubu release 1.7.0

CataRT-Mubu v1.7.0 is available on the Package Manager and on the Forum (needs mubu v1.10.16, also on the PM).

New patches:

  • new example patch “catart-mubu-descr+mfcc-pca-umap” integrating descriptors and spectral shape timbre space with PCA or UMAP dimensionality reduction
  • new tutorial “catart-mubu-tutorial 14 tag time-of-day” for ecological acoustics, generate running time of day and day of year from start time parsed from file name
  • new spat example with direct encoding to WFS

Modules:

  • camu.imubu.control: integrate external-control via 5-element touch list and normalized 2D coords input and output to 3rd outlet
  • camu.analysis: accepts additional column attr (for FilenameNoteNumber, time tags, and upcoming unit activation features)
  • camu.process*: can add additonal columns, show window and yin threshold settings
  • camu.process.descr-none: new explicit choice for “take whole file as one segment”
  • new camu.process.descr+mfcc-* modules for new PCA/UMAP main patch, to be deprecated soon…
  • adapt more colours to Max9 themes

Dear Diemo,
very simple question here: is it possible in the imubu interface, after segmentation (Mubu-CataRT) to zoom in/out in specific areas, scrolling etc… using messages to the imubu interface and to save these new displacement and zoom resolutions in several different preset presets?
Many thanks!

Federico

anyone there? :smiley:

Hi Federico,
sorry for the delay. You can do zoom/scroll by message with this two messages: “domain bounds start end” with start/end in milliseconds (horizontal axis), and “view <name/index> bounds start end” (vertical axis).
You can retrieve the current domain and bounds with the “getdomain” and “getview <name/index> bounds” messages.

Best
Riccardo

Super Riccardo !
Many many thanks!