[Cs-dev] Syntax advice in csbeats
Date | 2012-03-29 14:20 |
From | john ffitch |
Subject | [Cs-dev] Syntax advice in csbeats |
In csbeats I added the ability to specify further p arguments to a note event. I had hoped to say i101 m1 b1 B4 mp qd+s p6=42 but this is hard as p means piano and the parser is rather simple and freeform. At present I have i101 m1 b1 B4 mp qd+s P6=42 which is OK but there must be a better syntax. Suggestions? Or should I try to make p6=42 work? ==John ffitch ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-03-29 14:25 |
From | Tito Latini |
Subject | Re: [Cs-dev] Syntax advice in csbeats |
Attachments | None |
Date | 2012-03-29 14:51 |
From | Tito Latini |
Subject | Re: [Cs-dev] Syntax advice in csbeats |
Attachments | None |
Date | 2012-03-29 15:09 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] Syntax advice in csbeats |
Thanks for the suggestions. I now have p6=42 working OK. Will do a few more checks before committing ==Jpohn > In csbeats I added the ability to specify further p arguments to a > note event. I had hoped to say > i101 m1 b1 B4 mp qd+s p6=42 > but this is hard as p means piano and the parser is rather simple and > freeform. At present I have > i101 m1 b1 B4 mp qd+s P6=42 > which is OK but there must be a better syntax. Suggestions? Or should > I try to make p6=42 work? > ==John ffitch > ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-03-29 22:34 |
From | joachim heintz |
Subject | Re: [Cs-dev] Syntax advice in csbeats |
sorry for hijacking this thread, but where can i find any information about the csbeats syntax in general? thanks - joachim Am 29.03.2012 16:09, schrieb jpff@cs.bath.ac.uk: > Thanks for the suggestions. I now have p6=42 working OK. Will do a few > more checks before committing > ==Jpohn > >> In csbeats I added the ability to specify further p arguments to a >> note event. I had hoped to say >> i101 m1 b1 B4 mp qd+s p6=42 >> but this is hard as p means piano and the parser is rather simple and >> freeform. At present I have >> i101 m1 b1 B4 mp qd+s P6=42 >> which is OK but there must be a better syntax. Suggestions? Or should >> I try to make p6=42 work? >> ==John ffitch >> > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-03-29 23:16 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] Syntax advice in csbeats |
In the manual ==John > sorry for hijacking this thread, but where can i find any information > about the csbeats syntax in general? > thanks - > joachim > ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |