-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Feature RequestAdds an API, feature in the codeAdds an API, feature in the code
Description
As the title suggests, in my opinion having it set to a dataframe would make the algorithm more flexible for chart generation and make FLN only a small piece of a chart. At the moment, the full LN algorithm uses a dataframe anyway for its operation, so I think it should be just a couple of lines to change it. Reference:
| df = m.stack((HitList, HoldList))._stacked |
main focus of this would be making custom algorithms based on full LN possible eg: having the gap set to a 1/4 of the current BPM of the chart, thing that is not possible (without having a lot of writes and splitting the chart for every bpm change) for multi-bpm charts.
Metadata
Metadata
Assignees
Labels
Feature RequestAdds an API, feature in the codeAdds an API, feature in the code