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