fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] route midi channel # on soundfont ID #


From: Stjepan Horvat
Subject: [fluid-dev] route midi channel # on soundfont ID #
Date: Thu, 6 Mar 2014 08:41:57 +0100

hi guys..i'm trying to load 28 soundfonts and route that to specific channel..

so for example:
if i play midi on channel 1 i hear sound from soundfont ID 1
if i play midi on channel 2 i hear sound from soundfont ID 2

if i write:
router_clear
router_begin note
router_chan 0 0 0 1
router_end

i do get desired soundfont on channel 1

but when i tried
router_clear
router_begin note
router_chan 0 0 0 1
router_chan 1 1 0 2
router_end

it only accepts the last one and i can only hear sound from ID 2

what is strange is that when i load all the soundfonts from shell and try to play on diffrent channels i do get diffrent sounds but on the channel 1 it plays 2 voices instead of one (voice_count)..so it is possible to have diffrent sounds on diffrent channel..but i can't figure out how..

i also tried to use the select command but it didnt had any influence..

reply via email to

[Prev in Thread] Current Thread [Next in Thread]