Add loop point crossfading in the sample editor.
This commit is contained in:
parent
d7ca3469a4
commit
4bd0dc2c63
6 changed files with 69 additions and 1 deletions
|
|
@ -1336,6 +1336,10 @@ void FurnaceGUI::doAction(int what) {
|
|||
MARK_MODIFIED;
|
||||
break;
|
||||
}
|
||||
case GUI_ACTION_SAMPLE_XFADE_LOOP:
|
||||
if (curSample<0 || curSample>=(int)e->song.sample.size()) break;
|
||||
openSampleXFadeOpt=true;
|
||||
break;
|
||||
case GUI_ACTION_SAMPLE_FILTER:
|
||||
if (curSample<0 || curSample>=(int)e->song.sample.size()) break;
|
||||
openSampleFilterOpt=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue