dev159 - add 8-bit dither option
This commit is contained in:
parent
8d07441d2e
commit
5e0eb9aa23
6 changed files with 54 additions and 14 deletions
|
|
@ -791,6 +791,8 @@ void FurnaceGUI::doAction(int what) {
|
|||
sample->loopEnd=prevSample->loopEnd;
|
||||
sample->loop=prevSample->loop;
|
||||
sample->loopMode=prevSample->loopMode;
|
||||
sample->brrEmphasis=prevSample->brrEmphasis;
|
||||
sample->dither=prevSample->dither;
|
||||
sample->depth=prevSample->depth;
|
||||
if (sample->init(prevSample->samples)) {
|
||||
if (prevSample->getCurBuf()!=NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue