[Csnd] Re: software bus linux
Date | 2008-08-31 17:05 |
From | victor |
Subject | [Csnd] Re: software bus linux |
you don't need this line
chn_k "pitch", 1
If you are using doubles, compile your host with
-DUSE_DOUBLE; use a
float or double constant when assigning
*pvalue.
Otherwise it should work.
Victor
|
Date | 2008-08-31 19:01 |
From | jhearon |
Subject | [Csnd] Re: software bus linux |
Great. Excellent catch. I was going dingy trying to figure out difference between MinGW and Linux vers. I overlooked MinGW was float build and Linux was double build. I added precompiler USE_DOUBLE, made sure *pvalue was float or double and it works now. I've been all up in Kdev, KDbg trying to figure this out. So glad I was able to get help for this one. -- View this message in context: http://www.nabble.com/software-bus-linux-tp19237469p19244514.html Sent from the Csound - General mailing list archive at Nabble.com. |