Bugs item #3424432, was opened at 2011-10-16 19:32 Message generated for change (Comment added) made by veplaini You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3424432&group_id=81968 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: csound >Group: csound5 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Menno (menno0) >Assigned to: Victor Lazzarini (veplaini) Summary: urd or GEN 42 Initial Comment: The output i get using this example are only zeroes ; Select audio/midi flags here according to platform -odac ;;;realtime audio out ;-iadc ;;;uncomment -iadc if realtime audio input is needed too ; For Non-realtime ouput leave only the line below: ; -o urd.wav -W ;;; for file output any platform sr = 44100 ksmps = 32 nchnls = 2 0dbfs = 1 instr 1 k1 = urd(1) printk 0, k1 endin f1 0 -20 -42 0 100 .2 200 1000 .2 2000 2100 .6 ;distribution i 1 0 .1 e ---------------------------------------------------------------------- >Comment By: Victor Lazzarini (veplaini) Date: 2011-10-16 22:08 Message: This seemed to be a bug with GEN42, as the table was filled with zeros. Examination of the code revealed a couple of bugs. I fixed these and committed. I think this is now what how it should be. The test instrument instr 1 k1 = 1 k1 = urd(k1) printk 0, k1 endin produces various values now. If the result is wrong, please report by opening another ticket. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3424432&group_id=81968 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net