public static bool IsSoundFont(string filename) { return(LibFluidsynth.fluid_is_soundfont(filename) == 1); }