-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMNU_FILEOPEN.htm
31 lines (30 loc) · 1.45 KB
/
MNU_FILEOPEN.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<title>Open Command </title>
</head>
<body>
<h2><img src="img/open.gif" width=26 height=22> Open Command</h2>
<p>
This command opens an existing song file in a new window. This existing file is specified through the standard Windows file dialog. </p>
<p>
You can open the following file types:</p>
<p>
<i><u>NWC</u></i><u> Files
<br>
</u>Files created by <i>NoteWorthy Composer</i> itself, which always has a file extension of NWC. </p>
<p>
<i><u>Song</u></i><u> Files
<br>
</u>This lists all files that <i>NoteWorthy Composer 2</i> is capable of opening, including *.MID files that conform to the Standard MIDI File specification (i.e. SMF format) and *.NTW files (used by older versions of <i>NoteWorthy Composer</i>). </p>
<p>
SMF files are commonly used to exchange music performance data between music sequencer, notation, and algorithmic composition software. Any files with an extension of MID are assumed to be MIDI files when they are opened. When opened, the MIDI file is actually <a href="MNU_FILEIMPORT.htm">imported</a>, which is a process of converting the performance data contained in the file into standard music notation. </p>
<p>
<b>See Also </b></p>
<ul>
<li><a href="SUBMNU_FILE.htm">File Menu Commands</a></li>
<li><a href="MNU_FILENEW.htm">Creating a New Composition</a></li>
<li><a href="MNU_FILEIMPORT.htm">Importing other music file formats</a></li>
<li><a href="MNU_FILEHISTORY.htm">Reopening a Composition</a></li>
</ul>
</body>
</html>