Skip to content

Commit e5aadc7

Browse files
committed
tweak midi setting
1 parent 5ada5c9 commit e5aadc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/notation_midi/src/midi_settings.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ impl Default for MidiSettings {
2020
fn default() -> Self {
2121
Self {
2222
use_internal_synth: Self::default_use_internal_synth(),
23-
vocal_sound: GMSoundSet::Trumpet as u8,
23+
vocal_sound: GMSoundSet::Cello as u8,
2424
vocal_velocity: 90,
2525
guitar_sound: GMSoundSet::AcousticGuitarSteel as u8,
26-
guitar_velocity: 80,
26+
guitar_velocity: 100,
2727
piano_sound: GMSoundSet::AcousticGrandPiano as u8,
28-
piano_velocity: 80,
28+
piano_velocity: 90,
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)