Bug fix
parent
d541506c6c
commit
6d050d7983
|
@ -595,7 +595,7 @@ impl DmfModule {
|
||||||
9 => Note::A( octave ),
|
9 => Note::A( octave ),
|
||||||
10 => Note::ASharp( octave ),
|
10 => Note::ASharp( octave ),
|
||||||
11 => Note::B( octave ),
|
11 => Note::B( octave ),
|
||||||
12 => Note::C( octave ),
|
12 => Note::C( octave + 1 ), // deflemask y u shift the octave down 1 for C??
|
||||||
_ => return Err( format!( "invalid file: invalid note id {}", note ) )?
|
_ => return Err( format!( "invalid file: invalid note id {}", note ) )?
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue