Hi !
Iīm Marek and new on the SAOL-discovering-lists. In my final-year
project here at the Technical University in Hamburg (Germany) I will try
to dig my way
through the big mountain of structured-audio stuff. I hope to have a
good time during the next months and wanted to say HI to all developers
out there working on this hot "audio-thing"...
After a first look through the SAOLC-code and while trying compiling it,
I found out, that the strdup()-routine is not part of my
C-library-functions ;-(
Do you think that this looks like a good implementation of it ?:
char *strdup(const char *s) {
char *p;
p=(char *)malloc(strlen(s)+1);
if (p != NULL)
strcpy(p,s);
return p;
}
Also I tried to run the example-files included in the sfront-package and
on Ericīs page with the WIN32-Saolc decoder build by Richard Dobson.
Sadly I had
some problems with
bass.mp4
claps.mp4
which led to the error message : Const value mismatch for 'more_data'
sax2.mp4
stopped decoding after getting the orc-file
scr1.mp4
did not even get the orc-file
did anyone get errors like that ? Maybe you can give me a hint whatīs
going wrong...
Another question: Does anyone have a more detailed diagram of the
saolc-program structure ?
Itīs a tough job to go through all the 40.000 lines to figure out the
connections between the blocks - so if thereīs something like a 2x2
meter diagram out there I
would be happy to get hold of it ;-)
Last question: Can anyone tell my, how to become a member on the
csound-mailinglist ? All homepages which should help are down or
unreachable.
Thatīs it so far!
Hope to have a good time with you folks :-)
mareK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Internet: http://i.am/marek
e-mailto:marek@bigfoot.de
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This archive was generated by hypermail 2b29 : Wed May 10 2000 - 12:15:32 EDT