Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gs.hの内容がない GS_RHYTHMがコンパイルエラー #22

Closed
kujirahand opened this issue Dec 4, 2023 · 0 comments
Closed

gs.hの内容がない GS_RHYTHMがコンパイルエラー #22

kujirahand opened this issue Dec 4, 2023 · 0 comments

Comments

@kujirahand
Copy link
Owner

/** リズムパートに関する命令
** GS_RHYTHM(val)
◇リズムパートの変更をします。
	val =
		00:楽器          01:ドラムパート1      02:ドラムパート2
*/
Function GS_RHYTHM(_D) {
 Int _TCH = Channel; //private
 Int _CH; //private
 If(_TCH==10) {
  _CH = $00;
 } Else {
  If(_TCH<10) { _CH = _TCH; } Else { _CH = _TCH -1; }
 }
 _CH = $10 + _CH;
 SysEx=$F0,$41,(DeviceNumber),$42,$12,{$40,(_CH),$15,(_D)},$F7;
}
kujirahand added a commit that referenced this issue Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant