Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4829] Re: ImproSculpt on Csound5

Date2004-06-18 19:44
From"gogins@pipeline.com"
Subject[CSOUND-DEV:4829] Re: ImproSculpt on Csound5
I tried rebuilding and playing ImproSculpt. I get no music and just some
rhythmic ticking. I infer that the wavetables are still not loading. But I
don't see a history of deferred load changes in CVS, so maybe John ffitch
has not fixed this yet.

Original Message:
-----------------
From: gogins@pipeline.com gogins@pipeline.com
Date: Fri, 18 Jun 2004 14:18:44 -0400
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:4828] Re: ImproSculpt on Csound5


I will do that today (June 18) if I can. As far as I could tell by looking
at the code, ftlen2 and ftlen do the same thing, and I replaced fltlen2 with
ftlen in my version of ImproSculpt. But the code is not identical, so it's
probably that I just don't understand it.

Or I'll just try adding the ftlen2 code.

----- Original Message ----- 
From: "Oeyvind Brandtsegg" 
To: 
Sent: Thursday, June 17, 2004 2:59 PM
Subject: ImproSculpt on Csound5


> hi Michael,
>
> with the latest bug fixes from John (zak system and deferred allocation
for gen01),
> I *think* that ImproSculpt should run on csound 5.
> Could you please compile a new binary for me once more ?
>
> I have also moved the fltk widgets to instr 0,
> because of the irregular behaviour when they are in instr 1.
>
> And,
> I do not recall the status of ftlen2,
> is it working in csound5 now ?
> ftlen2 would be helpful,
> but I thiunk it will run at least partly without it.
>
> best
> Oeyvind
>


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


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

Date2004-06-20 10:20
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:4831] Re: ImproSculpt on Csound5
>>>>> "gogins@pipeline" == gogins@pipeline com  writes:

 gogins@pipeline> I tried rebuilding and playing ImproSculpt. I get no
 gogins@pipeline> music and just some rhythmic ticking. I infer that
 gogins@pipeline> the wavetables are still not loading. But I don't
 gogins@pipeline> see a history of deferred load changes in CVS, so
 gogins@pipeline> maybe John ffitch has not fixed this yet.  

I made a change to this area and it seemed to work for me.  The
problem was not directly in the deferred stuff but in uninitialised
variables in libsnd_u.c

I did say that I _thought_ that is was fixed.  If not a simple example
would be nice.

==John ffitch