Cabbage or Csound a semitone too high

Are you using -+rtaudio=jack in the options? There’s no way to test this with pure Csound as you can’t have a different sr other than the one used to start Jack. Otherwise, for example

system sr: 44100.000000
 *** rtjack: sample rate 96000 does not match JACK sample rate 44100

If you were using JACK in Cabbage then the problem was not about using a higher sample rate, but the mismatch between Csound (sr) and Cabbage-JUCE(Jack’s sample rate). As you can see from the error I posted above, pure Csound won’t even allow that to happen. I think Cabbage should also refuse to run if there’s a mismatch.

If you were using ALSA, then it could be that you had it configured to use hw: instead of plughw: or some of the other ALSA’s plugins, so that there was no resampling.

Having said that, I don’t know what the cause of my problem is. I hear noises. Jan, could you please try setting Cabbage to use JACK and then go nuts with the mouse over the keyboard of this synth? First change (sr) to match your JACK sample rate.

Harmonics.zip (9.4 KB)