Subversion Repositories Kolibri OS

Rev

Rev 1551 | Rev 1641 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1551 Rev 1626
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 1551 $
16
$Revision: 1626 $
17
 
17
 
18
 
18
 
Line 242... Line 242...
242
include "fs/ext2.inc"     ; read / write for ext2 filesystem
242
include "fs/ext2.inc"     ; read / write for ext2 filesystem
Line 243... Line 243...
243
 
243
 
Line 244... Line 244...
244
; sound
244
; sound
-
 
245
 
Line 245... Line 246...
245
 
246
include "sound/playnote.inc" 	; player Note for Speaker PC
Line 246... Line 247...
246
include "sound/playnote.inc" ; player Note for Speaker PC
247
include "sound/FFT.inc" 	; fast Fourier transform routines
247
 
248