home *** CD-ROM | disk | FTP | other *** search
/ Da Capo / da_capo_vol1.bin / programs / amiga / edit / octamedv2 / docs / sample_editor.doc < prev    next >
Text File  |  1993-03-13  |  10KB  |  233 lines

  1. Sample editor
  2. =============
  3.  
  4. OctaMED has a built-in sample editor for sampling and simple editing operations.
  5. The sample editor is activated by clicking the SMPED gadget.
  6.  
  7. When you load a sample, its waveform is displayed on the sample editor screen.
  8. At the right top corner of the waveform display, there's a number telling
  9. the number of bytes currently displayed. Initially it's the length of the
  10. sample (whole sample displayed).
  11.  
  12. Below the waveform, there's a red bar. This tells you the size of display
  13. relative to the size of the whole sample, and your current display position
  14. in the sample (this is meaningful when you zoom in).
  15.  
  16. Buffer size
  17. ===========
  18.  
  19. At the left side of the screen, there's a gadget labeled BUFFSIZE. This is
  20. the size of the current sample (waveform buffer). If you want to increase the
  21. size, you can type in a new value. You'll be asked if you want to clear the
  22. sample, or retain the sample already in memory. Also, if there's no sample in
  23. memory, you can create one by entering a size.
  24. Maximum buffer size is 131072.
  25.  
  26. Selecting range
  27. ===============
  28.  
  29. Many editing operations work with a specified range. The range is set in the
  30. sample editor by clicking the RMB and dragging. The RNGSTRT/RNGEND show the
  31. actual byte positions of the start and end of the range. You can also change
  32. the start/end positions by entering a new value into them. The RANGE ALL
  33. gadget selects the whole display.
  34.  
  35. When you've selected the range, you can readjust start/end point by holding
  36. the Shift while dragging with mouse. The other point is the left untouched.
  37.  
  38. Playing
  39. =======
  40.  
  41. Next to the BUFFSIZE-gadget, there are gadgets PLAY DISPLAY and PLAY RANGE.
  42. "Play display" plays the current display with the current period value (see
  43. below). Play range plays the selected range. The whole waveform can be played
  44. simply with the keyboard (as usual). There's a red line showing the point
  45. currently being played.
  46.  
  47. Zooming
  48. =======
  49.  
  50. For accurate editing, the zoom is very important. There are many ways to zoom
  51. into the waveform.
  52. 1. Use the ZOOM IN to zoom in, or ZOOM OUT to zoom out (I wonder if this is
  53.    too complex...??? :-)
  54. 2. Select a range, then click SHOW RANGE. The range is then displayed on the
  55.    screen.
  56. When you want to restore the whole waveform to the view, click SHOW ALL.
  57. These controls should be familiar to AudioMaster users.
  58. When you've zoomed in, it's often necessary to move around the sample.
  59. You can scroll the displayed area with cursor right/left-keys.
  60.  
  61. Sampling
  62. ========
  63.  
  64. OctaMED has the basic sampling operations built-in. The MONITOR gadget shows
  65. you the real-time waveform input from the sampler (multitasking disabled).
  66. Click mouse button to stop. The RECORD gadget is used for sampling. Click
  67. it, and the real-time waveform appears. Now you can click the left mouse
  68. button to start sampling, and right mouse button to cancel. When you click
  69. the left button, the screen blanks, and sampling starts. The sampling stops
  70. when the waveform buffer is full. You can also interrupt sampling with the
  71. right mouse button.
  72.  
  73. Sampling/playing rate
  74. =====================
  75.  
  76. On the right side of the screen, the current sampling/playing period is
  77. displayed (default 428). This is the value that specifies the pitch of the
  78. sound. You can change the period by entering a new value into the PITCH-integer
  79. gadget, and pressing Return. E.g. to double the sampling speed, you could
  80. type in the number 214. You can also change it by clicking on the note,
  81. holding the button and entering a new note using the keyboard.
  82.  
  83. Changing the sample rate
  84. ========================
  85.  
  86. If you have a sample with period 428 (C-2), and you'd like to transpose it
  87. to play G-2 when you play C-2, then you do the following:
  88. 1. Make sure that the current period is 428.
  89. 2. Click the note of "Dest"-gadget, hold the button and press G-2 (if octaves
  90.    1+2 are used, it'd be T).
  91. 3. Click the CHANGE RATE -gadget. Now the sample is transposed (its size will
  92.    change).
  93.  
  94. If you simply want to transpose the sample one octave up/down, there are two
  95. shortcut gadgets for that. Oct (up arrow) transposes the sample 1 octave up,
  96. halving its size, while the Oct (down) transposes it down (doubling the size).
  97.  
  98. Selecting the save format
  99. =========================
  100.  
  101. On the bottom right corner, there are gadgets for selecting the save format,
  102. labeled RAW and IFF. These affect the operation of the filerequester option
  103. Save, sample. If raw is selected (default), no IFF chunks will be saved. When
  104. IFF is clicked, the samples will be saved in IFF 8SVX format. The repeat/
  105. repeat length values are then included in the saved sample.
  106.  
  107. Basic editing operations
  108. ========================
  109.  
  110. The sample editor contains the basic editing operations, that exist in every
  111. sample editor. They're located on the bottom left corner, and they are:
  112.  
  113.     CLR    Clears the current range.
  114.     DEL    Cuts the range (it will not be copied to the copy buffer).
  115.     CUT    Cuts the range, and puts it to the copy buffer.
  116.     COPY    Copies the range to the copy buffer.
  117.     PASTE    Pastes the contents of the copy buffer to the position pointed
  118.         by the cursor (range with length of 1 byte).
  119.  
  120. If you want to get rid of the copy buffer (freeing the memory it takes), click
  121. DEL CB.
  122. Additional operations:
  123. S>CBUFF    copies the whole sample to the copy buffer
  124. CBUFF>S    copies the copy buffer to the sample
  125.  
  126. These can be used for implementing a simple "Undo". E.g. if you're
  127. experimenting with echos, you can quickly make a snapshot with S>CBUFF. Then
  128. you can do the echo operation, listen to it, and if you're not satisfied, you
  129. can quickly get back the original with CBUFF>S.
  130.  
  131. Reversing
  132. =========
  133.  
  134. You can reverse a range with REV-gadget. The area is then turned backwards.
  135. This is useful if you want to search for hidden messages from a certain kind
  136. of rock-tunes. Anyway, it's fun to record your own voice and then turn it
  137. backwards.
  138.  
  139. Mixing
  140. ======
  141.  
  142. This mixes two samples together. The source sample must be in the copy buffer.
  143. Then position the cursor (click RMB, but don't drag) to the point where you
  144. want the second sample to start, and click MIX. You can also drag a range and
  145. then click MIX. In this case, only the area selected in range is affected.
  146.  
  147. Changing volume
  148. ===============
  149.  
  150. This effect allows you to change the volume of the sample, and create fades.
  151. Next to the CHANGE VOLUME -gadget are two integer gadgets. The left is the
  152. start volume, and the right is the end volume. Both are percentages of the
  153. original waveform. First you have to select the range to affect. Then look
  154. at these examples:
  155. 1. Double the volume:
  156.    set both start and end volume to 200
  157. 2. Make the sound fade out:
  158.    set start vol to 100 and end vol to 1
  159. 3. Make the sound fade in (starting from the half of the final volume)
  160.    set start vol to 50 and end vol to 100
  161.  
  162. After you've entered the start and end volumes, click CHANGE VOL, and the magic
  163. is done. If you increase the volume too much, the normal waveform limits are
  164. exceeded and distortion will occur.
  165.  
  166. Echo
  167. ====
  168.  
  169. With echo you can do some special tricks to the sound. This feature is learnt
  170. best by experimenting. Some facts should be known though. The echo-feature in
  171. OctaMED's sample editor is controlled with two values: Delay and number of echos.
  172. Delay is the distance (specified in steps of 8 bytes) between two echos. If
  173. it's very low, you can produce some interesting results. Number of echos is
  174. the total number of echos. It should usually be quite low (1 - 10), but you
  175. can experiment with higher values.
  176.  
  177. Usually you have to extend the workspace by inserting blank space for the
  178. echos after the end of the sample. This is can be easily done this way:
  179. 1. Click S>CBUFF.
  180. 2. Enter the number of inserted bytes in BUFFSIZE gadget.
  181. 3. Be sure that the cursor is in the beginning of the sample and click PASTE.
  182.  
  183. Now, start playing. Activate DLAY-gadget, enter value, hit Return, enter
  184. the number of echos. Finally click ECHO, and listen...
  185.  
  186. Filter
  187. ======
  188.  
  189. This is a simple-to-use feature that allows you to smooth sample (reduces
  190. noise). Select the range to filter, and click Filter.
  191.  
  192. Boost
  193. =====
  194.  
  195. This is the exact opposite of the Filter, and it works in the same way. It
  196. makes the affected area sound brighter.