GUI: sample editor almost complete
only keybinds are missing
This commit is contained in:
parent
2df7658fd0
commit
b45d2be312
3 changed files with 170 additions and 1 deletions
|
|
@ -7180,7 +7180,15 @@ FurnaceGUI::FurnaceGUI():
|
|||
sampleZoomAuto(true),
|
||||
sampleDragTarget(NULL),
|
||||
sampleDragStart(0,0),
|
||||
sampleDragAreaSize(0,0) {
|
||||
sampleDragAreaSize(0,0),
|
||||
sampleDragLen(0),
|
||||
sampleFilterL(1.0f),
|
||||
sampleFilterB(0.0f),
|
||||
sampleFilterH(0.0f),
|
||||
sampleFilterRes(0.25f),
|
||||
sampleFilterCutStart(16000.0f),
|
||||
sampleFilterCutEnd(100.0f),
|
||||
sampleFilterPower(1) {
|
||||
|
||||
// octave 1
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue