Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] Tablei - profiling

Date2005-02-23 22:47
From"gogins@pipeline.com"
SubjectRe: [Cs-dev] Tablei - profiling
I have not tested pvoc. In my own music, I use Loris, which works. There
are Loris opcodes in Csound 5 and you can run the Loris analysis stuff
using Python either standalone or in CsoundVST.

Original Message:
-----------------
From: Dave Phillips dlphilp@bright.net
Date: Wed, 23 Feb 2005 17:40:12 -0500
To: csound-devel@lists.sourceforge.net
Subject: Re: [Cs-dev] Tablei - profiling


Greetings:

  The pvanal of the linus.wav yielded a normal PV data file, but the CSD 
test below doesn't work. Csound just hangs after here:

    orch now loaded
    audio buffered in 1024 sample-frame blocks
    writing 2048-byte blks of shorts to 
/home/dlphilp/soundfiles/linus-rebuilt.wav
     WAV
    SECTION 1:

  Nothing happens after that. The original file is only 5 secs long. 
Pvoc writes an empty header (44 bytes) and that's all. I have to kill -9 
to close the session.

  Here's the test file, maybe I'm doing something wrong here:




-o linus-rebuilt.wav -W -d -m0



instr 1
ktime linseg 0,p3,5
kfmod = 1
a1 pvoc ktime,kfmod,"linus.pv"
out a1
endin



i1 0 5
e





  Has anyone else tested pvoc on Cs5 ?

Best,

dp




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-24 00:59
FromDave Phillips
SubjectRe: [Cs-dev] Tablei - profiling
Hi Michael:

  Well, you might be able to help out in another way. ;)  As you know, 
I'm writing/collecting a set of tests and examples for neophytes with 
Cs5, following up on Dr B's suggestions. He indicated 
"analysis/resynthesis" and I've started that part by demonstrating the 
classic utilities. He also indicated "Python scripting", so perhaps you 
could share a Loris/Python script for a beginner ?

  Meanwhile, has anyone else tested pvoc under Cs5 ?

Best,

dp



gogins@pipeline.com wrote:

>I have not tested pvoc. In my own music, I use Loris, which works. There
>are Loris opcodes in Csound 5 and you can run the Loris analysis stuff
>using Python either standalone or in CsoundVST.
>
>Original Message:
>-----------------
>From: Dave Phillips dlphilp@bright.net
>Date: Wed, 23 Feb 2005 17:40:12 -0500
>To: csound-devel@lists.sourceforge.net
>Subject: Re: [Cs-dev] Tablei - profiling
>
>
>Greetings:
>
>  The pvanal of the linus.wav yielded a normal PV data file, but the CSD 
>test below doesn't work. Csound just hangs after here:
>
>    orch now loaded
>    audio buffered in 1024 sample-frame blocks
>    writing 2048-byte blks of shorts to 
>/home/dlphilp/soundfiles/linus-rebuilt.wav
>     WAV
>    SECTION 1:
>
>  Nothing happens after that. The original file is only 5 secs long. 
>Pvoc writes an empty header (44 bytes) and that's all. I have to kill -9 
>to close the session.
>
>  Here's the test file, maybe I'm doing something wrong here:
>
>
>
>
>-o linus-rebuilt.wav -W -d -m0
>
>
>
>instr 1
>ktime linseg 0,p3,5
>kfmod = 1
>a1 pvoc ktime,kfmod,"linus.pv"
>out a1
>endin
>
>
>
>i1 0 5
>e
>
>
>
>
>
>  Has anyone else tested pvoc on Cs5 ?
>
>Best,
>
>dp
>
>
>https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>  
>




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-24 01:06
From"Richard Boulanger"
SubjectRe: [Cs-dev] Tablei - profiling
Hello Dave, Steven, Anthony, and All the Csound Developers,

Since many of you seem to have Cs5 testing covered in the Linux world, and
some - like Art, Michael, and others are doing a great job of testing in the
Windows world, I am thinking that I should be helping Anthony Kozar, Matt
Ingalls along by testing Cs5 in the Mac osX world.  Does this make sense?

I do have my PC running again - right here beside my Mac, and I do have
Linux running on it too, but it seems that - at this point, I could be of
more value trying to coordinate with Anthony and Matt on the Mac end.

Dr. B.

Also, If he is willing, I think we could also benefit from testing Cs5 on
the Mac using Blue as the front-end - with a little of Steven's help setting
this up too!

PPS.  I sure wish I could be at the BACSUG meeting this month.  Have fun.

on 2/23/05 7:59 PM, Dave Phillips at dlphilp@bright.net wrote:

