pattern data refactor, part 6
crap
This commit is contained in:
parent
7ba6b3680a
commit
6c804c3674
2 changed files with 3 additions and 2 deletions
|
|
@ -2307,6 +2307,7 @@ void DivEngine::noteToSplitNote(short note, short& outNote, short& outOctave) {
|
|||
case -1:
|
||||
outNote=0;
|
||||
outOctave=0;
|
||||
break;
|
||||
default:
|
||||
outNote=note%12;
|
||||
outOctave=(unsigned char)(note-60)/12;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue