Csound Csound-dev Csound-tekno Search About

[Cs-dev] Csound4 oddity

Date2005-10-19 11:41
Fromjpff@codemist.co.uk
Subject[Cs-dev] Csound4 oddity
Are my sources corrupted, or is the fragment from fgens.c odd?

      if (ftp->loopmode1) /* Greg Sullivan */
        ftp->end1 = adp->end1;
      else
        ftp->end1 = ftp->flenfrms;
      ftp->end1 = adp->end1;
      ftp->end2 = adp->end2;
 
as ftp->end1 is written to twice.

I ask as I am deep in adding looping to libsndfile..... which is not
my usual area.

Related: does anyone have experience/knowledge of the sampling format
in WAV files?  There seems to be two independent structure --
playlist/cues and sampler/samplerchunk.  The second one looks much
easier to code, but I would like reassurance that it is the correct
format!

==John ffitch


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-10-19 11:49
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound4 oddity
That seems to be a problem with WAV format, more than
one place to store things. I think the sampler chunk is the
best place to define loops etc.


>Related: does anyone have experience/knowledge of the sampling format
>in WAV files?  There seems to be two independent structure --
>playlist/cues and sampler/samplerchunk.  The second one looks much
>easier to code, but I would like reassurance that it is the correct
>format!
>
>==John ffitch
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by:
>Power Architecture Resource Center: Free content, downloads, discussions,
>and more. http://solutions.newsforge.com/ibmarch.tmpl
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net