Rename FxMixer to Mixer (#6239)
... as decided in #6089 and #5592. This PR replaces every occurrence of "FX" where "Mixer Channel" is meant.
This commit is contained in:
@@ -271,7 +271,7 @@ void MidiExport::writePattern(MidiNoteVector &pat, QDomNode n,
|
||||
{
|
||||
QDomElement note = nn.toElement();
|
||||
if (note.attribute("len", "0") == "0") continue;
|
||||
// TODO interpret pan="0" fxch="0" pitchrange="1"
|
||||
// TODO interpret pan="0" mixch="0" pitchrange="1"
|
||||
MidiNote mnote;
|
||||
mnote.pitch = qMax(0, qMin(127, note.attribute("key", "0").toInt() + base_pitch));
|
||||
// Map from LMMS volume to MIDI velocity
|
||||
|
||||
Reference in New Issue
Block a user