Csound Csound-dev Csound-tekno Search About

csound & jack

Date2006-02-16 16:51
Fromcomzeradd
Subjectcsound & jack
Hi, I 'm back!

I followed the instuctions some of you gave me last time, the manual [1] and
some exellent article on linux journal [2].

I'm using qjackctl [3] now to control jack and the results are much better:
csound communicates fine with jack.

The problem that I see csound on the list of output/readable clients and not on
the input/writable clients, so as to connect one jackmix [4] aux to some csound
opcode.

Here is the simplest csd I could think of
(actually taken from Michael Berry's guide):




 -g -+rtaudio=jack --expression-opt -b 1024 -B 4096 -odac:alsa_pcm:playback_ -d
-m0



 sr=48000
 kr=480
 ksmps=100
 nchnls=1

 instr  	303
	inote 	cpsmidi 	 
	iveloc 	ampmidi 	10000
	aout 	oscil 	iveloc, inote, 1
  	out 	aout
 endin



 f1	0	8192	10	1
 f0	0	120




[1] http://www.csounds.com/manual/html/using.html#csound5jack
[2] http://www.linuxjournal.com/article/8250
[3] http://qjackctl.sourceforge.net/
[4] http://dillenburg.dyndns.org/~arnold/node/71


-------
c  o  m  z  e  r  a  d  d
url: http://comzeradd.chimeres.gr/
gpg: 0x7AB1333E

Date2006-02-16 18:22
FromIstvan Varga
SubjectRe: csound & jack
AttachmentsNone