Bugs item #3542093, was opened at 2012-07-10 10:41 Message generated for change (Tracker Item Submitted) made by menno0 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3542093&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Menno (menno0) Assigned to: Nobody/Anonymous (nobody) Summary: outrg issue Initial Comment: outrg does give the right results, but closes more than once with a memory invalid pointer error example: ; 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 outrg.wav -W ;;; for file output any platform sr = 44100 ksmps = 32 nchnls = 4 ;quad 0dbfs = 1 instr 1 kcps = p4 asig1 vco2 .5, 55 ;sawtooth1 asig2 vco2 .5, 110 ;sawtooth2 asig3 vco2 .5, 220 ;sawtooth3 asig4 vco2 .5, 440 ;sawtooth4 kstart randomh 1,4.99, kcps ;choose between 1 and 4 kstart = int(kstart) printks "number of the first channel = %d\n",1/ p4+0.1, kstart ;decide what will be the start channel for asig1 outrg kstart, asig1, asig2, asig3, asig4 ;start with 55 Hz in channel1, 110 Hz in ch.2, ;220 Hz in ch.3, 440 Hz in ch.4 endin i 1 0 10 1 i 1 11 5 30 e ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3542093&group_id=81968 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net