Skip to content

Commit

Permalink
TAG060 2022/10/15
Browse files Browse the repository at this point in the history
  Compiler:ポルタメントのディレイ値を符点付きの音長で指定するとエラーが出るケースがあるのを修正
  • Loading branch information
kumatan committed Oct 15, 2022
1 parent f051297 commit ee8b28e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
�X�V����
TAG060 2022/10/15
Compiler:�|���^�����g�̃f�B���C�l�𕄓_�t���̉����Ŏw�肷��ƃG���[���o��P�[�X������̂��C��

TAG059 2022/10/05
Compiler:�p���G���[���b�Z�[�W�̒���(Thanks! pedipanol.)

Expand Down
2 changes: 1 addition & 1 deletion PMDDotNETCompiler/mc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4635,7 +4635,7 @@ private enmPass2JumpTable porta_end()
lngcal();
cy = futen();
cch = (byte)m_seg.m_buf.Get(work.di - 1).dat;
if (al >= cch)//KUMA:ディレイ値が指定音長よりも長い場合はエラー
if (work.al >= cch)//KUMA:ディレイ値が指定音長よりも長い場合はエラー
{
error('}', 8, work.si);
}
Expand Down
2 changes: 1 addition & 1 deletion PMDDotNETConsole/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"PMDDotNETConsole": {
"commandName": "Project",
"commandLineArgs": "-LOGLEVEL=TRACE /V /c c:\\test\\pmdtracebug_ikunagae.mml"
"commandLineArgs": "-LOGLEVEL=TRACE /V /c D:\\bootcamp\\FM音源\\data\\自作\\test\\testPMDポルタメント\\testPMDポルタメント.mml"
}
}
}

0 comments on commit ee8b28e

Please sign in to comment.