OpenMusic Reference
save-as-etf

save-as-etf
(score module) -- Saves a Voice or Poly object as an ETF (Enigma Transportable File).
Syntax
save-as-etf self &optional approx
Inputs
| name | data type(s) | comments | 
|---|---|---|
| self | A Voice or Poly object | |
| approx | Either 2, 4, or 8 | 
Output
| output | data type(s) | comments | 
|---|---|---|
| first | t | 
Description
This function saves the connected Voice or Poly object as an ETF, a file type supported by the Finale notation software. When evaluated, a dialog box appears where you choose where to save the file.
The optional approx input is used to set the pitch resolution of the export: 2 for semitone, 4 for quartertone, 8 for eighthtone.
| Prev | Home | Next | 
|---|---|---|
| samplefun | Up | save-as-midi |