Prepare for backward and bi-directional loop
This commit is contained in:
parent
da8f7dabd5
commit
d44f5f0b2b
27 changed files with 418 additions and 123 deletions
|
|
@ -710,6 +710,8 @@ void FurnaceGUI::doAction(int what) {
|
|||
sample->name=prevSample->name;
|
||||
sample->loopStart=prevSample->loopStart;
|
||||
sample->loopEnd=prevSample->loopEnd;
|
||||
sample->loop=prevSample->loop;
|
||||
sample->loopMode=prevSample->loopMode;
|
||||
sample->depth=prevSample->depth;
|
||||
if (sample->init(prevSample->samples)) {
|
||||
if (prevSample->getCurBuf()!=NULL) {
|
||||
|
|
@ -1264,6 +1266,7 @@ void FurnaceGUI::doAction(int what) {
|
|||
|
||||
sample->loopStart=start;
|
||||
sample->loopEnd=end;
|
||||
sample->loop=true;
|
||||
updateSampleTex=true;
|
||||
|
||||
e->renderSamples();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue