[Csnd] printsk vs printks
Date | 2022-06-21 20:08 |
From | Mike McGonagle |
Subject | [Csnd] printsk vs printks |
While these two opcodes seem to do the same thing, they do it in different ways. 'printks' expects a time offset, while 'printsk' doesn't. At the same time, 'printsk' isn't as stable, or at least it crashes more on me. There do seem to be a lot of overlapping opcodes, but for the most part, I'm able to figure things out. So any thoughts on which of these opcodes is 'preferred'?
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 | 2022-06-21 21:42 |
From | Pete Goodeve |
Subject | Re: [Csnd] printsk vs printks |
Attachments | None |
Date | 2022-06-22 05:59 |
From | Eduardo Moguillansky |
Subject | Re: [Csnd] printsk vs printks |
If printsk crashes, please open an issue. printsk can be used inside an "if" to print only under certain circumstances. To replicate printks just enclose it in "if metro(...) == 1..." Pete Goodeve <pete.goodeve@computer.org> schrieb am Di., 21. Juni 2022, 22:42: On Tue, Jun 21, 2022 at 02:08:08PM -0500, Mike McGonagle wrote: |
Date | 2022-06-22 21:10 |
From | Mike McGonagle |
Subject | [Csnd] printsk vs printks |
I'm using cabbage, so I'm not quite certain what is actually causing the crash. It just seems that a number of issues I have center around 'printsk'... On Tuesday, June 21, 2022, Eduardo Moguillansky <eduardo.moguillansky@gmail. 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 |