blob: 6b0b4b75867c1794cf5906b62c4b1f8541d494a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- avr.c.orig Mon Aug 14 21:10:58 2000
+++ avr.c Sat Feb 24 22:27:31 2001
@@ -38,7 +38,7 @@
unsigned short midi; /* 0xffff = no MIDI note assigned,
0xffXX = single key note assignment
0xLLHH = key split, low/hi note */
- ULONG int rate; /* sample frequency in hertz */
+ ULONG rate; /* sample frequency in hertz */
ULONG size; /* sample length in bytes or words (see rez) */
ULONG lbeg; /* offset to start of loop in bytes or words.
set to zero if unused. */
|