-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn user about samplerate being other than 44100 (was: Recording seems to skip steps) #129
Comments
Maybe Sointu doesn't get BPM from host correctly? Try setting BPM manually to correct before recording. Alternatively, there is some rounding issue with the rounding of MIDI events frames to row numbers. I'll investigate |
So things go wrong somehow here: Line 142 in c08a319
|
I don't know how Renoise does BPM changes but if the BPM doesn't stay constant for some reason, it could explain |
Hmm, both were set to the same bpm |
Maybe you are at 48000 samplerate, while Sointu assumes fixed 44100? |
Ah, that was it! 🎉 I'm using pipewire and running |
I'll make this into a feature request: warn user about wrong samplerate & document the requirement for 44100. Granted, in the year 2024, that number could be 48000. But there's historical baggage here. |
Nice to hear you are able to compile & run the VSTI on Linux btw :) |
On the left you can see my track in Renoise. On the right is Sointu after recording the notes from renoise. As you can see there is a skipped empty step at 05/06. This repeats on steps 12/13, 1F/20 and so on.
Any idea what is causing this?
The text was updated successfully, but these errors were encountered: