[Csnd-dev] score tempo statement and many arguments
Date | 2016-09-21 10:07 |
From | Tarmo Johannes |
Subject | [Csnd-dev] score tempo statement and many arguments |
Hi,
Do I remember correctly that in some point there was a problem with the score "t" statement having many argments?
I was long looking for the reason why a score worked on Linux (Csound 6.08 compiled from develop branch on 6.09) but not on OSX (official install on 6.07)
I found out that if there is more than around 30 parameters this section will be just overridden...
What can I do?
Thanks, tarmo |
Date | 2016-09-21 19:51 |
From | Steven Yi |
Subject | Re: [Csnd-dev] score tempo statement and many arguments |
Hi Tarmo, Issue #567: https://github.com/csound/csound/issues/567 dealt with long T0 statements. That fix was listed in the 6.07 release notes. Could you verify that the OSX build was installed cleanly (i.e., check "csound --version" on the commandline or version output when running csound from CsoundQT)? This is just in case there is an extra version of CsoundLib64.framework hiding in the system. Other than that, you might send an example CSD that fails and we can try to reproduce the problem. All best! steven On Wed, Sep 21, 2016 at 5:07 AM, Tarmo Johannes |
Date | 2016-09-24 18:00 |
From | jpff |
Subject | Re: [Csnd-dev] score tempo statement and many arguments |
Not sure I understand what you mean but the args of score t have bee rewritten recently. Are you saying that 6.08 is still wrong/ On Wed, 21 Sep 2016, Tarmo Johannes wrote: > > Hi, > > > > Do I remember correctly that in some point there was a problem with the score > "t" statement having many argments? > > > > I was long looking for the reason why a score worked on Linux (Csound 6.08 > compiled from develop branch on 6.09) but not on OSX (official install on > 6.07) > > > > I found out that if there is more than around 30 parameters this section will > be just overridden... > > > > What can I do? > > > > Thanks, > > tarmo > > > |