|
From: | Srijan Deshpande |
Subject: | Re: [fluid-dev] Switching tunings |
Date: | Sun, 20 Sep 2015 19:08:31 +0530 |
---------- Forwarded message ----------
From: Srijan Deshpande <address@hidden>
To: address@hidden
Cc:
Date: Tue, 15 Sep 2015 21:42:55 +0530
Subject: [fluid-dev] Switching tuningsHello,I'm trying to figure out how to switch tunings in Fluidsynth using control change / program change messages.I've generated fluidsynth tuning files using scala and I'm able to load these using the -f flag. I'm also able to switch between tunings from the fluidsynth command line using 'settuning' (eg: settuning 0 0 0 ; settuning 0 0 1).My question is, how do I do this from my MIDI controller? Sending Bank/Program change messages does not seem to work.Any ideas?Thanks,Srijan
---------- Forwarded message ----------
From: "R.L. Horn" <address@hidden>
To: FluidSynth mailing list <address@hidden>
Cc:
Date: Tue, 15 Sep 2015 12:08:00 -0500 (CDT)
Subject: Re: [fluid-dev] Switching tunings
On Tue, 15 Sep 2015, Srijan Deshpande wrote:
I'm trying to figure out how to switch tunings in Fluidsynth using control change / program change messages.
My question is, how do I do this from my MIDI controller? Sending Bank/Program change messages does not seem to work.
The equivalent, more of less, of tuning/tune/settuning is the Single-note Tuning Change (real-time) sysex. See:
http://www.midi.org/techspecs/midituning.php
Some of the other tuning-change commands might work also, but the commonly utilized Bulk Tuning Dump doesn't (and, apparently, shouldn't, though the specification contradicts itself on the subject).
_______________________________________________
fluid-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/fluid-dev
[Prev in Thread] | Current Thread | [Next in Thread] |