Skip to content

Commit

Permalink
Merge pull request #67 from Nytra/audioWork
Browse files Browse the repository at this point in the history
Remove comment and useless line of code
  • Loading branch information
Xlinka authored Dec 29, 2024
2 parents 536d406 + 3587a6a commit bac01eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ProjectObsidian/ProtoFlux/Math/FrequencyQuantize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,8 @@ protected override void ComputeOutputs(FrooxEngineContext context)
}
}

int octave = (midi - rootNote) / 12;

midi += closestSemitone - scaleDegree;

//UniLog.Log($"midi: {midi} octave: {octave} rootNote: {rootNote} closestSemitone: {closestSemitone} scaleDegree: {scaleDegree}");

inScale = true;
}
}
Expand Down

0 comments on commit bac01eb

Please sign in to comment.