Device with multiple audio inputs?

snaper's icon

Hy,

Im working on a floating mixer device.
After I finished the mod of what you can get from Maxforlive, I've added extra features, like mute, pan, 4 sends, master channel...
then started to make a nice graphical GUI, and now, it looks like a real hardware mixer.

My next idea was : why not implement a simple 3 band EQ for every channel?

My question is : Is there any way to split the plugin object to tracks? I mean, one device, but multiple fx inputs?

Thank you in advance!

Valiumdupeuple's icon

Well, you can have equalizers within each track and control them from your patch.

snaper's icon

Thats clear, but is it possible to implement the EQs into the patch?
Is it possible to get the signal from each track?

broc's icon

No. You get only the signal from the track where the patch is loaded.
In this regard M4L devices are basically like 3rd party plugins.

snaper's icon

I see...
:(