Page 1 of 1

Posted: 18 Oct 2014, 18:21
by XpiR
Hi
I send midi messages fromUsine to control an external device.
When my message comes from a patch it works fine.
But when I include this patch in another (so it becomes a subpatch), then the midi message doesn't reach my midi out device...

I found a solution by creating a midi bus, but I wanted to understand why my patch is not "heard" when it becomes a subpatch.

Posted: 18 Oct 2014, 18:38
by nay-seven
is there a Midi out module linked to this sub patch..?

Posted: 18 Oct 2014, 18:46
by XpiR
Yes

Image

This works as a patch, but not as a subpatch...

Posted: 18 Oct 2014, 19:41
by nay-seven
i mean in the main patch you also must have a Midi out module
Image

Posted: 18 Oct 2014, 21:16
by XpiR
Thanks Nay, the midi out was missing in my main patch.
As it's not a wired module, I thought the one in my subpatch was enough...
So now it works!