[Csnd-dev] Suppressing printing
Date | 2022-09-05 17:56 |
From | John |
Subject | [Csnd-dev] Suppressing printing |
Is there way to suppress all printing except explicit print/printarray statements in the orchestra? I can suppress everything with -m16 but I want to be able to see certain values as the sound evolves. In particular my printing is getting lost in the rtevent lines |
Date | 2022-09-05 18:02 |
From | Dave Seidel |
Subject | Re: [Csnd-dev] Suppressing printing |
I would like to br able to suppress rtevent lines as well. I don't find them useful, at least not thus far. On Mon, Sep 5, 2022 at 12:56 PM John <jpff@codemist.co.uk> wrote: Is there way to suppress all printing except explicit print/printarray |
Date | 2022-09-06 09:02 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] Suppressing printing |
I thought -m16 was supposed to suppress everything except the print opcodes. Maybe it needs fixing? What is getting through? ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 5 Sept 2022, at 17:56, John |
Date | 2022-09-06 12:06 |
From | John ff |
Subject | Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] Suppressing printing |
-m16 stops all printing. I think -m0 works well enough.
On 6 Sep 2022, at 09:03, Victor Lazzarini <victor.lazzarini@mu.ie> wrote: I thought -m16 was supposed to suppress everything except the print opcodes. Maybe it needs fixing? |