You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Causes the noteFrequencyTable to initialize notes over MIDI number ~40 as either zeros or garbage overflow-y values. I tried changing it to double and that seems to do the trick, but still returning them as floats from the getter, with good results.
Causes the noteFrequencyTable to initialize notes over MIDI number ~40 as either zeros or garbage overflow-y values. I tried changing it to
double
and that seems to do the trick, but still returning them asfloat
s from the getter, with good results.ArmCortexSynth/Source/AudioGeneration/NoteFrequencyTable.cpp
Line 40 in 09566e9
The text was updated successfully, but these errors were encountered: