feature request: multiple strings in "i" statements
Date | 2007-09-05 06:46 |
From | Jonathan Murphy |
Subject | feature request: multiple strings in "i" statements |
Hi Folks, Jacob brought this up a while back. If at all possible, it would be great to be able to use more than more string in an "i" statement, particularly in order to be able to use named instruments more intuitively. At the moment it is possible to do this: i "myInstrument" 0 1 or this: i 1 0 "myString" but not this: i "myInstrument" 0 "myString" or this: i 1 0 1 "myFirstString" "mySecondString" Thanks in advance, Jonathan. |
Date | 2007-09-05 09:49 |
From | Victor Lazzarini |
Subject | Re: feature request: multiple strings in "i" statements |
yes, only one string is allowed. The data structure has only one slot for strings. I guess changing it is a little involved, but it can be done. John or Steven would be the best people to do it. Victor At 06:46 05/09/2007, you wrote: >Hi Folks, > >Jacob brought this up a while back. If at all possible, it would be >great to be able to use more than more string in an "i" statement, >particularly in order to be able to use named instruments more >intuitively. At the moment it is possible to do this: > >i "myInstrument" 0 1 > >or this: > >i 1 0 "myString" > >but not this: > >i "myInstrument" 0 "myString" > >or this: > >i 1 0 1 "myFirstString" "mySecondString" > >Thanks in advance, >Jonathan. >-- >Send bugs reports to this list. >To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth |
Date | 2007-09-05 13:34 |
From | joachim heintz |
Subject | Re: feature request: multiple strings in "i" statements |
yeah this would be great - even more than 2 strings in one scoreline ... joachim Am 05.09.2007 um 07:46 schrieb Jonathan Murphy: > Hi Folks, > > Jacob brought this up a while back. If at all possible, it would be > great to be able to use more than more string in an "i" statement, > particularly in order to be able to use named instruments more > intuitively. At the moment it is possible to do this: > > i "myInstrument" 0 1 > > or this: > > i 1 0 "myString" > > but not this: > > i "myInstrument" 0 "myString" > > or this: > > i 1 0 1 "myFirstString" "mySecondString" > > Thanks in advance, > Jonathan. > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk |
Date | 2007-09-09 14:06 |
From | David Kamp |
Subject | Re: feature request: multiple strings in "i" statements |
this would definitely come in handy...another vote from my side. yeah this would be great - even more than 2 strings in one scoreline ... joachim -- View this message in context: http://www.nabble.com/feature-request%3A-multiple-strings-in-%22i%22-statements-tf4382086.html#a12578701 Sent from the Csound - General mailing list archive at Nabble.com. |