> Hi Michael:
> 
> Well, you might be able to help out in another way. ;)  As you know,
> I'm writing/collecting a set of tests and examples for neophytes with
> Cs5, following up on Dr B's suggestions. He indicated
> "analysis/resynthesis" and I've started that part by demonstrating the
> classic utilities. He also indicated "Python scripting", so perhaps you
> could share a Loris/Python script for a beginner ?
> 
> Meanwhile, has anyone else tested pvoc under Cs5 ?
> 
> Best,
> 
> dp
> 
> 
> 
> gogins@pipeline.com wrote:
> 
>> I have not tested pvoc. In my own music, I use Loris, which works. There
>> are Loris opcodes in Csound 5 and you can run the Loris analysis stuff
>> using Python either standalone or in CsoundVST.
>> 
>> Original Message:
>> -----------------
>> From: Dave Phillips dlphilp@bright.net
>> Date: Wed, 23 Feb 2005 17:40:12 -0500
>> To: csound-devel@lists.sourceforge.net
>> Subject: Re: [Cs-dev] Tablei - profiling
>> 
>> 
>> Greetings:
>> 
>>  The pvanal of the linus.wav yielded a normal PV data file, but the CSD
>> test below doesn't work. Csound just hangs after here:
>> 
>>    orch now loaded
>>    audio buffered in 1024 sample-frame blocks
>>    writing 2048-byte blks of shorts to
>> /home/dlphilp/soundfiles/linus-rebuilt.wav
>>     WAV
>>    SECTION 1:
>> 
>>  Nothing happens after that. The original file is only 5 secs long.
>> Pvoc writes an empty header (44 bytes) and that's all. I have to kill -9
>> to close the session.
>> 
>>  Here's the test file, maybe I'm doing something wrong here:
>> 
>> 
>> 
>> 
>> -o linus-rebuilt.wav -W -d -m0
>> 
>> 
>> 
>> instr 1
>> ktime linseg 0,p3,5
>> kfmod = 1
>> a1 pvoc ktime,kfmod,"linus.pv"
>> out a1
>> endin
>> 
>> 
>> 
>> i1 0 5
>> e
>> 
>> 
>> 
>> 
>> 
>>  Has anyone else tested pvoc on Cs5 ?
>> 
>> Best,
>> 
>> dp
>> 
>> 
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> 
>>  
>> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

_______________________________________________________________________
 +  Dr. Richard Boulanger, Professor
 +  Music Synthesis Department, Berklee College of Music
 +  1140 Boylston Street  - Boston, MA  02215-3693
 +  Office Phone: (617) 747-2485   Office Fax: (617) 747-2564
 +  eMail: rboulanger@csounds.com  or  rboulanger@berklee.edu
 +  WebPage: http://csounds.com/boulanger/
________________________________________________________________________
 +  Almost Everything Csound @ http://csounds.com/
 +  The Csound Catalog with Audio @ http://csounds.com/catalog/
 +  The Csound Book @ http://csounds.com/book/
 +  The Csound Magazine @ http://csounds.com/ezine/
 +  CsoundForums @ http://csounds.com/phpBB2/
________________________________________________________________________



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-24 05:33
FromAnthony Kozar
SubjectRe: [Cs-dev] OS X testers for Cs5
I think that your testing of Cs5 on OS X would be very helpful.

I must admit though to not having really looked at Cs5 since last June (and
that was on MacOS 9).  My impression is that John ff., Victor, and maybe
Steven have been mostly handling the the Cs5 OS X situation.  (With testing
from a couple of adventurous souls, I think).

With the release of two relatively up-to-date Cs4 packages this week for OS
9 and OS X, I am planning to refocus my efforts soon on Cs5.  (But I was
also thinking of taking a one month sabbatical from programming to compose
...)

Anthony

On 2/23/05 8:06 PM, Richard Boulanger  etched in
stone:

> I am thinking that I should be helping Anthony Kozar, Matt
> Ingalls along by testing Cs5 in the Mac osX world.  Does this make sense?



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-24 06:14
From"Richard Boulanger"
SubjectRe: [Cs-dev] OS X testers for Cs5
Anthony,

Before moving into the composing phase, which I highly recommend, you might
get that plugin-pak compiled in Xcode for MacCsound?

-dB

on 2/24/05 12:33 AM, Anthony Kozar at anthony.kozar@utoledo.edu wrote:

> I think that your testing of Cs5 on OS X would be very helpful.
> 
> I must admit though to not having really looked at Cs5 since last June (and
> that was on MacOS 9).  My impression is that John ff., Victor, and maybe
> Steven have been mostly handling the the Cs5 OS X situation.  (With testing
> from a couple of adventurous souls, I think).
> 
> With the release of two relatively up-to-date Cs4 packages this week for OS
> 9 and OS X, I am planning to refocus my efforts soon on Cs5.  (But I was
> also thinking of taking a one month sabbatical from programming to compose
> ...)
> 
> Anthony
> 
> On 2/23/05 8:06 PM, Richard Boulanger  etched in
> stone:
> 
>> I am thinking that I should be helping Anthony Kozar, Matt
>> Ingalls along by testing Cs5 in the Mac osX world.  Does this make sense?
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

_______________________________________________________________________
 +  Dr. Richard Boulanger, Professor
 +  Music Synthesis Department, Berklee College of Music
 +  1140 Boylston Street  - Boston, MA  02215-3693
 +  Office Phone: (617) 747-2485   Office Fax: (617) 747-2564
 +  eMail: rboulanger@csounds.com  or  rboulanger@berklee.edu
 +  WebPage: http://csounds.com/boulanger/
________________________________________________________________________
 +  Almost Everything Csound @ http://csounds.com/
 +  The Csound Catalog with Audio @ http://csounds.com/catalog/
 +  The Csound Book @ http://csounds.com/book/
 +  The Csound Magazine @ http://csounds.com/ezine/
 +  CsoundForums @ http://csounds.com/phpBB2/
________________________________________________________________________



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net