From: "Luke Bishop" Newsgroups: comp.os.msdos.djgpp Subject: Locked Streams in Allegro Date: 17 Feb 1998 22:14:05 GMT Organization: The Zone Lines: 8 Message-ID: <01bd3a85$0198e2a0$0201a8c0@technoid> NNTP-Posting-Host: n072h123.thezone.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I was wondering why you couldn't fill an Allegro audio stream from a timer routine? I looked through the source code and even changed it to lock the functions myself. There seems to be nothing stopping it from working. In fact, when I play stream data from a non-timer routine with my (slightly) changed library, it works fine. I haven't tried yet to run it from a timer interrupt, but judging from previous success with it I was wondering why it wasn't already implemented.