Skip to content

Commit

Permalink
proper transpose
Browse files Browse the repository at this point in the history
  • Loading branch information
scanner-darkly committed Dec 18, 2023
1 parent 2375b94 commit 33c1448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monome-euro/src/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ void set_up_i2c() {
if (s.i2c_device[VOICE_I2C2MIDI_1]) {
for (u8 i = 0; i < NOTECOUNT; i++) {
map_voice(i, VOICE_I2C2MIDI_1, i, 1);
set_output_transpose(VOICE_I2C2MIDI_1, i, 0);
set_output_transpose(VOICE_I2C2MIDI_1, i, 36);
}
}
}
Expand Down

0 comments on commit 33c1448

Please sign in to comment.