- fixed spurious edits

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@731 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2020-08-17 11:37:24 +00:00
parent e52ff13137
commit 0e77236f70
-6
View File
@@ -177,7 +177,6 @@ void Sync_processV(lfo_t* pObj, int len)
{
for (int i=0; i < len; i++)
{
synth_float_t phase =
pObj->pPhase[i].phase = pSync->phase;
pSync->phase = Sync_mod(pSync->phase + omega_base);
}
@@ -206,11 +205,6 @@ void Sync_processV(lfo_t* pObj, int len)
default:
break;
}
for (int i=0; i < len; i++)
{
pObj->pPhase[i].phase = pObj->pPhase[i].phase_int;
}
}