Csound Csound-dev Csound-tekno Search About

Help requested on soundin

Date1999-06-25 16:14
Fromjpff@maths.bath.ac.uk
SubjectHelp requested on soundin
A closer look at the reported bug in follow seems to sugest to me that
follow is behaving exactly as I expect.  However the soundin is
generating silly input.  Taking an orchestra like

instr 1
  ifrq      =           cpspch(p5)
  ain       soundin     "lemur.aiff" 		;input soundfile
            out         ain
            display     ain, 0.5
endin

displays rubbish which could be byte order, but I get junk with both
AIFF and WAV files.  I am totally at a loss to know what I have broken
or when.  Anyone with tehsources understand this stuff?  Does anyone
else have a broken soundin or is it only my machine?