On Sunday 12 February 2006 12:36, comzeradd wrote: > Hi, I 'm trying to get csound work with jack and jackmix but still no success. > > Could anybody help? I run jack: jackd -R -dalsa -dhw:0 > and then csound: csound -L jack -g -+rtaudio=jack > > Although it loads successfull jack plugin, i get an error "cannot open jack" I do not know what -L jack is intended to be used for, but in practice it tries to read line events from a file 'jack', which probably does not exist. So, unless you really want line events, the -L jack should probably be removed.