Home » Archimedes archive » Acorn User » AU 1994-06.adf » !QTM_Music » !QTMTrack/Docs/CLIcmds
!QTMTrack/Docs/CLIcmds
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1994-06.adf » !QTM_Music |
Filename: | !QTMTrack/Docs/CLIcmds |
Read OK: | ✔ |
File size: | 0C3C bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
'*Commands' help file for QTM v1.00 by QUANTUM � 1993/4 Phoenix/Quantum -------------------------------------------------------------------------- The '*Commands' provided by QTM v1.00 are there to bridge the gap between the desktop !QTMTrack application and the programmer's SWI interface to QTM. All the '*Commands' can be used by pressing f12 and typing them in, or by putting them in (simple) Basic programs. The commands provided are basically a simpler alternative to the most commonly used QTM SWIs. Help on all the commands can be given at any time by typing '*Help QTM.' The commands are: *QTMLoad <filename> [x] This is probably the most important command, and is very easy to use - type '*QTMLoad Music' to load the song 'Music' and start it playing. For more advanced uses, this command can have an 'x' placed after the filename, this will load the tune, but not start it playing, which is useful in demos etc. *QTMClear This command is the exact opposite to '*QTMLoad'. It stops the current song playing, and removes it from the RMA, freeing the memory used by it. *QTMStart Use this command to start a song playing again, after it has been stopped, or paused. *QTMPause This command will stop the current song from playing, but it will not reset any internal variables, so the song will re-start from the same position if '*QTMStart' is used. *QTMStop Like '*QTMPause', this command stops the song playing, but it also re-sets the position and the internal effect variables, so if the song is re-started, it will be at the start. *QTMInfo This command will display a list of information about the current song playing, inc. name, author, size, etc. *QTMPos [<position> [x]] Use this command without any parameters, to display the current song position in the sequence table. If you specify a song position, after the command, the player will jump to the start of that position. If you specify a song position and then add the letter 'x' after the position, then the palyer will jump to that song position, but it will continue from its current line in the position. *QTMSamples This will list all the samples used in the current song, and any unused samples, if they contain a name. *QTMDisable [<effect number>] This command has only been provided for advanced users of the module. If you specify an effect number (0-F,E0-EF - (for 'E' effects)) after the command, that effect will be disabled from being playing. If no effect number is specified, the list of currently disabled effects is displayed. To enable the effect again, use '*QTMEnable <effect number>'. *QTMEnable <effect number> This command reverses the operation of '*QTMDisable' - it re-enables the specified effect for playing. *QTMVolume [<volume 0-64>] Use this command, with no parameters, to display the current overall volume level (0 min, 64 max). If a volume level is given as the parameter, then the overall QTM output volume level is scaled to that volume. eg. type '*QTMVolume 32' to set the output to half volume. Phoenix
00000000 27 2a 43 6f 6d 6d 61 6e 64 73 27 20 68 65 6c 70 |'*Commands' help| 00000010 20 66 69 6c 65 20 66 6f 72 20 51 54 4d 20 76 31 | file for QTM v1| 00000020 2e 30 30 20 62 79 20 51 55 41 4e 54 55 4d 20 20 |.00 by QUANTUM | 00000030 20 20 a9 20 31 39 39 33 2f 34 20 50 68 6f 65 6e | . 1993/4 Phoen| 00000040 69 78 2f 51 75 61 6e 74 75 6d 0a 2d 2d 2d 2d 2d |ix/Quantum.-----| 00000050 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000090 2d 2d 2d 2d 2d 0a 0a 20 20 20 54 68 65 20 27 2a |-----.. The '*| 000000a0 43 6f 6d 6d 61 6e 64 73 27 20 70 72 6f 76 69 64 |Commands' provid| 000000b0 65 64 20 62 79 20 51 54 4d 20 76 31 2e 30 30 20 |ed by QTM v1.00 | 000000c0 61 72 65 20 74 68 65 72 65 20 74 6f 20 62 72 69 |are there to bri| 000000d0 64 67 65 20 74 68 65 20 67 61 70 20 62 65 74 77 |dge the gap betw| 000000e0 65 65 6e 0a 74 68 65 20 64 65 73 6b 74 6f 70 20 |een.the desktop | 000000f0 21 51 54 4d 54 72 61 63 6b 20 61 70 70 6c 69 63 |!QTMTrack applic| 00000100 61 74 69 6f 6e 20 61 6e 64 20 74 68 65 20 70 72 |ation and the pr| 00000110 6f 67 72 61 6d 6d 65 72 27 73 20 53 57 49 20 69 |ogrammer's SWI i| 00000120 6e 74 65 72 66 61 63 65 20 74 6f 20 51 54 4d 2e |nterface to QTM.| 00000130 0a 41 6c 6c 20 74 68 65 20 27 2a 43 6f 6d 6d 61 |.All the '*Comma| 00000140 6e 64 73 27 20 63 61 6e 20 62 65 20 75 73 65 64 |nds' can be used| 00000150 20 62 79 20 70 72 65 73 73 69 6e 67 20 66 31 32 | by pressing f12| 00000160 20 61 6e 64 20 74 79 70 69 6e 67 20 74 68 65 6d | and typing them| 00000170 20 69 6e 2c 20 6f 72 20 62 79 0a 70 75 74 74 69 | in, or by.putti| 00000180 6e 67 20 74 68 65 6d 20 69 6e 20 28 73 69 6d 70 |ng them in (simp| 00000190 6c 65 29 20 42 61 73 69 63 20 70 72 6f 67 72 61 |le) Basic progra| 000001a0 6d 73 2e 0a 20 20 20 54 68 65 20 63 6f 6d 6d 61 |ms.. The comma| 000001b0 6e 64 73 20 70 72 6f 76 69 64 65 64 20 61 72 65 |nds provided are| 000001c0 20 62 61 73 69 63 61 6c 6c 79 20 61 20 73 69 6d | basically a sim| 000001d0 70 6c 65 72 20 61 6c 74 65 72 6e 61 74 69 76 65 |pler alternative| 000001e0 20 74 6f 20 74 68 65 20 6d 6f 73 74 0a 63 6f 6d | to the most.com| 000001f0 6d 6f 6e 6c 79 20 75 73 65 64 20 51 54 4d 20 53 |monly used QTM S| 00000200 57 49 73 2e 20 48 65 6c 70 20 6f 6e 20 61 6c 6c |WIs. Help on all| 00000210 20 74 68 65 20 63 6f 6d 6d 61 6e 64 73 20 63 61 | the commands ca| 00000220 6e 20 62 65 20 67 69 76 65 6e 20 61 74 20 61 6e |n be given at an| 00000230 79 20 74 69 6d 65 20 62 79 0a 74 79 70 69 6e 67 |y time by.typing| 00000240 20 27 2a 48 65 6c 70 20 51 54 4d 2e 27 0a 20 20 | '*Help QTM.'. | 00000250 20 54 68 65 20 63 6f 6d 6d 61 6e 64 73 20 61 72 | The commands ar| 00000260 65 3a 0a 0a 20 20 20 2a 51 54 4d 4c 6f 61 64 20 |e:.. *QTMLoad | 00000270 3c 66 69 6c 65 6e 61 6d 65 3e 20 5b 78 5d 0a 0a |<filename> [x]..| 00000280 20 20 20 54 68 69 73 20 69 73 20 70 72 6f 62 61 | This is proba| 00000290 62 6c 79 20 74 68 65 20 6d 6f 73 74 20 69 6d 70 |bly the most imp| 000002a0 6f 72 74 61 6e 74 20 63 6f 6d 6d 61 6e 64 2c 20 |ortant command, | 000002b0 61 6e 64 20 69 73 20 76 65 72 79 20 65 61 73 79 |and is very easy| 000002c0 20 74 6f 20 75 73 65 20 2d 0a 74 79 70 65 20 27 | to use -.type '| 000002d0 2a 51 54 4d 4c 6f 61 64 20 4d 75 73 69 63 27 20 |*QTMLoad Music' | 000002e0 74 6f 20 6c 6f 61 64 20 74 68 65 20 73 6f 6e 67 |to load the song| 000002f0 20 27 4d 75 73 69 63 27 20 61 6e 64 20 73 74 61 | 'Music' and sta| 00000300 72 74 20 69 74 20 70 6c 61 79 69 6e 67 2e 0a 20 |rt it playing.. | 00000310 20 20 46 6f 72 20 6d 6f 72 65 20 61 64 76 61 6e | For more advan| 00000320 63 65 64 20 75 73 65 73 2c 20 74 68 69 73 20 63 |ced uses, this c| 00000330 6f 6d 6d 61 6e 64 20 63 61 6e 20 68 61 76 65 20 |ommand can have | 00000340 61 6e 20 27 78 27 20 70 6c 61 63 65 64 20 61 66 |an 'x' placed af| 00000350 74 65 72 20 74 68 65 0a 66 69 6c 65 6e 61 6d 65 |ter the.filename| 00000360 2c 20 74 68 69 73 20 77 69 6c 6c 20 6c 6f 61 64 |, this will load| 00000370 20 74 68 65 20 74 75 6e 65 2c 20 62 75 74 20 6e | the tune, but n| 00000380 6f 74 20 73 74 61 72 74 20 69 74 20 70 6c 61 79 |ot start it play| 00000390 69 6e 67 2c 20 77 68 69 63 68 20 69 73 20 75 73 |ing, which is us| 000003a0 65 66 75 6c 0a 69 6e 20 64 65 6d 6f 73 20 65 74 |eful.in demos et| 000003b0 63 2e 0a 0a 20 20 20 2a 51 54 4d 43 6c 65 61 72 |c... *QTMClear| 000003c0 0a 0a 20 20 20 54 68 69 73 20 63 6f 6d 6d 61 6e |.. This comman| 000003d0 64 20 69 73 20 74 68 65 20 65 78 61 63 74 20 6f |d is the exact o| 000003e0 70 70 6f 73 69 74 65 20 74 6f 20 27 2a 51 54 4d |pposite to '*QTM| 000003f0 4c 6f 61 64 27 2e 20 49 74 20 73 74 6f 70 73 20 |Load'. It stops | 00000400 74 68 65 20 63 75 72 72 65 6e 74 0a 73 6f 6e 67 |the current.song| 00000410 20 70 6c 61 79 69 6e 67 2c 20 61 6e 64 20 72 65 | playing, and re| 00000420 6d 6f 76 65 73 20 69 74 20 66 72 6f 6d 20 74 68 |moves it from th| 00000430 65 20 52 4d 41 2c 20 66 72 65 65 69 6e 67 20 74 |e RMA, freeing t| 00000440 68 65 20 6d 65 6d 6f 72 79 20 75 73 65 64 20 62 |he memory used b| 00000450 79 20 69 74 2e 0a 0a 20 20 20 2a 51 54 4d 53 74 |y it... *QTMSt| 00000460 61 72 74 0a 0a 20 20 20 55 73 65 20 74 68 69 73 |art.. Use this| 00000470 20 63 6f 6d 6d 61 6e 64 20 74 6f 20 73 74 61 72 | command to star| 00000480 74 20 61 20 73 6f 6e 67 20 70 6c 61 79 69 6e 67 |t a song playing| 00000490 20 61 67 61 69 6e 2c 20 61 66 74 65 72 20 69 74 | again, after it| 000004a0 20 68 61 73 20 62 65 65 6e 0a 73 74 6f 70 70 65 | has been.stoppe| 000004b0 64 2c 20 6f 72 20 70 61 75 73 65 64 2e 0a 0a 20 |d, or paused... | 000004c0 20 20 2a 51 54 4d 50 61 75 73 65 0a 0a 20 20 20 | *QTMPause.. | 000004d0 54 68 69 73 20 63 6f 6d 6d 61 6e 64 20 77 69 6c |This command wil| 000004e0 6c 20 73 74 6f 70 20 74 68 65 20 63 75 72 72 65 |l stop the curre| 000004f0 6e 74 20 73 6f 6e 67 20 66 72 6f 6d 20 70 6c 61 |nt song from pla| 00000500 79 69 6e 67 2c 20 62 75 74 20 69 74 20 77 69 6c |ying, but it wil| 00000510 6c 20 6e 6f 74 0a 72 65 73 65 74 20 61 6e 79 20 |l not.reset any | 00000520 69 6e 74 65 72 6e 61 6c 20 76 61 72 69 61 62 6c |internal variabl| 00000530 65 73 2c 20 73 6f 20 74 68 65 20 73 6f 6e 67 20 |es, so the song | 00000540 77 69 6c 6c 20 72 65 2d 73 74 61 72 74 20 66 72 |will re-start fr| 00000550 6f 6d 20 74 68 65 20 73 61 6d 65 0a 70 6f 73 69 |om the same.posi| 00000560 74 69 6f 6e 20 69 66 20 27 2a 51 54 4d 53 74 61 |tion if '*QTMSta| 00000570 72 74 27 20 69 73 20 75 73 65 64 2e 0a 0a 20 20 |rt' is used... | 00000580 20 2a 51 54 4d 53 74 6f 70 0a 0a 20 20 20 4c 69 | *QTMStop.. Li| 00000590 6b 65 20 27 2a 51 54 4d 50 61 75 73 65 27 2c 20 |ke '*QTMPause', | 000005a0 74 68 69 73 20 63 6f 6d 6d 61 6e 64 20 73 74 6f |this command sto| 000005b0 70 73 20 74 68 65 20 73 6f 6e 67 20 70 6c 61 79 |ps the song play| 000005c0 69 6e 67 2c 20 62 75 74 20 69 74 20 61 6c 73 6f |ing, but it also| 000005d0 0a 72 65 2d 73 65 74 73 20 74 68 65 20 70 6f 73 |.re-sets the pos| 000005e0 69 74 69 6f 6e 20 61 6e 64 20 74 68 65 20 69 6e |ition and the in| 000005f0 74 65 72 6e 61 6c 20 65 66 66 65 63 74 20 76 61 |ternal effect va| 00000600 72 69 61 62 6c 65 73 2c 20 73 6f 20 69 66 20 74 |riables, so if t| 00000610 68 65 20 73 6f 6e 67 20 69 73 0a 72 65 2d 73 74 |he song is.re-st| 00000620 61 72 74 65 64 2c 20 69 74 20 77 69 6c 6c 20 62 |arted, it will b| 00000630 65 20 61 74 20 74 68 65 20 73 74 61 72 74 2e 0a |e at the start..| 00000640 0a 20 20 20 2a 51 54 4d 49 6e 66 6f 0a 0a 20 20 |. *QTMInfo.. | 00000650 20 54 68 69 73 20 63 6f 6d 6d 61 6e 64 20 77 69 | This command wi| 00000660 6c 6c 20 64 69 73 70 6c 61 79 20 61 20 6c 69 73 |ll display a lis| 00000670 74 20 6f 66 20 69 6e 66 6f 72 6d 61 74 69 6f 6e |t of information| 00000680 20 61 62 6f 75 74 20 74 68 65 20 63 75 72 72 65 | about the curre| 00000690 6e 74 20 73 6f 6e 67 0a 70 6c 61 79 69 6e 67 2c |nt song.playing,| 000006a0 20 69 6e 63 2e 20 6e 61 6d 65 2c 20 61 75 74 68 | inc. name, auth| 000006b0 6f 72 2c 20 73 69 7a 65 2c 20 65 74 63 2e 0a 0a |or, size, etc...| 000006c0 20 20 20 2a 51 54 4d 50 6f 73 20 5b 3c 70 6f 73 | *QTMPos [<pos| 000006d0 69 74 69 6f 6e 3e 20 5b 78 5d 5d 0a 0a 20 20 20 |ition> [x]].. | 000006e0 55 73 65 20 74 68 69 73 20 63 6f 6d 6d 61 6e 64 |Use this command| 000006f0 20 77 69 74 68 6f 75 74 20 61 6e 79 20 70 61 72 | without any par| 00000700 61 6d 65 74 65 72 73 2c 20 74 6f 20 64 69 73 70 |ameters, to disp| 00000710 6c 61 79 20 74 68 65 20 63 75 72 72 65 6e 74 20 |lay the current | 00000720 73 6f 6e 67 0a 70 6f 73 69 74 69 6f 6e 20 69 6e |song.position in| 00000730 20 74 68 65 20 73 65 71 75 65 6e 63 65 20 74 61 | the sequence ta| 00000740 62 6c 65 2e 0a 20 20 20 49 66 20 79 6f 75 20 73 |ble.. If you s| 00000750 70 65 63 69 66 79 20 61 20 73 6f 6e 67 20 70 6f |pecify a song po| 00000760 73 69 74 69 6f 6e 2c 20 61 66 74 65 72 20 74 68 |sition, after th| 00000770 65 20 63 6f 6d 6d 61 6e 64 2c 20 74 68 65 20 70 |e command, the p| 00000780 6c 61 79 65 72 20 77 69 6c 6c 20 6a 75 6d 70 0a |layer will jump.| 00000790 74 6f 20 74 68 65 20 73 74 61 72 74 20 6f 66 20 |to the start of | 000007a0 74 68 61 74 20 70 6f 73 69 74 69 6f 6e 2e 0a 20 |that position.. | 000007b0 20 20 49 66 20 79 6f 75 20 73 70 65 63 69 66 79 | If you specify| 000007c0 20 61 20 73 6f 6e 67 20 70 6f 73 69 74 69 6f 6e | a song position| 000007d0 20 61 6e 64 20 74 68 65 6e 20 61 64 64 20 74 68 | and then add th| 000007e0 65 20 6c 65 74 74 65 72 20 27 78 27 20 61 66 74 |e letter 'x' aft| 000007f0 65 72 20 74 68 65 0a 70 6f 73 69 74 69 6f 6e 2c |er the.position,| 00000800 20 74 68 65 6e 20 74 68 65 20 70 61 6c 79 65 72 | then the palyer| 00000810 20 77 69 6c 6c 20 6a 75 6d 70 20 74 6f 20 74 68 | will jump to th| 00000820 61 74 20 73 6f 6e 67 20 70 6f 73 69 74 69 6f 6e |at song position| 00000830 2c 20 62 75 74 20 69 74 20 77 69 6c 6c 0a 63 6f |, but it will.co| 00000840 6e 74 69 6e 75 65 20 66 72 6f 6d 20 69 74 73 20 |ntinue from its | 00000850 63 75 72 72 65 6e 74 20 6c 69 6e 65 20 69 6e 20 |current line in | 00000860 74 68 65 20 70 6f 73 69 74 69 6f 6e 2e 0a 0a 20 |the position... | 00000870 20 20 2a 51 54 4d 53 61 6d 70 6c 65 73 0a 0a 20 | *QTMSamples.. | 00000880 20 20 54 68 69 73 20 77 69 6c 6c 20 6c 69 73 74 | This will list| 00000890 20 61 6c 6c 20 74 68 65 20 73 61 6d 70 6c 65 73 | all the samples| 000008a0 20 75 73 65 64 20 69 6e 20 74 68 65 20 63 75 72 | used in the cur| 000008b0 72 65 6e 74 20 73 6f 6e 67 2c 20 61 6e 64 20 61 |rent song, and a| 000008c0 6e 79 20 75 6e 75 73 65 64 0a 73 61 6d 70 6c 65 |ny unused.sample| 000008d0 73 2c 20 69 66 20 74 68 65 79 20 63 6f 6e 74 61 |s, if they conta| 000008e0 69 6e 20 61 20 6e 61 6d 65 2e 0a 0a 20 20 20 2a |in a name... *| 000008f0 51 54 4d 44 69 73 61 62 6c 65 20 5b 3c 65 66 66 |QTMDisable [<eff| 00000900 65 63 74 20 6e 75 6d 62 65 72 3e 5d 0a 0a 20 20 |ect number>].. | 00000910 20 54 68 69 73 20 63 6f 6d 6d 61 6e 64 20 68 61 | This command ha| 00000920 73 20 6f 6e 6c 79 20 62 65 65 6e 20 70 72 6f 76 |s only been prov| 00000930 69 64 65 64 20 66 6f 72 20 61 64 76 61 6e 63 65 |ided for advance| 00000940 64 20 75 73 65 72 73 20 6f 66 20 74 68 65 20 6d |d users of the m| 00000950 6f 64 75 6c 65 2e 20 49 66 0a 79 6f 75 20 73 70 |odule. If.you sp| 00000960 65 63 69 66 79 20 61 6e 20 65 66 66 65 63 74 20 |ecify an effect | 00000970 6e 75 6d 62 65 72 20 28 30 2d 46 2c 45 30 2d 45 |number (0-F,E0-E| 00000980 46 20 2d 20 28 66 6f 72 20 27 45 27 20 65 66 66 |F - (for 'E' eff| 00000990 65 63 74 73 29 29 20 61 66 74 65 72 20 74 68 65 |ects)) after the| 000009a0 0a 63 6f 6d 6d 61 6e 64 2c 20 74 68 61 74 20 65 |.command, that e| 000009b0 66 66 65 63 74 20 77 69 6c 6c 20 62 65 20 64 69 |ffect will be di| 000009c0 73 61 62 6c 65 64 20 66 72 6f 6d 20 62 65 69 6e |sabled from bein| 000009d0 67 20 70 6c 61 79 69 6e 67 2e 0a 20 20 20 49 66 |g playing.. If| 000009e0 20 6e 6f 20 65 66 66 65 63 74 20 6e 75 6d 62 65 | no effect numbe| 000009f0 72 20 69 73 20 73 70 65 63 69 66 69 65 64 2c 20 |r is specified, | 00000a00 74 68 65 20 6c 69 73 74 20 6f 66 20 63 75 72 72 |the list of curr| 00000a10 65 6e 74 6c 79 20 64 69 73 61 62 6c 65 64 20 65 |ently disabled e| 00000a20 66 66 65 63 74 73 0a 69 73 20 64 69 73 70 6c 61 |ffects.is displa| 00000a30 79 65 64 2e 0a 20 20 20 54 6f 20 65 6e 61 62 6c |yed.. To enabl| 00000a40 65 20 74 68 65 20 65 66 66 65 63 74 20 61 67 61 |e the effect aga| 00000a50 69 6e 2c 20 75 73 65 20 27 2a 51 54 4d 45 6e 61 |in, use '*QTMEna| 00000a60 62 6c 65 20 3c 65 66 66 65 63 74 20 6e 75 6d 62 |ble <effect numb| 00000a70 65 72 3e 27 2e 0a 0a 20 20 20 2a 51 54 4d 45 6e |er>'... *QTMEn| 00000a80 61 62 6c 65 20 3c 65 66 66 65 63 74 20 6e 75 6d |able <effect num| 00000a90 62 65 72 3e 0a 0a 20 20 20 54 68 69 73 20 63 6f |ber>.. This co| 00000aa0 6d 6d 61 6e 64 20 72 65 76 65 72 73 65 73 20 74 |mmand reverses t| 00000ab0 68 65 20 6f 70 65 72 61 74 69 6f 6e 20 6f 66 20 |he operation of | 00000ac0 27 2a 51 54 4d 44 69 73 61 62 6c 65 27 20 2d 20 |'*QTMDisable' - | 00000ad0 69 74 20 72 65 2d 65 6e 61 62 6c 65 73 20 74 68 |it re-enables th| 00000ae0 65 0a 73 70 65 63 69 66 69 65 64 20 65 66 66 65 |e.specified effe| 00000af0 63 74 20 66 6f 72 20 70 6c 61 79 69 6e 67 2e 0a |ct for playing..| 00000b00 0a 20 20 20 2a 51 54 4d 56 6f 6c 75 6d 65 20 5b |. *QTMVolume [| 00000b10 3c 76 6f 6c 75 6d 65 20 30 2d 36 34 3e 5d 0a 0a |<volume 0-64>]..| 00000b20 20 20 20 55 73 65 20 74 68 69 73 20 63 6f 6d 6d | Use this comm| 00000b30 61 6e 64 2c 20 77 69 74 68 20 6e 6f 20 70 61 72 |and, with no par| 00000b40 61 6d 65 74 65 72 73 2c 20 74 6f 20 64 69 73 70 |ameters, to disp| 00000b50 6c 61 79 20 74 68 65 20 63 75 72 72 65 6e 74 20 |lay the current | 00000b60 6f 76 65 72 61 6c 6c 0a 76 6f 6c 75 6d 65 20 6c |overall.volume l| 00000b70 65 76 65 6c 20 28 30 20 6d 69 6e 2c 20 36 34 20 |evel (0 min, 64 | 00000b80 6d 61 78 29 2e 20 49 66 20 61 20 76 6f 6c 75 6d |max). If a volum| 00000b90 65 20 6c 65 76 65 6c 20 69 73 20 67 69 76 65 6e |e level is given| 00000ba0 20 61 73 20 74 68 65 20 70 61 72 61 6d 65 74 65 | as the paramete| 00000bb0 72 2c 0a 74 68 65 6e 20 74 68 65 20 6f 76 65 72 |r,.then the over| 00000bc0 61 6c 6c 20 51 54 4d 20 6f 75 74 70 75 74 20 76 |all QTM output v| 00000bd0 6f 6c 75 6d 65 20 6c 65 76 65 6c 20 69 73 20 73 |olume level is s| 00000be0 63 61 6c 65 64 20 74 6f 20 74 68 61 74 20 76 6f |caled to that vo| 00000bf0 6c 75 6d 65 2e 20 65 67 2e 20 74 79 70 65 0a 27 |lume. eg. type.'| 00000c00 2a 51 54 4d 56 6f 6c 75 6d 65 20 33 32 27 20 74 |*QTMVolume 32' t| 00000c10 6f 20 73 65 74 20 74 68 65 20 6f 75 74 70 75 74 |o set the output| 00000c20 20 74 6f 20 68 61 6c 66 20 76 6f 6c 75 6d 65 2e | to half volume.| 00000c30 0a 0a 20 20 20 50 68 6f 65 6e 69 78 |.. Phoenix| 00000c3c