This feels more correct

This commit is contained in:
Gwilym Inzani 2024-07-10 14:54:58 +01:00
parent 8fa595f7f7
commit c7482f54ab

View file

@ -613,7 +613,7 @@ impl EnvelopeData {
};
let vib_speed = (instrument.vibrato.speed * 64.0) as u8;
let vib_depth = instrument.vibrato.depth * 16.0;
let vib_depth = instrument.vibrato.depth * 8.0;
let c4_speed = note_to_speed(Note::C4, 0.0, 0, frequency_type);
let mut vib_amount =