issues
search
AudioKit
/
AudioKitEX
C-backed AudioKit DSP
MIT License
48
stars
35
forks
source link
Fix rounding errors in parameter automation
#22
Closed
jcavar
closed
1 year ago
jcavar
commented
1 year ago
Convert
time
->
sample time
instead of
sample time
->
time
This will be more precise as we are not working with fractions
Use double instead of float in APIs (
AudioTimeStamp->mSampleTime
is double)
time
->sample time
instead ofsample time
->time
AudioTimeStamp->mSampleTime
is double)