Synth playback sounds off in 1.1

Updated to 1.1 and my synths sound strange now. This code does not appear to produce the correct note. Seeing the same issue with sample based synths.

local s = playdate.sound.synth.new(playdate.sound.kWaveSine)
s:playMIDINote("C8", 1.0, 3.0)

I done goofed it. Fixed in next patch!

1 Like