get_volume
Retrieves the global sound output volume.
Description
void get_volume(int *digi_volume,
int *midi_volume
);
Retrieves the global sound output volume, both for digital samples and MIDI
playback, as integers from 0 to 255. Parameters digi_volume and midi_volume
must be valid pointers to int, or NULL if not interested in specific value.
Related Projects
The following projects include source code containing this keyword: