[Csnd] Global buses and instrument order
Date | 2013-07-20 15:08 |
From | lppier |
Subject | [Csnd] Global buses and instrument order |
Hi, Quick question here. Let's say I have a global bus ga1 and four instruments 101, 102, 103, 104 which take in ga1 as the input. Does the order of the instruments determine the order the ga1 is processed? If so, how is it processed ? Is it starting from 101 to 104? Thanks. Pier. -- View this message in context: http://csound.1045644.n5.nabble.com/Global-buses-and-instrument-order-tp5725804.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-07-20 15:46 |
From | Justin Smith |
Subject | Re: [Csnd] Global buses and instrument order |
yes, instrument are run in number order it is possible to define one instrument with multiple numbers to flexibly make processing happen in the right order On Sat, Jul 20, 2013 at 7:08 AM, lppier <madstrum@gmail.com> wrote: Hi, |
Date | 2013-07-20 16:53 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] Global buses and instrument order |
Yes in any cycle instruments are executed in increasing order ==John ff Hi, > > Quick question here. > > Let's say I have a global bus ga1 > and four instruments 101, 102, 103, 104 which take in ga1 as the input. > > Does the order of the instruments determine the order the ga1 is > processed? > If so, how is it processed ? Is it starting from 101 to 104? > > Thanks. > > Pier. > > > > -- > View this message in context: > http://csound.1045644.n5.nabble.com/Global-buses-and-instrument-order-tp5725804.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > 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 | 2013-07-20 17:10 |
From | lppier |
Subject | [Csnd] Re: Global buses and instrument order |
Thanks! Got what I need... Pier.
View this message in context: Re: Global buses and instrument order Sent from the Csound - General mailing list archive at Nabble.com. |