Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SMSFIMPORT(1)		    smsfimport Manual Page		 SMSFIMPORT(1)

NAME
       smsfimport - program to create SpectMorph models	from SoundFont presets

SYNOPSIS
       smsfimport   <command>  <SoundFontFile>	[OPTIONS]  [<command  specific
       args>...]

DESCRIPTION
       smsfimport can be used to convert SoundFont presets  (.sf2  format)  to
       SpectMorph instruments (.smset format). Since it	does not implement all
       of  the	functionality  provided	by SoundFonts, the resulting files can
       sound different than the	original SoundFont, and	in some	cases the  im-
       port will fail completely.

OPTIONS
       smsfimport follows the usual GNU	command	line syntax, with long options
       starting	with two dashes	('-').

       -h, --help
	      Shows a brief help message.

       -v, --version
	      Prints out smsfimport version.

COMMANDS
       list <SoundFontFile>
	      Shows all	presets	contained in the SoundFontFile.

       dump <SoundFontFile> [ <PresetName> ]
	      Displays	a detailed view	of the parameters specified for	a pre-
	      set (or for all presets).

       import <SoundFontFile> <PresetName>
	      Imports a	preset,	creating a *.smset file. For preset "Grand Pi-
	      ano", the	resulting output would be "grand_piano.smset".

SEE ALSO
       smenc.1	<https://testbit.eu/wiki/Smenc.1>,   smplay.1	<https://test-
       bit.eu/wiki/Smplay.1>

Revision 583			  2011-07-20			 SMSFIMPORT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=smsfimport&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help