Advertisement

Midi volume

Started by October 14, 1999 10:27 AM
0 comments, last by GameDev.net 25 years, 2 months ago
Hi,

I've been trying to work out a method of setting the volume of the device that's playing a midi track. After spending a day struggling with mixers, mixerlines, mixer controls and the rest I'm a bit stumped. It seems that there are many different synthesizer implementations in windows and finding the one that is being used to play a midi track is very difficult. On some machines it seems to use the wavetable device and one others the synthesizer.

Any ideas as to how to find which line a midi is being played on?

Thanks,

martin

Does anyone have a suggestion for how tofind

If you are using MCI, then just do a search for setting volume in the message base here - it's been answered a few times for CDAUDIO. All you have to do it swap the CDAUDIO with SEQUENCER.

Jim

This topic is closed to new replies.

Advertisement