[Csnd] Channel opcodes
| Date | 2012-12-24 08:47 |
| From | René Jopi |
| Subject | [Csnd] Channel opcodes |
| Attachments | chnset.csd chnstring.csd |
Hi, ** On Ubuntu 12.04 64b and csound 5.18.04 ** I found that csound hangs when using the following channel opcodes with init, audio and string (only k rate is ok) chnset/chnget chnclear chnmix included chnset.csd and chnstring.csd Happy Christmas René |
| Date | 2012-12-24 09:07 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] Channel opcodes |
No problems here on OSX. On 24 Dec 2012, at 08:47, René Jopi wrote: > ** On Ubuntu 12.04 64b and csound 5.18.04 ** Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
| Date | 2012-12-24 09:25 |
| From | francesco |
| Subject | [Csnd] Re: Channel opcodes |
If matter: same here (it hungs) on Ubuntu 12.04, 32 bit, same Csound. ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/Channel-opcodes-tp5719042p5719045.html Sent from the Csound - General mailing list archive at Nabble.com. |
| Date | 2012-12-24 11:10 |
| From | joachim heintz |
| Subject | Re: [Csnd] Channel opcodes |
hi rené - i can confirm this (ubuntu studio 12.04, 64bit, csound from git today, doubles). best - joachim Am 24.12.2012 09:47, schrieb René Jopi: > Hi, > > ** On Ubuntu 12.04 64b and csound 5.18.04 ** > > I found that csound hangs when using > the following channel opcodes with init, audio and string > (only k rate is ok) > > chnset/chnget > chnclear > chnmix > > included chnset.csd and chnstring.csd > > Happy Christmas > René > > 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" > |
| Date | 2012-12-24 14:27 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Csnd] Channel opcodes |
Hangs for me on OpenSuSE
Looks like it is here
(gdb) where
#0 0x00007ffff7963442 in ?? () from /lib64/libpthread.so.0
#1 0x000000000045c882 in chnset_opcode_init_i (csound=0x87b4d8, p=0x9217d0)
at OOps/bus.c:991
#2 0x00000000004321ec in insert (csound=csound@entry=0x839410,
insno=insno@entry=1, newevtp=newevtp@entry=0x83cf50) at
Engine/insert.c:226
#3 0x000000000043537e in process_score_event (csound=csound@entry=0x839410,
evt=evt@entry=0x83cf50, rtEvt=rtEvt@entry=0) at Engine/musmon.c:689
#4 0x00000000004363d0 in sensevents (csound=0x839410, csound@entry=0x878130)
at Engine/musmon.c:875
#5 0x000000000040d1da in csoundPerform (csound=0x878130, csound@entry=
0x839410) at Top/csound.c:1741
#6 0x0000000000405ca0 in main (argc=2, argv=0x7fffffffe018)
at frontends/csound/csound_main.c:139
Not my code......
> Hi,
>
> ** On Ubuntu 12.04 64b and csound 5.18.04 **
>
> I found that csound hangs when using
> the following channel opcodes with init, audio and string
> (only k rate is ok)
>
> chnset/chnget
> chnclear
> chnmix
>
> included chnset.csd and chnstring.csd
>
> Happy Christmas
> René
>
> 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"
>
>
|