| Thanks for the report Giorgio. I can confirm the same odd behaviour
here. I'll look into it when I get a chance. In the mean time I guess
you already have a workaround. There is a very early OSX beta
available on the Cabbage google page, but it's very 'early' in the
development cycle!
On 14 April 2012 09:33, Giorgio Zucco wrote:
> Hi,I'm trying the amazing Rory Walsh's Cabbage (Windows7 64 bit,Csound
> 5.17),in my simple test i found a bug with instrument number :
>
>
> form size(700, 130), caption("Simple pluck"), pluginID("cab1")
> keyboard bounds(0, 0, 680, 100)
>
>
>
> -n -d -+rtmidi=NULL -M0 --midi-key-cps=4 --midi-velocity-amp=5
> ;-n -d -+rtmidi=NULL -M0
>
>
> sr = 44100
> ksmps = 32
> nchnls = 2
> 0dbfs = 1
>
> gasig init 0
>
> instr 1
> ;iamp ampmidi 1
> ;ifreq cpsmidi
>
> a1 pluck p5,p4,p4,0,1
> kenv mxadsr .001,.8,.5,.2
> outs a1*kenv,a1*kenv
> vincr gasig,a1*kenv
>
> endin
>
> instr 3
> al,ar reverbsc gasig,gasig,.8,12000
> outs al,ar
> clear gasig
> endin
>
>
>
>
> i1 0 3600
> i3 0 3600
>
>
>
> It works,but if change reverb number instrument in :
>
> instr 2
>
> no audio output,also i try with named instrument like :
>
> i"riverbero" 0 3600
>
> and don't work.
> last question: there is also a beta version for OSX?thanks to Rory Walsh for
> this power tool!
>
> Giorgio
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Cabbage-test-tp5640233p5640233.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
|