Skip to content

Commit

Permalink
TAG198 2023/04/23
Browse files Browse the repository at this point in the history
  Driver
    効果音モード時に音量が反映されないのバグ修正
  • Loading branch information
kumatan committed Apr 23, 2023
1 parent de1975a commit 5bc28f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
�X�V����
TAG198 2023/04/23
Driver
���ʉ����[�h���ɉ��ʂ����f����Ȃ��̃o�O�C��

TAG197 2023/03/19 4th
Compiler&Driver
���F���[�t�B���O�@�\ OPM�̃o�O�C��
Expand Down
Binary file modified Player64/lib/MDSound.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mucomDotNETConsole/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Console": {
"commandName": "Project",
"commandLineArgs": "-LOGLEVEL=TRACE \"D:\\bootcamp\\FM音源\\data\\自作\\DeathSmiles\\HalloweenTown.muc\""
"commandLineArgs": "-LOGLEVEL=TRACE \"C:\\Users\\kuma\\Downloads\\test2608_01\\test2608_Ch3SpecialMode.muc\""
}
}
}
2 changes: 1 addition & 1 deletion mucomDotNETDriver/music2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,7 @@ public void VOLPST()
}

work.pg.volume = work.pg.mData[work.hl++].dat;
if (work.cd.currentPageNo == work.pg.pageNo)
if (CheckCh3SpecialMode() || work.cd.currentPageNo == work.pg.pageNo)
STVOL();
}

Expand Down
Binary file modified mucomDotNETPlayer/lib/MDSound.dll
Binary file not shown.

0 comments on commit 5bc28f0

Please sign in to comment.