Skip to content

Commit c6e8487

Browse files
committed
Remove unused variable channel from DSPBase.h
1 parent 06cbd4b commit c6e8487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/CAudioKitEX/include/DSPBase.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ struct DSPBase {
170170

171171
if (midiEvent.length != 3) return;
172172
uint8_t status = midiEvent.data[0] & 0xF0;
173-
uint8_t channel = midiEvent.data[0] & 0x0F;
174173
switch (status) {
175174
case MIDI_NOTE_ON : {
176175
uint8_t note = midiEvent.data[1];

0 commit comments

Comments
 (0)