Documentation ¶ Index ¶ type Importer func New(fname string, src io.Reader, opts ...func(*reader.Reader)) *Importer func (c *Importer) WriteMsklTo(wr io.Writer, opts ...Option) error type Option func DrumTracks(drumTracks ...int) Option func MonoTracks(monoTracks ...int) Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Importer ¶ type Importer struct { IgnoreCC bool // contains filtered or unexported fields } func New ¶ func New(fname string, src io.Reader, opts ...func(*reader.Reader)) *Importer func (*Importer) WriteMsklTo ¶ func (c *Importer) WriteMsklTo(wr io.Writer, opts ...Option) error type Option ¶ added in v1.0.32 type Option func(*Importer) func DrumTracks ¶ added in v1.0.32 func DrumTracks(drumTracks ...int) Option func MonoTracks ¶ added in v1.0.32 func MonoTracks(monoTracks ...int) Option Source Files ¶ View all Source files helper.go smfimport.go Click to show internal directories. Click to hide internal directories.