Hi! I don't understand this bug. Can you provide a short "how to reproduce" list?
>From the jack spec <http://jackaudio.org/files/docs/html/jack_8h.html>: jack_nframes_t jack_get_sample_rate (jack_client_t *) jack_nframes_t is uint32_t, so it's integer and large enough. IOW, no roundings. Applications using jack_get_sample_rate will get 44100, 48000 and so on. I don't see where problems with floats shoud arise. Can you elaborate on this? TIA -- mail: [email protected] http://adi.thur.de PGP/GPG: key via keyserver -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

