- 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:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user