Why can't I output 2 MIDI?

For general discussion related FlowStone
Post Reply
Nowhk
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Why can't I output 2 MIDI?

Post 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 6773 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
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Why can't I output 2 MIDI?

Post 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 6769 times
Nowhk
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: Why can't I output 2 MIDI?

Post by Nowhk »

I see. Thank you ;)
Post Reply