Begin EEF envelope with full volume, no shift
parent
873a08dc00
commit
ebd33b96db
|
@ -703,7 +703,7 @@ impl DmfModule {
|
|||
}
|
||||
|
||||
// Now generate the Echo EEF envelope from volume_envelope/volume_repeat + arpeggio_envelope/arpeggio_repeat
|
||||
let mut envelope: Vec<u8> = Vec::new();
|
||||
let mut envelope: Vec<u8> = vec![ 0x00 ];
|
||||
for i in 0..volume_envelope.len() {
|
||||
envelope.push( get_eef_volume( volume_envelope[ i ] )? | get_eef_shift( arpeggio_envelope[ i ] )? );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue