home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / sound / misc / treg.lha / TREGII.DOC < prev    next >
Encoding:
Text File  |  1992-01-09  |  5.3 KB  |  107 lines

  1.                     The Real-Time Effects Generator V2.0
  2.  
  3.                      ©1993 KBE Software/Quantum Design
  4.  
  5.                             Freely Distributable
  6.                                 PD Freeware
  7.  
  8. Screen Introduction.
  9.  
  10.     The  TREG screen has very few icons on it.  In the top right corner are
  11. three  icons  labelled  'A','I'  and  the  screen to back icon.  'A' is the
  12. 'About' selector and just brings up some information.  'I' is for 'Iconify'
  13. and  will  hide TREG and place a small window on your workbench.  To return
  14. to  TREG  you just close the window.  The screen to back icon push the TREG
  15. screen  behind  all  the other workbench screens.  As TREG doesn't actually
  16. use  a  workbench screen it opens a small screen and uses that to detect if
  17. TREG  is  at the front.  Due to a BUG in AMOS, not TREG, you will find that
  18. the  TREG  screen  may look to be at the front but in fact AMOS has a small
  19. screen  at  the  bottom  of  the display.  You can't see the screen but you
  20. might  notice a few pixels missing from the bottom of screens.  In the left
  21. corner is the 'Quit' gadget and this, of course, closes TREG.
  22.  
  23.     Below  the  title  bar are two panels with sliders.  There four sliders
  24. are  used  to  set the parameters for the effects.  These will be activated
  25. when you select an effect that needs input.
  26.  
  27.     Below this are two displays and a column of gadgets.  These gadgets are
  28. used  to  start effects and create presets for the effects.  There displays
  29. show all effects in the current TREG directory and also the current presets
  30. for the selected effect.
  31.  
  32. Effects.
  33.  
  34.     Unlike most programs TREG now uses modules on the disk for its effects.
  35. Each  effect  has a machine code program on the disk which contains all the
  36. information  about  the  effect  and  also  the code to produce the effect.
  37. These  are  stored  in  a  directory which needs an assign set to it called
  38. 'TREG:'.   Inside  this  directory is where the effects are stored and also
  39. where  all  presets  are  stored.   A preset is just the effects parameters
  40. saved  to  disk  under  a  name  so  that  you may recall them.  Some other
  41. programs  allow a similar thing but are limited to a buffer for storing the
  42. data.   Saving  the  files  to  disk  separately means you can have as many
  43. presets  as  you  desire.  Many programs come with what looks like a lot of
  44. effects  but  in  actual fact they are just presets of a few effects.  TREG
  45. allows you to create you own presets or use the ones supplied.
  46.  
  47. Operations.
  48.  
  49.     Operating  TREG  is  very easy.  Just select which effect you want from
  50. the  left  display.   This  loads  that effect into memory and displays all
  51. presets  for  it  in the right display.  You can now either select a preset
  52. from  the  right display or use the sliders at the top.  Once the effect is
  53. set  to  operate how you want then you then need to select the channel.  At
  54. the  top  of  the  screen  just  below the sliders are three gadgets marked
  55. 'L','R'  and  'S'.  These simply mean 'Left','Right' or 'Stereo'.  You will
  56. only be able to select the sides which the effect supports so if you try to
  57. click  stereo  and  it doesn't work then the effect doesn't support stereo.
  58. Once  the  channel  is  set  you can now activate the effect.  This is very
  59. simple,  just  select  'Go!'.   Make sure you sampler is plugged in and has
  60. input!
  61.  
  62. Creating A Preset.
  63.  
  64.     This  is  very  simple.   Once you have set your effects parameters and
  65. want  to save them, just select 'Create'.  This will ask you for a name and
  66. then try to save the settings to disk.
  67.  
  68. Creating An Effect.
  69.  
  70.     This  is  not  so  easy.   This is a job for those who know a bit about
  71. assembler.   There are two files in the 'Effects' directory.  One is called
  72. 'Effect.s'  and this is the template for an effect.  The other is 'Delay.s'
  73. and  is a simple example of how to create an effect.  I advise caution when
  74. playing  around  with  this as it is very easy to crash your computer.  All
  75. you  need  to  do  once you  have  written your effect is to save it as and
  76. executable  file into the 'TREG:' assign.  Now when TREG loads it will find
  77. your  new  effect  and  display  it in the list.  If you have got something
  78. wrong in the header then there is a good chance it will ignore the effect.
  79.  
  80. Gadgets.
  81.  
  82.     'SetDir'    :   This allows you to set the directory where TREG will
  83.                     find the effects/presets.
  84.  
  85.     'Go!'       :   This activates the current effect.
  86.     'Default'   :   Sets the effect to its starting parameters.
  87.     'Filter'    :   Toggles the hardware filter.
  88.  
  89.     'Create'    :   This allows you to create a preset file.
  90.     'Rename'    :   This will rename the selected preset file.
  91.     'Delete'    :   Deletes the selected preset.
  92.  
  93. Notice.
  94.  
  95. I  take NO responsibility for any problems/crashes caused by the use of the
  96. program.  You use it at your own risk and as you find it.
  97.  
  98. Most  effects  will  work  and a 68000 but a few will work better on faster
  99. machines.   The  chorus effect won't seem to work on a 68000 but works fine
  100. on a A1200.  All presets were created on an A1200 so might sound strange on
  101. slower machines.  Have a play around with them and create your own presets.
  102. This  program is not perfect as with so many processors and computers it is
  103. very hard to make something work on all.
  104.  
  105. The  best  thing  is  to  experiment.   TREG was written for people to play
  106. around with and have a bit of fun with a keyboard or mic.
  107.