Page 1 of 1

Why can't I output 2 MIDI?

Posted: Tue Apr 28, 2015 10:22 am
by Nowhk
I'm trying to do a sort of MIDI filtering in Flowstone.

Once a switch is clicked, MIDI pass onto a MIDI pin (data that I'll use, linked to another plugin), else on another (a dead endpoint, which nothing will happen).

This is the basic schema:

Immagine.png
Immagine.png (12.04 KiB) Viewed 6775 times

but once I export it as VST, and I load it on FL Studio Patcher, I can just see 1 output pin. Where am I wrong?
i.e. How can I ignore MIDI once Switch is on?

MIDI Port Switcher_2.fsm
(136.15 KiB) Downloaded 697 times

Re: Why can't I output 2 MIDI?

Posted: Tue Apr 28, 2015 10:53 am
by nix
Generally in a plugin you can't have two MIDI outs.
There are 16 channels in one output though.
Hope helps Nowhk

Here is one way to do this->
Nowhk.png
Nowhk.png (19.33 KiB) Viewed 6771 times

Re: Why can't I output 2 MIDI?

Posted: Tue Apr 28, 2015 2:44 pm
by Nowhk
I see. Thank you ;)