[Old-Csnd] readclock (fwd)
Date | 2015-11-12 14:55 |
From | jpff |
Subject | [Old-Csnd] readclock (fwd) |
---------- Forwarded message ---------- Date: Thu, 12 Nov 2015 15:36:53 +0100 From: Anders Genell |
Date | 2015-11-12 15:01 |
From | Rory Walsh |
Subject | Re: [Old-Csnd] readclock (fwd) |
I'm not familiar with readclock, but if all you need to do is trigger an instrument why not use event? On 12 November 2015 at 14:55, jpff <jpff@codemist.co.uk> wrote: ---------- Forwarded message ---------- |
Date | 2015-11-12 15:05 |
From | Iain McCurdy |
Subject | Re: [Old-Csnd] readclock (fwd) |
Maybe you could use 'metro' and 'schedkwhen'? For clocks that provide time in seconds and at k-rate I would use 'times' and 'timeinsts'. I. > Date: Thu, 12 Nov 2015 14:55:35 +0000 > From: jpff@CODEMIST.CO.UK > Subject: [Csnd] [Old-Csnd] readclock (fwd) > To: CSOUND@LISTSERV.HEANET.IE > > ---------- Forwarded message ---------- > Date: Thu, 12 Nov 2015 15:36:53 +0100 > From: Anders Genell <anders.genell@gmail.com> > Reply-To: csound users' discussions <csound-users@lists.sourceforge.net> > To: csound users' discussions <csound-users@lists.sourceforge.net> > Subject: [Old-Csnd] readclock > > Dear list! > I read a bit about readclock in the manual, and can't wrap my head around why > readclock i i-rate. Shouldn't that mean it couldn't be used in real time, i.e. > it coudln't actually report elapsed performance time unless the csd is > rendered 'offfline' to a file? > > What I wanted was a simple way to trigger an instrument ever half a second or > so with random-isch parameters, from within the orchestra... > > Regards, > Anders > > Csound mailing list > Csound@listserv.heanet.ie > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here |
Date | 2015-11-12 15:05 |
From | Victor Lazzarini |
Subject | Re: [Old-Csnd] readclock (fwd) |
Maybe you want times or timeinsts ? ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 12 Nov 2015, at 15:01, Rory Walsh |
Date | 2015-11-12 17:13 |
From | Anders Genell |
Subject | Re: [Old-Csnd] readclock (fwd) |
Yes, that was my idea, but I also need to actually trigger the 'event' event... Regards, Anders
|
Date | 2015-11-12 17:16 |
From | Victor Lazzarini |
Subject | Re: [Old-Csnd] readclock (fwd) |
you can also use temporal recursion Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
Date | 2015-11-12 17:19 |
From | Anders Genell |
Subject | Re: [Old-Csnd] readclock (fwd) |
metro was exactly what I was looking for, thanks! Regards, Anders
|
Date | 2015-11-12 17:22 |
From | Anders Genell |
Subject | Re: [Old-Csnd] readclock (fwd) |
Yes! Of course! An instrument that triggers itself with a timek-based event call! I really ought to think more in recursion. Regards, Anders
|
Date | 2015-11-12 17:51 |
From | Victor Lazzarini |
Subject | Re: [Old-Csnd] readclock (fwd) |
as simple as this instr 1 schedule(1, 0.5, 0.5) endin schedule(1,0,0.5) Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
Date | 2015-11-12 20:01 |
From | Anders Genell |
Subject | Re: [Old-Csnd] readclock (fwd) |
Oh! Very, very nice indeed! Thanks!
|