We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_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; }
The text was updated successfully, but these errors were encountered:
gs.hの内容を全部実装 #22
9e0d5b6
No branches or pull requests
The text was updated successfully, but these errors were encountered: