Re: [LAD] on the soft synth midi jitters ...

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-audio-dev@...>
Date: Wednesday, October 6, 2010 - 9:13 pm

> I'm also a bit puzzled by people complaining about jitter. I don't have

Cubase is particularly bad when playing a soft-synth live, esp with larger
audio buffer sizes, because even though VST supports sample-accurate MIDI,
all note-ons are sent with timestamp of zero (the exact start of the
buffer).
It's like trying to play drunk, like glue in the keys, I keep looking at my
fingers thinking "did my finger slip off that note?".

Playing a pre-recorded MIDI tract is different, timestamps are then
honoured.

Why did Steinberg implement it like this?, I think it's a misguided attempt
at reducing latency. It's doesn't, the worst case notes are still delayed
exactly one 'block' period. There's no upside.
It's far better to have small latency and no jitter because your brain will
compensate very accurately for consistent latency, you will instinctively
hit the keys a fraction early. All will sound fine.
Jitter is baked-in timing error, once it's in your tracks you can't get it
out. Latency can always be compensated for and eliminated later.

The right way is to timestamp the MIDI, send it to the synth delayed by one
block period. Since audio is already buffered with the same delay, you will
get perfect audio/MIDI sync.

IMHO - After writing my own plugin standard, sample-accurate MIDI is no more
difficult to support than block-quantized MIDI.

Jeff McClintock

> Message: 8

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [LAD] on the soft synth midi jitters ..., Jeff McClintock, (Wed Oct 6, 9:13 pm)
Re: [LAD] on the soft synth midi jitters ..., Jens M Andreasen, (Thu Oct 7, 10:38 am)
Re: [LAD] on the soft synth midi jitters ..., Ralf Mardorf, (Sat Oct 9, 6:13 am)
Re: [LAD] on the soft synth midi jitters ..., Paul Davis, (Sat Oct 9, 5:49 pm)