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

パラメータの相対指定対応 #10

Open
AioiLight opened this issue Mar 24, 2021 · 0 comments
Open

パラメータの相対指定対応 #10

AioiLight opened this issue Mar 24, 2021 · 0 comments

Comments

@AioiLight
Copy link
Owner

#bpm#scroll 等に対して相対指定を行えるようにする。

今までは絶対的な値を指定していた e.g. #bpm 160 が、これに加えて、「前の値から加算・減算する」という書式を作る。

e.g. 現在のBPMが160で、小節毎に10ずつ増やしたい場合

[ "#bpm +10" ],
[ "#bpm +10" ],
[ "#bpm +10"],

e.g. 現在のスクロール速度が1で、小節毎に0.1ずつ減らしたい場合

[ "#scroll -0.1" ],
[ "#scroll -0.1" ],
[ "#scroll -0.1" ],

スクロールの負数指定は、今まで未定義だったがこの変更を持って負数になるスクロール速度はフォーマットとして正しくなくなる。
逆走に関しては、音符の回転命令を作ることで代用する。

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