sample editor workkkkkkk
This commit is contained in:
parent
c59c176de2
commit
689ed3bf65
9 changed files with 221 additions and 7 deletions
|
|
@ -7096,7 +7096,15 @@ FurnaceGUI::FurnaceGUI():
|
|||
randomMode(false),
|
||||
oldOrdersLen(0),
|
||||
sampleZoom(1.0),
|
||||
samplePos(0) {
|
||||
samplePos(0),
|
||||
resizeSize(1024),
|
||||
resampleTarget(32000),
|
||||
resampleStrat(5),
|
||||
amplifyVol(100.0),
|
||||
sampleSelStart(-1),
|
||||
sampleSelEnd(-1),
|
||||
sampleDragActive(false),
|
||||
sampleDragMode(false) {
|
||||
|
||||
// octave 1
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue