[Csnd] oscilikts vs synphasor+tablei ?
Date | 2018-03-05 20:27 |
From | Gleb |
Subject | [Csnd] oscilikts vs synphasor+tablei ? |
Folks, can anybody say, which solution is faster ... a) syncphasor + tablei b) oscilikts ... to build a generator with SyncIn. Thanks! ----- Gleb Rogozinsky, PhD Associated Professor Interactive Arts Department Saint-Petersburg University of Film and Television Deputy Director of Medialab Saint-Petersburg University of Telecommunications -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 | 2018-03-06 21:26 |
From | joachim heintz |
Subject | Re: [Csnd] oscilikts vs synphasor+tablei ? |
hi gleb - i'd build two simple instruments, each with one of the solutions you mention, and then do something like: indx = 0 while indx < 1000 do schedule(1,0,999) od and compare it with schedule(2,0,999) for the second solution. the "real - cpu" output in the console should give you then the answer. best - joachim On 05/03/18 21:27, Gleb wrote: > Folks, > > can anybody say, which solution is faster ... > > a) syncphasor + tablei > > b) oscilikts > > ... to build a generator with SyncIn. > > Thanks! > > > > ----- > Gleb Rogozinsky, PhD > Associated Professor > Interactive Arts Department > Saint-Petersburg University of Film and Television > > Deputy Director of Medialab > Saint-Petersburg University of Telecommunications > -- > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html > > 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 > 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 | 2018-03-07 06:45 |
From | Gleb |
Subject | Re: [Csnd] oscilikts vs synphasor+tablei ? |
Thanks for the idea, Joachim! ----- Gleb Rogozinsky, PhD Associated Professor Interactive Arts Department Saint-Petersburg University of Film and Television Deputy Director of Medialab Saint-Petersburg University of Telecommunications -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 |