Multi-channel send~ and receive~ objects

due_friday's icon

Hi,

I have been looking but cannot seem to find anything. So, I wondered if anyone knew if this exists:

I am searching for a more efficient way to send multiple channels. I was wondering if a single send~ object can accept more than one signal and a receive~ object can output multiple channels using a single namespace. For example, I want to operate higher order ambisonics and using 5th order, I have to send 36 channels of audio from several sources to a single decoder.

If this does not exist, it would be great if Max7 could include this. Any way of doing a feature request?

Thanks!!

tcarpent's icon

Hi,
You could use spat.send~ and spat.receive~ (part of Ircam's Spat - http://forumnet.ircam.fr/product/spat/).

eliott paris's icon

Hi,
You can use the hoa.send~ / hoa.receive~ of the HoaLibrary.

Alexis Baskind's icon

Hi,

you can also do that with abstractions and scripting. See the attached example.

Alexis

multisend.zip
zip