donmai-me/MaiConverter

Simai absolute time support

donmai-me opened this issue · 2 comments

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.

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?

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.