You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: