mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-05 15:11:19 +00:00
GUI: center chan osc
This commit is contained in:
parent
83c64aa4b4
commit
90980a3062
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ void FurnaceGUI::drawChanOsc() {
|
|||
|
||||
if (chanOscWaveCorr) {
|
||||
needlePos-=phase*waveLen;
|
||||
//needlePos-=displaySize/waveLen;
|
||||
needlePos-=(2*waveLen-fmod(displaySize,waveLen*2))*0.5;
|
||||
}
|
||||
//chanOscPitch[ch]=(float)point/32.0f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue