On Sun, Jan 24, 2010 at 01:32:34AM +1100, cal wrote:
torbenh wrote:
[ ... ]
does yoshimi add such high priority threads also when its using jack ?
jack2 runs its stuff at prio 20. if yoshimi is doing stuff at higher
priorities, it can potentially cause xruns.
high priority? I thought the common
case was to run jack a lot higher
than 20, and comfortably above 50-55. That's the way I've always done it,
but I'm open to enlightenment.
please have a look at /usr/include/jack/thread.h
int jack_client_real_time_priority (jack_client_t*);
An excellent little pick up, thank you torbenh! 0.053.2 does it better,
conforming to jack's firm recommendation on the topic.
cheers.