Adjustments to crossfade algo/slider and renaming
This commit is contained in:
parent
249ce83662
commit
d59dfa30f0
4 changed files with 40 additions and 40 deletions
|
|
@ -1338,7 +1338,7 @@ void FurnaceGUI::doAction(int what) {
|
|||
}
|
||||
case GUI_ACTION_SAMPLE_XFADE_LOOP:
|
||||
if (curSample<0 || curSample>=(int)e->song.sample.size()) break;
|
||||
openSampleXFadeOpt=true;
|
||||
openSampleCrossFadeOpt=true;
|
||||
break;
|
||||
case GUI_ACTION_SAMPLE_FILTER:
|
||||
if (curSample<0 || curSample>=(int)e->song.sample.size()) break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue