aboutsummaryrefslogtreecommitdiff
path: root/Software/LGL/MM2.h
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2012-11-19 11:57:28 -0800
committerDonald Delmar Davis <don@suspectdevices.com>2012-11-19 11:57:28 -0800
commitb6381c14a669f5d1da0e3a3a9d67cb6b372fe8b4 (patch)
treebf9b23ed074301b763808b3e964b3ea4163192dd /Software/LGL/MM2.h
parent92ac5f0423edeabbc978b59a6c0dc2f62f843124 (diff)
Add PacketMidi and MidiSpec files.HEADmaster
Diffstat (limited to 'Software/LGL/MM2.h')
-rwxr-xr-xSoftware/LGL/MM2.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Software/LGL/MM2.h b/Software/LGL/MM2.h
index b0de95c..1fb5246 100755
--- a/Software/LGL/MM2.h
+++ b/Software/LGL/MM2.h
@@ -84,14 +84,6 @@
/** Sample table increments per period for the base MIDI note frequency */
#define BASE_INCREMENT (((F_CPU / VIRTUAL_SAMPLE_TABLE_SIZE / 2) / BASE_FREQUENCY))
- /* Type Defines: */
- typedef struct
- {
- uint8_t LRUAge;
- uint8_t Pitch;
- uint32_t TableIncrement;
- uint32_t TablePosition;
- } DDSNoteData;
/* Function Prototypes: */
void SetupHardware(void);