Bugs item #3582860, was opened at 2012-11-03 13:03 Message generated for change (Comment added) made by jpff You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3582860&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: Opcodes >Group: csound5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Menno (menno0) Assigned to: Nobody/Anonymous (nobody) Summary: tabmorph(i) issue Initial Comment: The output of the next example is not what i expected and may be a bug? Please see the attached screenshot. -o tabmorphbug.wav -W ;;; for file output any platform sr = 44100 kr = 441 ksmps = 100 nchnls = 2 0dbfs = 1 giSine ftgen 0, 0, 8193, 10, 1 ; sine wave giSquare ftgen 0, 0, 8193, 7, 1, 4096, 1, 0, -1, 4096, -1 ; square wave giTri ftgen 0, 0, 8193, 7, 0, 2048, 1, 4096, -1, 2048, 0 ; triangle wave giSaw ftgen 0, 0, 8193, 7, 1, 8192, -1 ; sawtooth wave, downward slope instr 1 iamp = .7 kindex phasor 110 ; read table value at this index kweightpoint = 0 ; set weightpoint ktabnum1 line 0, p3, 3 ; morph through all tables ktabnum2 = 2 ; set to triangle wave ksig tabmorphi kindex, kweightpoint, ktabnum1,ktabnum2, giSine,giSquare, giTri, giSaw ksig = ksig*iamp asig interp ksig outs asig, asig endin i1 0 10 e ---------------------------------------------------------------------- >Comment By: John ffitch (jpff) Date: 2012-11-28 11:49 Message: Can you be ore explicit? What did you expect and in what way was it uexpected? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3582860&group_id=81968 ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net