public override int Read(byte[] buffer, int offset, int count)
 {
     // Read the samples into the buffer. Returns number of bytes read.
     return(LibModPlugNative.ModPlug_Read(modFileHandle, buffer, count));
 }