home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0682.ZIP / CCE_0682.PD / SAMPLING / TABEL / TABEL.TXT next >
Text File  |  1996-03-01  |  786b  |  33 lines

  1. long devconnect( sourcedevice, destinationdevice, clock, prescale, 
  2. protokol)
  3.  
  4. sourcedevice:     3 = Microfoon
  5.                   2 = Externe input
  6.                   1 = DSP zend
  7.                   0 = DMA play
  8.  
  9. Destinationdevice:0x8 = Hoofdtelefoon
  10.                   0x4 = Externe uitgang
  11.                   0x2 = DSP ontvang
  12.                   0x1 = DMA record
  13.  
  14. Clock: 0 = interne klok 25.175 MHZ
  15.        1 = Externe klok
  16.        2 = interne klok 32 MHZ
  17.  
  18. prescale:  Waarde tussen 1 en 12, die de sample rate aan geeft.
  19.  
  20.            1 = 50 KHZ
  21.            2 = 33 KHZ
  22.            3 = 25 KHZ
  23.            4 = 20 KHZ
  24.            5 = 16 KHZ
  25.            7 = 12 KHZ
  26.            9 = 10 KHZ
  27.           11 =  8 KHZ
  28.  
  29. protokol:  0 = Handshaking
  30.            1 = Geen handshaking
  31.  
  32.  
  33.