Quantcast
Channel: KVR Audio
Viewing all articles
Browse latest Browse all 4325

Roger Linn Design • Re: New SWAM update - pitch bend for glissando

$
0
0
Okay, following Roger's updates, if you still want to use a preset for SWAM 3.7.3, you can use "Memory 4", or you can redundantly overwrite the code lines in ls_settings.ino mentioned earlier to this code snippet:

Code:

  // preset 0 is pre-programmed for channel per note sounds from our Logic example file  config.preset[1].split[LEFT].midiMode = channelPerNote;  config.preset[1].split[RIGHT].midiMode = channelPerNote;  config.preset[1].split[LEFT].bendRangeOption = bendRange24;  config.preset[1].split[RIGHT].bendRangeOption = bendRange24;  config.preset[1].split[LEFT].customBendRange = 48;  config.preset[1].split[RIGHT].customBendRange = 48;  config.preset[1].split[LEFT].expressionForZ = loudnessChannelPressure;  config.preset[1].split[RIGHT].expressionForZ = loudnessChannelPressure;  config.preset[1].split[LEFT].midiChanMain = 1;  config.preset[1].split[LEFT].midiChanSet[0] = false;  config.preset[1].split[RIGHT].midiChanMain = 16;  config.preset[1].split[RIGHT].midiChanSet[15] = false;
I have committed this change into my own custom firmware repository.

Statistics: Posted by FranklyFlawless — Sat Apr 20, 2024 12:24 am



Viewing all articles
Browse latest Browse all 4325

Trending Articles