Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!van-bc!rsoft!mindlink!a708 From: a708@mindlink.UUCP (Gord Wait) Newsgroups: comp.sys.amiga Subject: Re: Sound sampler Message-ID: <4154@mindlink.UUCP> Date: 17 Dec 90 13:08:13 GMT Organization: MIND LINK! - British Columbia, Canada Lines: 9 It may be that you have to do a dummy read to start your sampler hardware followed by a series of reads. (IE if your code only does one read, you get nowhere..) I built myself a cheap sampler that works with the psound software. My sampler chip Starts a new conversion from the handshake pulse that occurs when you read the parallel port. The first read from my sampler would give me a sample from the last time I used the thing. If non of this applies, maybe your sampler requires a previous write to the parallel port before you read it... Gord Wait