mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
This feels more correct
This commit is contained in:
parent
8fa595f7f7
commit
c7482f54ab
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue