home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / sound / dosound / manual.lst < prev    next >
File List  |  1992-03-26  |  33KB  |  600 lines

  1. The Menu Bar:
  2.  
  3.  
  4. Desk:
  5.  
  6.    Under the Desk menu title are the program credits and any accessories 
  7. that were loaded during boot time.
  8.  
  9.    Selecting About DoSound... displays a dialog box which presents a brief 
  10. description of the program as well as the version number and copy write 
  11. notice.
  12.  
  13.  
  14. File:
  15.  
  16.    Under the File menu title are the disk operations as well as the option 
  17. to quit the DoSound program.
  18.  
  19.    DoSound keeps track of the path and last file name for each of the 
  20. three types of files that can be loaded and saved.  Each time the File 
  21. Selector box appears, the last accessed path for that file type is 
  22. presented as well as the last file accessed as the default file name.
  23.  
  24.    The note tables and register tables used in the chip mode are saved 
  25. with the extension .SNG.  Also included in this file are some of the 
  26. various factors associated with the song such as the time signature and 
  27. tempo.  These are the files that DoSound can re-load so that you may 
  28. continue to work on them.
  29.  
  30.    The output file which contains the actual song in XBIOS(32) format has 
  31. the extension .INL.  This is a pure binary file that can placed within 
  32. your own programs.
  33.  
  34.    If you are in the MIDI mode, the Load and Save file entries will be 
  35. changed to Import and Export respectively.  When a SMF file is imported 
  36. into DoSound, only note on and note off messages are recognized.  A limit 
  37. of 5120 notes will be read. 
  38.  
  39.    MIDI files are saved with the extension .MID.  The format used is the 
  40. standard MIDI file type 0.  Type 0 is a single continuous MIDI track. 
  41. Standard MIDI files (SMF) that are coded as type 1 may be imported into 
  42. the DoSound program but will be converted to SMF type 0.
  43.  
  44. Play Song:  Displays the file selector box where you can choose a .INL 
  45. file to be played in background.  There is no effect on your current work 
  46. when this entry is chosen.  The internal buffer provided for this option 
  47. has a maximum size of 12k.  Larger files can be re-played with JUKEBOX.PRG.
  48.  
  49. New:  Removes the current song from memory.  If you are in the Chip Mode 
  50. and the entry New is selected, any MIDI song in memory will not be erased.  
  51. If you are in the MIDI Mode and the entry New is selected, any Chip song 
  52. in memory will not be erased.
  53.  
  54. Load:  Presents a file select box where you may choose a new song to load.
  55. If a .SNG file is successfully loaded, DoSound will attempt to load the 
  56. .INL file with the same name from the same path.  If the file is found,
  57. the song will be ready to play as soon as it is loaded, otherwise DoSound 
  58. will re-compile the song from the .SNG tables.
  59.  
  60. Save As:  This menu entry presents a file select box where you can choose 
  61. the path and file name that the song should be saved to.  Once the song 
  62. tables have been saved, DoSound will also save the output file to the same 
  63. path.  Both files will have the same name but with a different extension.  
  64. If changes have been made to the song tables since the last time it was 
  65. compiled, DoSound will automatically re-compile the current version before 
  66. the .INL file is saved. 
  67.  
  68. Save:  This menu entry is only available if the song has been previously 
  69. saved with the Save As menu entry.  This menu entry will save the current 
  70. song to the known path and file name without prompting you with the file 
  71. select box.
  72.  
  73. Load Clip:  Presents a file select box where you may select a previously 
  74. saved clipboard file to load.  If successful, the data will be placed in 
  75. the clipboard and the previous contents of the clipboard are erased.
  76.  
  77. Save Clip:  This menu entry is only active if the clipboard contains data.
  78. When selected, a file select box is presented where you may select a path 
  79. and file name where the current clipboard contents should be saved.
  80.  
  81. New, Load and Quit:  If one of these entries is chosen and changes have 
  82. been made to the current song that have not been saved, an alert box will 
  83. appear asking you if you want to save the current song first (a "Cancel" 
  84. button will also be available which aborts the requested command).
  85.  
  86.  
  87. Edit:
  88.  
  89.   Under the Edit menu title are the various editing features provided.  
  90. Except for the two Undo commands, all entries work in either the Chip Mode 
  91. or the MIDI mode.  For the MIDI Mode, a separate Undo command is available 
  92. under the MIDI menu title.  Additional edit functions specifically for MIDI
  93. files are also provided under the MIDI menu title.
  94.  
  95. Undo Notes:  The last action performed which affects the note table can be 
  96. undone with this entry.  If you choose to undo an action, this entry is 
  97. replaced with Redo.  Therefore you can toggle between Undo and Redo.  A 
  98. brief description of what will be undone or redone is displayed in the menu
  99. entry.  Remember that only the very last action that affects the note table
  100. can be undone.  Pressing the UNDO key is equivalent to selecting this menu 
  101. entry.
  102.  
  103. Undo Registers:  Same as above except that the last action that affected 
  104. the register table can be undone (or redone) with this entry.  There is no
  105. keyboard equivalent for this function, it must be selected from the menu.
  106.  
  107. Cut:  Removes the notes selected from the note table and places them in 
  108. the clipboard.  Each notes channel, duration, offset, key and volume are 
  109. stored in the clipbaord.  The previous contents of the clipboard are erased.
  110. The register table for the measures selected is not copied to the clipboard.
  111. The keyboard equivalent for this command is CTRL+R.
  112.  
  113. Copy:  Copies the notes selected from the note table to the clipboard.  
  114. Unlike cut, they are not removed from the song.  The previous contents of 
  115. the clipboard are erased.  The register table for the measures selected is 
  116. not copied to the clipboard.  The keyboard equivalent for this command is 
  117. CTRL+C.
  118.  
  119. Clear:  Removes the notes selected from the note table.  Unlike cut and 
  120. copy, they are not placed in the clipboard.  A confirmation is always 
  121. requested when this entry is chosen.  The register table for the selected 
  122. measures is not cleared.  The keyboard equivalent for this command is 
  123. CTRL+W.
  124.  
  125. Transpose:  Displays a dialog box where you can change the keys of the 
  126. selected notes. Notes can be increased or decreased by any number of half 
  127. steps or notes with a specific key can be transposed to another specific 
  128. key.  Notes that would be transposed off the keyboard range are not changed.
  129. The keyboard equivalent for this command is CTRL+K.  
  130.  
  131. Paste (Merge):  Copies the contents of the clipboard to the note table 
  132. beginning at the first measure selected.  Notes are "merged" with any 
  133. notes present in the note table.  Since only three notes may be active at 
  134. any one time, it may not always be possible to merge the clipboard into the
  135. work area.  If a conflict in channel assignments is detected, an error 
  136. message will be displayed.  The keyboard equivalent for this command is 
  137. CRTL+P.
  138.  
  139. Insert Measure(s):  Inserts the number of measures selected into the note 
  140. table beginning at the first measure selected.  The register table will be 
  141. shifted accordingly and the new measures will be filled with the default 
  142. values.  The keyboard equivalent for this command is the INSERT key.
  143.  
  144. Delete Measure(s):  Deletes the measures selected from the note table.  
  145. The notes are not copied to the clipboard.  A confirmations is always 
  146. requested when this entry is chosen.  The register table will be shifted 
  147. accordingly and the new measures at the end of the song will be filled with 
  148. the default values.  The keyboard equivalent for this command is the DELETE
  149. key.
  150.  
  151. Select Measure(s):  Displays a dialog box where you can quickly select a 
  152. range of measures (or all measures) for editing.  If you are not in the 
  153. Edit Mode when this entry is chosen, you will  be when you exit.  The 
  154. keyboard equivalent for this command is CTRL+M.
  155.  
  156. Display Clipboard:  Displays a dialog box which provides information on 
  157. the number of notes in the clipboard and their length in current measures.
  158. The clipboard is used to store measures of notes that were cut or copied
  159. from the song.  As mentioned previously, the resgister table is not 
  160. effected by cut, copy and paste.  The register table contains information
  161. relating to the channel enabling, noise period, and wave information at a
  162. given point in time.  These values remain unchanged until reformatted.  
  163.  
  164.  
  165. Options:
  166.  
  167.   Under the Options menu title are various entries which pertain to the 
  168. entire song as well as an entry to switch back and forth from the Chip 
  169. Mode to the MIDI Mode.
  170.  
  171. Time Signature:  In music, the time signature is a reference which 
  172. indicates how sheet music is to be read.  Here a dialog box allows you to 
  173. change the time signature.  Possible values for the beats per measure are 
  174. 1-12.  The note to represent the beat must be a value of 2, 4, 8, or 16.  
  175. A 2 represents a half note, a 4 represents a quarter note, an 8 represents 
  176. an eight note and a 16 represents a sixteenth note.  The time signature 
  177. selected will apply to the entire song.
  178.  
  179. Input Mode:  Through this dialog box you may select one of four options to 
  180. dictate the way notes are assigned to channels while in the Chip mode.  In 
  181. the Floating Channel Mode, DoSound will automatically assign notes the next
  182. available channel.  In the three Fixed Channel Modes, DoSound will write 
  183. notes only to the channel you have specified.  With this option (if desired)
  184. you can insure that your notes are written to a particular channel.
  185.  
  186. Preferences:  Within this dialog box you can set up certain personal 
  187. preferences that apply to the operation of the program.  The options 
  188. available are as follows:
  189.  
  190.    Reset dot after new note:  If you have selected the dotted note button, 
  191. enabling this option will turn the dotted note button off whenever you 
  192. change note values.
  193.  
  194.    Reset tuplet after new note:  If you have selected the tuplet (3:2) note 
  195. button, enabling this option will turn the tuplet button off whenever you 
  196. change note values.
  197.  
  198.    Reset accidentals after new note:  If you are using the staff for note 
  199. input and this option is enabled, whenever you make a change to a keys 
  200. accidental, it will be returned to "As Set" after the note has been written.
  201. For instance, if you have the key C set as sharp but you wish to play it 
  202. naturally, you would depress the N key (or select the entry Natural from 
  203. the Staff menu title) (see the discussion on Staff menu title below).  With 
  204. this option set, immediately after you have entered the note, your input 
  205. would be returned to "As Set".
  206.  
  207.    Disable Key Click:  With this option set, a keystroke will not generate 
  208. a click.  If a song is in the process of being played, a key click will 
  209. stop the song from playing.  If this option has been enabled and you wish 
  210. to stop the output of a song, press the ESC key.
  211.  
  212.    Draw notes -1 pixel:  This option controls the drawing of the notes in 
  213. the work area.  Normally when two notes with an identical key start and end
  214. at the same time, there is no seperation present in the display indicating 
  215. that there is not just one note there, but two.  If this option is selected,
  216. all notes are drawn with a lenth of one less than normal, thus clearly 
  217. showing the seperation of all notes.
  218.  
  219. Accidentals:  Within this dialog box you can set up which keys should have 
  220. accidentals associated with them.  Each key from A to G can be set as 
  221. either natural, flat or sharp.  If the staff is being used for note input, 
  222. the appropriate designations will be placed on both the bass and treble 
  223. clefs.  When notes are entered via the staff, they are automatically 
  224. converted to the key specified by the accidentals.  For instance, if you 
  225. have set the key C to be sharp, then placing the mouse pointer over any C 
  226. position on the staff will show C# in the tone display and will be written 
  227. as C# to the note table if selected.  Notes that are set as flat will be 
  228. presented in the tone display area with a sharp sign also (for instance D 
  229. flat is will show up as a C sharp since they are the same).  Notes that are 
  230. entered via the piano will not be automatically converted.  The designations
  231. on the piano are merely reminders to you that a particular note should be 
  232. played a particular way. The reason they are not converted is that you have
  233. access to the accidental keys on the piano where as you do not have access 
  234. to them on the staff.
  235.  
  236. Master Tempo:  Within this dialog box you may select how fast a song is to 
  237. be played.  This is done by specifying how many 'clicks' there are for a 
  238. whole note.  One click represents 1/50 of a second.  The fastest available 
  239. tempo is 48 clicks per whole note while the slowest is 192 clicks per whole
  240. note.  Typically, a quarter note last for half a second (or 25/50ths of a 
  241. second).  The initial value of 96 clicks per whole note is used (instead of
  242. 100) because it breaks down evenly when continuously divided by two.  
  243. The slider bar in the tempo dialog box operates just like a window slider 
  244. bar.  If you click on the arrow keys, the tempo will be increased (or 
  245. decreased) by one click.  Clicking inside the slider bar will increase (or 
  246. decrease - depending on which side of slider you clicked) the tempo by 16 
  247. clicks.  You may also drag the slider to any position within the bar.  The 
  248. tempo selected will apply to the entire song.  If you are in the MIDI Mode,
  249. you will be changing the tempo for the MIDI song only and not for the Chip 
  250. song (and visa-versa).  The keyboard equivalent for this command is the T
  251. key.
  252.  
  253. Compile & Play:  If the sound tables have been changed since the last time 
  254. they were compiled, DoSound will rebuild the output file.  Otherwise the 
  255. output file will be immediately sent to the sound chip and begin playing. 
  256. The keyboard equivalent for this command is the F1 key.  If the SHIFT key 
  257. is being held while this menu entry is chosen, a dialog box will appear 
  258. providing you with the opportunity to select the starting point (measure) 
  259. that DoSound should begin compiling at.  The measure that is currently set
  260. as the compiling measure is indicated in the status bar at the bottom of 
  261. the screen.  When a song is saved, the compiling measure is always reset 
  262. to the first measure so that the entire song is saved.
  263.  
  264. Information:  This dialog box presents some information about the current 
  265. song, including the total number of notes, the number of measures used and 
  266. the songs duration in minuets and seconds as well as a precise duration in 
  267. 1/50 of a second intervals.  A button is also available to request
  268. information on how many bytes the song file will require.  The keyboard 
  269. equivalent for this command is the I key.
  270.  
  271.  
  272. Display:
  273.  
  274.   Under the Display menu title are various menu entries which control the 
  275. way information is displayed.
  276.  
  277. Piano and Staff:  These options switch between the staff and piano displays.
  278. The active option is indicated by a check mark.
  279.  
  280. Zoom In:  Increases the magnification of the measures by 2x each time 
  281. selected.  The maximum magnification allowed is 4x.  With some time 
  282. signatures the maximum magnification allowed will be smaller.  The reason 
  283. for this is that at least one measure must be fully visible.  The keyboard 
  284. equivalent for this command is the Z key.
  285.  
  286. Zoom Out:  Decreases the magnification of the measures by 2x each time 
  287. selected.  The minimum magnification allowed is .25x.  With some time 
  288. signatures the minimum magnification allowed will be higher.  The reason 
  289. for this is that so that the measures will not be squished into oblivion.  
  290. The keyboard equivalent for this command is the X key.
  291.  
  292. Goto Measure:  Displays a dialog box where you can enter a measure number 
  293. to quickly 'go to'. The keyboard equivalent for this command is the G key.
  294.  
  295. Show channels:  Displays a dialog box where you can chose to display notes 
  296. on specific channels. Any combination of A,B,C or ALL is allowed.  The 
  297. resulting display will draw only notes on the channels you specify.  This 
  298. can be helpful to find all notes on channel A for instance.
  299.  
  300. Show Beats Lines:  If active, the beat lines between measures are drawn 
  301. horizontally across the screen.  The keyboard equivalent for this command 
  302. is the B key.
  303.  
  304. Follow Playback:  If follow playback is selected, DoSound will scroll 
  305. through the music high lighting the measures that are being played.  This 
  306. option must be enabled before Compile & Play is selected.  To stop the 
  307. follow playback once it is in operation, simply press the ESC key.  During 
  308. follow playback, the menu bar is inactive as are all other commands.
  309.  
  310.  
  311. Staff:
  312.  
  313.   Under the Staff menu title are entries specific to the staff input mode.
  314. Selecting one of these entries (or the keyboard equivalent) overrides any 
  315. settings specified in Options Accidentals.  The active entry is indicated 
  316. by a check mark and will remain active until changed (unless Options 
  317. Preferences has been set up to indicate otherwise).
  318.  
  319. As Set:  Indicates that the note should be entered into the song table 
  320. with its accidental as set with Options Accidentals.
  321.  
  322. Natural:  Indicates to enter the note naturally.  (This only has an effect 
  323. if a note was specified as sharp or flat).
  324.  
  325. Flat:  Indicates to enter the note as a flat note.  (If the note was set 
  326. up as a flat, it will become a double flat). (If a note was set up as 
  327. sharp it will become natural).
  328.  
  329. Sharp:  Indicates to enter the note as sharp.  (If the note was set up to 
  330. be sharp, it will become double sharp). (If it was set up to be flat, it 
  331. will become natural.)
  332.  
  333.  
  334. MIDI:
  335.  
  336.   Under the MIDI menu title are the entries specifically for the MIDI mode. 
  337. This includes a separate Undo command for MIDI editing as well as an 
  338. options to transfer the MIDI tables to the Chip tables and visa-versa.  
  339. If you do not have a MIDI capable instrument connected to your computer, 
  340. you will not be able to record or play back MIDI songs.  However, there 
  341. are some interesting aspects of the MIDI mode that you can use to your 
  342. advantage to write Sound Chip songs.
  343.  
  344. Undo:  The last function entered that changed the MIDI tables can be undone 
  345. with this command.  Like the Undo commands for the Chip mode, it toggles 
  346. between Undo and Redo.  Pressing the UNDO key is equivalent to selecting 
  347. this menu entry.
  348.  
  349. Play:  This entry can be chosen from the menu bar or by depressing the 
  350. play button in the tool bar. Playback will begin at the measure specified 
  351. from the tool bar.  DoSound may have to build the MIDI buffer and find the 
  352. first note to begin playing at depending on the situation.  A dialog box 
  353. will be displayed to let you know what DoSound is doing.  Pressing any key 
  354. will stop the MIDI output.
  355.  
  356. Record:  Like play, this entry can be chosen from the menu bar or the tool 
  357. bar.  Recording begins with the first MIDI message received.  Recordings 
  358. are written to the MIDI buffer starting at the first measure as specified 
  359. in the tool bar.  This allows you to actually record at any point.  All 
  360. MIDI data that was present in the MIDI tables from the recording measure 
  361. onwards will be deleted.  Recording can be stopped by pressing any key.  
  362. Recording will also be stopped if the note table runs out of room or if 
  363. the time table runs out of room.  The MIDI tables have room for 5120 notes 
  364. and a time span of almost 10 minuets.  Since the MIDI Mode feature was 
  365. included as a tool to write songs for the sound chip, only note on and 
  366. note off messages are recorded. 
  367.  
  368. Quantize:  Displays a dialog box where you can quantize the notes selected. 
  369. Quantizing means to adjust the notes timing to perfect intervals.  Here 
  370. you can choose to Quantize to half, quarter, eighth, sixteenth, or 
  371. thirty-second notes.  For instance if you choose to quantize to the closest 
  372. 1/16 note interval, each selected notes attack will be forced to begin on 
  373. the closest sixteenth note beat.  You may also choose to preserve the note 
  374. durations or not.  If the note durations are not preserved, their ending 
  375. times will not be altered (since the starting time has changed and the 
  376. ending time has not, the duration is changed).  The keyboard equivalent 
  377. for this command is CTRL+Q.
  378.  
  379. Durations:  Displays a dialog box where you can adjust the durations of 
  380. the selected notes in various ways.  You can either multiply the durations 
  381. of the selected notes by a percentage or align them to the closest natural 
  382. value.  Dotted notes and/or 3:2 tuplets may be considered when aligning 
  383. durations to the closest natural value (this is controlled by an internal 
  384. table).
  385.  
  386. Delays:  Displays a dialog box where you can adjust the delay messages of 
  387. the selected notes.  Adjusting the delay messages has the effect of 
  388. expanding or compressing the length of the notes as well as their starting 
  389. times.  For instance, you could select 2 measures of music and multiply 
  390. their delay messages by 50%.  The result would be that the two measures 
  391. would now occupy only one measure.  The difference from this function 
  392. verses the Duration option is that the starting times as well as the 
  393. durations are changed.  The keyboard equivalent for this command is CTRL+Y.
  394.  
  395. Transfer:  Presents a dialog box where you can set various options relating
  396. to the transfer of the MIDI data to the Sound Chip tables.  The data can be
  397. transferred directly to the Chip clipboard or directly to the work area.  
  398. Additionally, the write volumes for the three channels can be specified, as
  399. well as a note mask.  The note mask dictates which notes should be 
  400. considered for transfer to the Sound Chip tables. Only notes that fall 
  401. within the specified range will be considered.  Since the Sound Chip can 
  402. only handle three notes active at any one time, you may specify that the 
  403. high notes or low notes should have priority when being transferred.  The 
  404. Chip time signature as well as the Chip tempo is replaced with the MIDI 
  405. values.
  406.  
  407. Receive:  Copies the contents of the Sound Chip tables to the MIDI tables.
  408. Any MIDI data present in the MIDI tables is erased.  The MIDI time 
  409. signature as well as the MIDI tempo is replaced with the Chip values.
  410.  
  411.  
  412. The Tool Bar:
  413.  
  414. Beneath the menu bar is the tool bar.  The tool bar provides quick access 
  415. to note functions, action modes and register changes.  The register buttons
  416. are replaced with MIDI buttons when the MIDI mode is selected.
  417.  
  418.  
  419. Chip Mode:
  420.  
  421. A: Note Buttons:  These buttons act like radio buttons, only one may be 
  422. active at any time.  The active button appears depressed.  The length of 
  423. the active note will be the value written to the song table in either the 
  424. write mode or the step mode.  The active note button may also be selected 
  425. by pressing the numerical keys 1-6.
  426.  
  427. B: Dotted Note Button:  Each time this button is selected it will alter 
  428. its state from active to inactive.  In the active state, the current note 
  429. button selected will be written to the song table as a dotted note.  Dotted
  430. notes have a length of one and a half times their normal value.  The dotted 
  431. note button may also be selected by pressing the numerical 7 key.
  432.  
  433. C: Tuplet Button:  Each time this button is selected it will alter its 
  434. state from active to inactive.  In the active state, the current note 
  435. button selected will be written to the song table as a 3:2 tuplet.  This 
  436. is the most common form of tuplet found in sheet music.  Tuplet notes have 
  437. a length of two thirds their normal value.  This means that 3 tuplet notes 
  438. will take the space of 2 normal notes.  The tuplet button may also be 
  439. selected by pressing the numerical 8 key.
  440.  
  441. D: Step Marker Buttons:  These buttons are only active in the step mode.
  442.  
  443.   Rest Button:  Selecting this button advances the step marker the length 
  444. of the active note (adjusted by the dotted note and tuplet buttons if 
  445. selected).  The TAB key can also be used to activate the rest button.
  446.  
  447.   Back Button:  This is similar to the rest button except that the step 
  448. marker is moved backwards the length of the active note.  The BACKSPACE 
  449. key may also be used to activate the back button.
  450.  
  451. E: Wave Button:  Selecting this button opens a dialog box where you can 
  452. change the wave parameters for the selected measures.  If no measures have 
  453. been selected, the last measures selected will appear as the default values.
  454. The first and last measures that should be edited can be changed at the top
  455. of the dialog box.  The wave parameters available are the wave type, the 
  456. wave period and a re-insert flag.  Any or all of these factors may be 
  457. changed.  If you do not want to change a particular parameter, simply 
  458. click on the items text box.  A text box that is black with white text 
  459. means the parameter will be changed.  A white box with black text indicates
  460. that it will not be changed.  If re-insert wave is set to 'Yes' then each 
  461. note that falls within the measures selected will receive a new wave form 
  462. before it begins to play  (See the discussion on the sound chip in Chapter 
  463. 1).  The area to the left of the wave button displays the active wave 
  464. information at the time pointed to by the mouse when the mouse is in the 
  465. work area  The first value is the wave number followed by the wave period.
  466. If re-insert wave is active there will be a bar over the wave number.
  467.  
  468. F: Volume Button:  Selecting this button opens a dialog box where you can 
  469. change the volume information.  There are three options here, changing the 
  470. write volumes, the global volumes, or the volumes of notes less than a 
  471. specific length.  Changing the write volumes dictates the volume a note 
  472. receives when it is written to the sound table.  The values that appear to 
  473. the right of the volume button are the current write values.  If you are 
  474. changing the volumes of notes in a selected range, choose the Global Change
  475. button.  You may select any or all channels to change.  If you don't want 
  476. the volumes for notes on a particular channel changed, click on the text 
  477. box for that channel.  A black box with white text indicates the volume 
  478. will be changed for notes on that channel.  A white box with black text 
  479. indicates that they will not be changed.  Volumes range from 0-16.  For a 
  480. solid tone, the maximum value is 15.  For a tone that is to use the wave 
  481. form volume, a value of 16 is required.  To change only the volumes of 
  482. notes less than a specific length, click on the box before the text 
  483. 'Lengths less than' (which is at the bottom of the dialog box), and enter 
  484. the desired length and desired volume.
  485.  
  486. G: Time Indicator:  When the mouse pointer is in the work area, the time 
  487. pointed to by the mouse is displayed in this box.  The first number 
  488. represents the measure, followed by the beat, followed by the click.  
  489. In 4/4 time there are four beats per measure numbered 1-4, and 24 clicks 
  490. per beat numbered 0-23.  If you are at a zoom level of less than 1X 
  491. magnification, you may not be able to access all clicks per beat depending 
  492. on the time signature you are using.
  493.  
  494. H: Note Indicator:  When the mouse pointer is in the work area (or on the 
  495. piano), the note pointed to by the mouse is displayed in this box.  If the 
  496. staff is being used and the mouse is outside the staff area '---' will 
  497. appear in the note indicator box.
  498.  
  499. I: Action buttons:  These buttons are like radio buttons, only one may be 
  500. active at a time.  The active button will appear depressed.
  501.  
  502.   Write Mode:  The first button with the picture of a pencil is the write 
  503. mode button.  In the write mode the mouse pattern will change to a thin 
  504. cross hair if moved into the work area.  Clicking the mouse button in the
  505. work area causes a note to be written to the sound table at the time 
  506. pointed to and with a length determined by the note buttons.
  507.  
  508.   Erase Mode:  The second button with a picture of an eraser is the erase 
  509. mode button.  The mouse pattern will change to a framed cross hair if moved
  510. into the work area.  Clicking the mouse button in the work area causes any
  511. note pointed to by the mouse to be erased from the sound table.
  512.  
  513.   Edit Mode:  The third button with two curved arrows is the edit mode 
  514. button.  In the edit mode you can select measures for editing or edit 
  515. specific notes.  To edit a specific note, simply click on that note and a 
  516. dialog box will appear giving you the opportunity to change the notes 
  517. parameters.  The starting time, key, volume and duration may be changed.  
  518. A notes channel assignment cannot be changed.  To select a range of 
  519. measures, move the mouse to the left side of the screen and click on a 
  520. measure number.  If you hold the mouse key down and drag the mouse up or 
  521. down, the measures will scroll.  If you drag the mouse above the first 
  522. visible measure, the measures will scroll backwards.  If you drag the mouse 
  523. below the last visible measure, the measures will scroll forwards.  The 
  524. range of measures selected will be updated on the bottom of the screen in 
  525. the status bar at the far right.  If you change your mind, and want to make 
  526. a different selection, release the mouse button and start over.  Pressing 
  527. the ESC key or changing action buttons will also cause the current 
  528. selection to be reset.
  529.  
  530.   Step Mode:  The fourth button with a small piano is the step mode button.
  531. In the step mode, you may write notes to the song table by clicking on the
  532. piano keys or on the staff (or if in the MIDI mode, by playing the MIDI 
  533. instrument).  The mouse pattern will change to a pointing hand when moved 
  534. over the piano or staff.  Notes will be written to the song table at the 
  535. time indicated by the step marker (a dotted line that appears horizontally 
  536. across the screen).  The step marker will automatically advance once a note
  537. has been written.  To write a chord of notes, hold down the SHIFT key 
  538. before the note is selected.  DoSound will now wait for at least one more 
  539. note to be entered before advancing the step marker.  A maximum number of 
  540. three notes may be entered as a chord (afterwards the step marker will 
  541. automatically advance, except while in the MIDI mode where there is no 
  542. note limit).  Note values may be changed during a chord input.  Clicking 
  543. the mouse in the work area causes the step marker to be moved to the time 
  544. pointed to.  Clicking on a measure number will cause the step marker to be 
  545. positioned at the start of that measure.  The step mode is most useful for 
  546. entering notes from sheet music.
  547.  
  548. J: Noise Button:  Selecting this button displays a dialog box where you can 
  549. change the noise period for a range of measures.  In order for a note to be 
  550. played with a noise period, it must first be enabled with the enable button.
  551. The noise period selected can have a range of 0 to 31 and applies to all 
  552. channels that are enabled for noise.  When the mouse pointer is located in 
  553. the work area, the noise period active at the time pointed to is displayed 
  554. in the box to the right of this button.
  555.  
  556. K: Enable Button:  Selecting this button displays a dialog box where you 
  557. can change the channel enabling for a range of measures.  Each channel may 
  558. be enabled for tone and/or noise, or neither.  If you do not wish to change
  559. the enabling for a specific channel, simply click on that channels text box.
  560. A black box with white text indicates that the enabling for that channel 
  561. will be changed.  A white box with black text means that the enabling for 
  562. that channel will not be changed.  When the mouse pointer is in the work 
  563. area, the enabling active at the time pointed to is displayed in the box to 
  564. the right of this button.  There are two values displayed for each channel 
  565. in the following format: Y:N  Y:N  Y:N.  The first group relates to channel 
  566. A, followed by channel B and then C.  The first parameter is the tone 
  567. indicator, the next is the noise indicator.  A 'Y' indicates that it is 
  568. enabled, while a 'N' indicates that it is not.  So in the above example all 
  569. channels are enabled for tone, but not for noise.
  570.  
  571.  
  572. MIDI Mode:
  573.  
  574. A: Rewind Button:  Selecting this button decrements the 'From Measure' 
  575. counter.  The counter will continue to decrement while the mouse key is 
  576. held down.
  577.  
  578. B: Measure Counter:  When either play or record is selected, the requested 
  579. action will begin at the measure indicated here.  Use the rewind and fast 
  580. forward buttons to change this value.
  581.  
  582. C: Fast Forward Button:  Selecting this button increments the 'From 
  583. Measure' counter.  The counter will continue to increment while the mouse 
  584. key is held down.
  585.  
  586. D: Play Button:  Selecting this button is equivalent to selecting the Play 
  587. menu entry from the MIDI menu title.  MIDI playback will begin at the 
  588. measure indicated in the measure counter.  See the discussion on the MIDI 
  589. menu title.
  590.  
  591. E: Record Button:  Selecting this button is equivalent to selecting the 
  592. Record menu entry from the MIDI menu title.  MIDI recording will begin at 
  593. the measure indicated in the measure counter.  Any MIDI data present in 
  594. the MIDI tables from the measure counter onwards is deleted prior to 
  595. recording.  See the discussion on the MIDI menu title.
  596.  
  597. All other parts in the tool bar respond identically as described under the 
  598. Chip Mode.
  599.  
  600. ə