We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ada5c9 commit e5aadc7Copy full SHA for e5aadc7
crates/notation_midi/src/midi_settings.rs
@@ -20,12 +20,12 @@ impl Default for MidiSettings {
20
fn default() -> Self {
21
Self {
22
use_internal_synth: Self::default_use_internal_synth(),
23
- vocal_sound: GMSoundSet::Trumpet as u8,
+ vocal_sound: GMSoundSet::Cello as u8,
24
vocal_velocity: 90,
25
guitar_sound: GMSoundSet::AcousticGuitarSteel as u8,
26
- guitar_velocity: 80,
+ guitar_velocity: 100,
27
piano_sound: GMSoundSet::AcousticGrandPiano as u8,
28
- piano_velocity: 80,
+ piano_velocity: 90,
29
}
30
31
0 commit comments