QUOTE
Originally posted by JohnV
He just meant that if K-2 is the \"hit my brain directly\" and K-26 is the \"never clip or clip-prevent at all\", K-14/15 is there in between.
Another K-related question.
Does anybody know what the follwoing code should do?
------------------------------------------------------------------
void
setvolume ( int volume )
{
mod.outMod->SetVolume (volume);
}
void
setpan ( int pan )
{
mod.outMod->SetPan (pan);
}
------------------------------------------------------------------
Have this something to do with the system audio level control?
(WAV output level, volume output level) ???
Both system calls do not change anything here. Moved via
the slider above the playtime slider.