[Csnd] Question Peak _meter
Date | 2010-02-27 23:15 |
From | Pierce |
Subject | [Csnd] Question Peak _meter |
Hello All I want to out k_value to the csound~ in the MaxMSP. I mean a1 to kout1 So, I made a UDO peakmeter UDO ============================= opcode peakmeter, k, a a1 xin kout = 0 kout peak a1 xout kout endop =============================== Am I going to right track? It works good. I also tired to use max_k, it worked like a VU meter. I will appreciate any comments and another ideas. Best, Jonathan. 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 | 2010-02-28 09:14 |
From | Andres Cabrera |
Subject | [Csnd] Re: Question Peak _meter |
Hi, Looks good, but since you are only wrapping the peak opcode, it's easier to just use the peak opcode in an always on instrument. If you want to measure the output of csound, use the monitor opcode in a high numbered instrument. Cheers, Andrés On Sat, Feb 27, 2010 at 11:15 PM, Pierce |
Date | 2010-02-28 09:37 |
From | Pierce |
Subject | [Csnd] Re: Re: Question Peak _meter |
Thanks a lot Andrés
I want to use kout as a peakmeter rather than peak(High value) monitor in the Max/MSP. (It is the reason I put the kout = 0) Question about monitor opcode. Can you tell me how to out k_value to the max/MSP with monitor opcode? Little bit confuse. Thanks in advance. Best, jonathan On Feb 28, 2010, at 4:14 AM, Andres Cabrera wrote:
|
Date | 2010-02-28 09:41 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Re: Question Peak _meter |
Hi, On Sun, Feb 28, 2010 at 9:37 AM, Pierce |