Csound Csound-dev Csound-tekno Search About

[Csnd] Cabbage test

Date2012-04-14 09:33
FromGiorgio Zucco
Subject[Csnd] Cabbage test
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.

Date2012-04-14 12:25
FromRory Walsh
SubjectRe: [Csnd] Cabbage test
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"
>


Date2012-04-14 13:30
FromGiorgio Zucco
Subject[Csnd] Re: Cabbage test
Thanks Rory,I just tried it on OSX and all my examples work
perfectly,great,it would be nice to have more graphics object in the future,
bye

Giorgio

--
View this message in context: http://csound.1045644.n5.nabble.com/Cabbage-test-tp5640233p5640499.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-04-14 13:34
FromRory Walsh
SubjectRe: [Csnd] Re: Cabbage test
Glad that it works :) We are working on more GUI objects and will be
updating the binaries as and when they are ready for testing.

On 14 April 2012 13:30, Giorgio Zucco  wrote:
> Thanks Rory,I just tried it on OSX and all my examples work
> perfectly,great,it would be nice to have more graphics object in the future,
> bye
>
> Giorgio
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Cabbage-test-tp5640233p5640499.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"
>