Re: "failed to open file" --- reasons other than filename error
Date | 2015-11-01 21:04 |
From | Christopher Bailey |
Subject | Re: "failed to open file" --- reasons other than filename error |
I'm on a Mac, just running things in the command line. I have a python program that generates both orchestra and score. Attached is a sample score (that is output by Python, and then just run in the command line.) Note that in the score, the start times increase by about 0.07 seconds every few notes or so. When I increase this interval to .11 or higher, roughly, I do not have this problem any more. So it seemed like some sort of "overload" issue. Note that this is not for a real-time situation....I just want to generate soundfiles, so I don't care how long it takes to process the score. C Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2015-11-01 21:15 |
From | Victor Lazzarini |
Subject | Re: "failed to open file" --- reasons other than filename error |
If you can reproduce this with a CSD, then we can have a look. In theory, you can launch events with any time separation, or none at all (chords, stacked events), so I would not think this is the case. ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 1 Nov 2015, at 21:04, Christopher Bailey |
Date | 2015-11-01 21:52 |
From | jpff |
Subject | Re: "failed to open file" --- reasons other than filename error |
Thanks; my newerror essage wors but I need to replace/fake your files so will take some time ==John On Sun, 1 Nov 2015, Christopher Bailey wrote: > I'm on a Mac, just running things in the command line. > > I have a python program that generates both orchestra and score. Attached is a sample score > (that is output by Python, and then just run in the command line.) > > Note that in the score, the start times increase by about 0.07 seconds every few notes or so. > > When I increase this interval to .11 or higher, roughly, I do not have this problem any more. > > So it seemed like some sort of "overload" issue. > > Note that this is not for a real-time situation....I just want to generate soundfiles, so I don't > care how long it takes to process the score. > > C > > > > Csound mailing list > Csound@listserv.heanet.ie > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2015-11-01 22:11 |
From | jpff |
Subject | Re: "failed to open file" --- reasons other than filename error |
On Linux I see no problem (with my sound files So not sure what I can do On Sun, 1 Nov 2015, jpff wrote: > Thanks; my newerror essage wors but I need to replace/fake your files so will > take some time > ==John > > > On Sun, 1 Nov 2015, Christopher Bailey wrote: > >> I'm on a Mac, just running things in the command line. >> >> I have a python program that generates both orchestra and score. Attached >> is a sample score >> (that is output by Python, and then just run in the command line.) >> >> Note that in the score, the start times increase by about 0.07 seconds >> every few notes or so. >> >> When I increase this interval to .11 or higher, roughly, I do not have this >> problem any more. >> >> So it seemed like some sort of "overload" issue. >> >> Note that this is not for a real-time situation....I just want to generate >> soundfiles, so I don't >> care how long it takes to process the score. >> >> C >> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |