Hallo!
Meine CLI Variante:
starten in terminal
reiter 1
jackd
reiter 2
fluidsynth
man ist in fluidsynth schell und folgende eingaben geschehen auch hier:
| >load /absolute_path_von_/liblings_soundfont+/dateiname.sf2
|
1. einordnen Instrument zu Kanal, z.B.:
Piano > 2 midikanal
Akkordeon > 4 midikanal
(wie das geht - "help" in fluidsynth schell)
2.
router_clear
router_begin note
router_par1 1 55 1 0
router_chan 0 15 0 2
router_end
router_begin note
router_par1 56 77 1 0
router_chan 0 15 0 4
router_end
Ergebnis:
Links: Piano (noten von 1 bis 55)
Rechts: Akkordeon (noten von 56 bis 77)
Parameter router_par1 bestimmt "von" "bis" 1 0 (welche tonhöhe)
Selbstverständlich router_par1 usw. anpassen an eigene vorstellungen.
LG