Skip to content

Commit

Permalink
Yet again default to pitch C
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Aug 6, 2023
1 parent 0645b1d commit e444e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ModClientConfigs {


PITCH = configBuilder.defineInRange("instrument_pitch",
1, NoteSound.MIN_PITCH, NoteSound.MAX_PITCH
0, NoteSound.MIN_PITCH, NoteSound.MAX_PITCH
);
GRID_LABEL_TYPE = configBuilder.defineEnum("label_type", NoteGridLabel.KEYBOARD_LAYOUT);
CHANNEL_TYPE = configBuilder.defineEnum("channel_type", InstrumentChannelType.MIXED);
Expand Down

0 comments on commit e444e29

Please sign in to comment.