[Contents] · [Home] · [Mail]

SALIERI Language - saveAsMidi

Description:
saveAsMidi: fileString x segment -> ()
saveAsMidi: fileString x segment x integer x integer -> ()

Call syntax:
saveAsMidi(filename, opus)
saveAsMidi(filename, opus, meter_enumerator, meter_denominator)

Description:
saveAsMidi saves note segment opus as a MIDI file named filename. If for the filename no suffix is specified, the suffix file .mid is automatically appended. For compatibility reasons, a time signature for opus can be specified using the optional parameters meter_enumerator and meter_denominator. When using newer versions of SALIERI, the \meter tag should be used to specify time signatures for musical data.

Error conditions:
An error condition occurs, if filename is no syntactically correct filename or the file cannot be created.

Example:
> saveAsMidi("test", opus)
Creating MIDI-file test.mid ... Done
> saveAsMidi("Z:bsl nowherebsl test", opus)
Error in command-line:
Can't write file: Z:bsl nowherebsl test.wsp
(occured while executing function "saveAsMidi")

See also: play


[Contents] · [Home] · [Mail]
© sic!systems, page frame designed by hh; this page has been automatically generated from the SALIERI Documentation Database.