I think I'v got the volume covered. Always to fast to ask: TMIDIOutDevice(FMIDIOutDevices.SelectedDevice).SendMIDIControlChange(0, Ord(ccChannelVolumeMSB), 127);
Hello, This seems to be a great libraray! I've got 2 questions: Is it possible to set the master playback volume of a midi out device? Is it possible to set the starting position in a midifile for playback? Thanks!