new chan osc, part 4
adapt dispatch code to it
This commit is contained in:
parent
c0e4552c52
commit
a16d20e190
18 changed files with 218 additions and 88 deletions
|
|
@ -704,8 +704,10 @@ void FurnaceGUI::drawChanOsc() {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
/*
|
||||
String dStr=fmt::sprintf("DS: %d P: %d\nMAX: %d\nPHASE %f",displaySize,precision,(short)((fft->needle+displaySize)-fft->relatedBuf->needle),fft->debugPhase);
|
||||
dl->AddText(inRect.Min,0xffffffff,dStr.c_str());
|
||||
*/
|
||||
if (displaySize<precision) {
|
||||
float y=0;
|
||||
for (int j=-2048; j<precision; j++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue