[Csnd]
Date | 2011-04-27 15:25 |
From | Enrico Francioni |
Subject | [Csnd] |
Hello everyone! I do not know if I'm too old now, but someone out there knows if there is an opcode that delays an event for once? A delayone or something ... thanks e -- View this message in context: http://csound.1045644.n5.nabble.com/delay-once-tp4343808p4343808.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 | 2011-04-27 15:28 |
From | Adam Puckett |
Subject | Re: [Csnd] |
You could use event_i with iwhen=1. On 4/27/11, Enrico Francioni |
Date | 2011-04-27 17:44 |
From | Enrico Francioni |
Subject | [Csnd] |
However, my event is an audio signal (not another tool). For now I have silenced the reps that do not interest me with an envelope ... ... but I do not know if there is a specific opcode -- View this message in context: http://csound.1045644.n5.nabble.com/delay-once-tp4343808p4344172.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 | 2011-04-27 17:46 |
From | Adam Puckett |
Subject | Re: [Csnd] |
Oh. Well in that case you can just say: a1 signalopcode 1, 2, 3 ; blah blah blah a2 delay a1, 1 out a2 On 4/27/11, Enrico Francioni |
Date | 2011-04-27 17:54 |
From | Enrico Francioni |
Subject | [Csnd] |
but I do not want any repetition idlt (every second). I just want only one repetition -- View this message in context: http://csound.1045644.n5.nabble.com/delay-once-tp4343808p4344199.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 | 2011-04-27 17:56 |
From | Victor Lazzarini |
Subject | Re: [Csnd] |
That is what you will get: one delay after idlt secs. Victor On 27 Apr 2011, at 17:54, Enrico Francioni wrote: > > but I do not want any repetition idlt (every second). > I just want only one repetition > > -- > View this message in context: http://csound.1045644.n5.nabble.com/delay-once-tp4343808p4344199.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" > Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie 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 | 2011-04-27 18:18 |
From | Enrico Francioni |
Subject | [Csnd] |
…sorry, So I think it is really old ... Unfortunately my code is currently quite complex and for a moment I have "lost the plot" Thanks to all (Adam and Victor)! e ;-) -- View this message in context: http://csound.1045644.n5.nabble.com/delay-once-tp4343808p4344254.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 | 2011-04-27 18:20 |
From | Adam Puckett |
Subject | Re: [Csnd] |
Glad to help. On 4/27/11, Enrico Francioni |