Documentation
¶
Index ¶
- Constants
- Variables
- func Convert(mainFile string, params []string, smffile string, opts ...score.Option) error
- func Format(filename string, params []string, rd io.Reader, wr io.Writer, ...) error
- func Import(srcFile string, targetFile string, monoTracks []int, drumTracks []int) error
- func ParseFile(mainFile string, params []string, opts ...score.Option) (sc *score.Score, err error)
- func ReadWDVersionFile(dir string) (*config.Version, error)
- func Unroll(mainFile string, params []string, rd io.Reader, wr io.Writer, ...) error
- func WriteSMF(filename string, params []string, rd io.Reader, fmtwr io.Writer, ...) error
- func WriteSMFFile(sc *score.Score, smffile string, opts ...smfwriter.Option) error
- func WriteWDVersionFile(dir string) error
Constants ¶
View Source
const MUSKEL_VERSION_FILE = "muskel_version.txt"
View Source
const VERSION = "1.2.0"
Variables ¶
View Source
var FILE_EXTENSION = ".mskl"
View Source
var USER_DIR string
View Source
var WORKING_DIR string
Functions ¶
func ReadWDVersionFile ¶ added in v1.0.29
func WriteSMFFile ¶
func WriteWDVersionFile ¶ added in v1.0.29
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.