Skip to content

Commit

Permalink
TAG002 2020/03/22
Browse files Browse the repository at this point in the history
  core
  ・pgrp追加
  ・pコマンドの処理を修正
  • Loading branch information
kumatan committed Mar 22, 2020
1 parent dd887bb commit 3992e01
Show file tree
Hide file tree
Showing 32 changed files with 245 additions and 88 deletions.
5 changes: 5 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
�X�V����
TAG002 2020/03/22
core
�Epgrp�lj�
�Ep�R�}���h�̏������C��

TAG001 2020/03/18
core,console
�E�����J
Binary file modified M98/bin/Debug/M98DotNETcore.dll
Binary file not shown.
Binary file modified M98/bin/Debug/M98DotNETcore.pdb
Binary file not shown.
Binary file modified M98/bin/Debug/musicDriverInterface.dll
Binary file not shown.
Binary file modified M98/bin/Release/M98DotNETcore.dll
Binary file not shown.
Binary file modified M98/bin/Release/M98DotNETcore.pdb
Binary file not shown.
Binary file modified M98/bin/Release/musicDriverInterface.dll
Binary file not shown.
Binary file modified M98/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file modified M98/obj/Debug/M98DotNETconsole.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified M98/obj/Release/M98DotNETconsole.csprojAssemblyReference.cache
Binary file not shown.
1 change: 1 addition & 0 deletions M98DotNETcore/DEF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public static class DEF
public const int MAXNTEGR = 127; //ノートグループ数
public const int MAXKSTGR = 127; //キーシフトグループ数
public const int MAXEXTGR = 127; //連符グループ数
public const int MAXPANGR = 127; //PANグループ数
public const int MAXMACGR = 255; //マクログループ数
public const int MAXCOMP = 30; //コマンドパラメータ数
public const int MAXEXTEND = 192 + 1; //連符の最大値
Expand Down
Loading

0 comments on commit 3992e01

Please sign in to comment.