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

Simai absolute time support #6

Open
donmai-me opened this issue Aug 15, 2021 · 2 comments
Open

Simai absolute time support #6

donmai-me opened this issue Aug 15, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request Simai Related to Simai chart format

Comments

@donmai-me
Copy link
Owner

According to my checklist, defining duration in terms of seconds seems to be the only missing feature for 3Simai. I've already added functions that can help convert seconds to measures with ease.

@donmai-me donmai-me added enhancement New feature or request Simai Related to Simai chart format labels Aug 15, 2021
@donmai-me donmai-me self-assigned this Aug 15, 2021
@MikiraSora
Copy link

Currently maiconverter not support absolute second time format

現在のBPMが120で、1番から4番を、直線形で移動するSLIDEを例とすると、
BPM160の8分音符3つ分の時間をかけて移動するSLIDE……【1-4[160#8:3],】 <-Support
BPM160の待ち時間の後に、2秒間かけて移動するSLIDE……【1-4[160#2],】 <-NOT Support
3秒の待ち時間の後に、1.5秒間かけて移動するSLIDE……【1-4[3##1.5],】 <-NOT Support
3秒の待ち時間の後に、現在のBPMの8分音符3つ分の時間をかけて移動するSLIDE……【1-4[3##8:3],】 <-NOT Support
3秒の待ち時間の後に、BPM160の8分音符3つ分の時間をかけて移動するSLIDE……【1-4[3##160#8:3],】 <-NOT Support

But is there any plan to implement them?

@donmai-me
Copy link
Owner Author

It should be easy to implement. I just haven't gotten to it since no one seems to complain about the lack of support. I'll try implementing it this week but it may take longer since I might have to rewrite some parts of the simai class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Simai Related to Simai chart format
Projects
None yet
Development

No branches or pull requests

2 participants