Skip to content

Commit

Permalink
Make cake the default loader (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaydax authored Jun 7, 2024
1 parent fa7ed1e commit a428be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ impl Default for MidiSettings {
note_speed: 0.25,
random_colors: false,
key_range: 0..=127,
midi_loading: MidiLoading::Ram,
midi_loading: MidiLoading::Cake,
}
}
}
Expand Down

0 comments on commit a428be4

Please sign in to comment.