Adjustments to crossfade algo/slider and renaming

This commit is contained in:
LeviathaninWaves 2023-12-02 19:02:43 -06:00
parent 249ce83662
commit d59dfa30f0
4 changed files with 40 additions and 40 deletions

View file

@ -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;