1. WAV and MIDI play from memory ?
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Sep 20, 1999
- 589 views
You can play a WAV file from a memory image of a wav file using the
SND_MEMORY flag in the following way:
c_proc(xPlaySound, {wave_in_memory,0,or_bits(SND_MEMORY, SND_ASYNC)})
where wave_in_memory is a pointer to the sound file image.
Is there any way to play a MIDI file in a similar way, from a file
image in MEMORY ???
Thanks, Wolf.

