Skip to content

Need a generic way of splitting a song into multiple patterns #7

@Malvineous

Description

@Malvineous

It is currently not possible to convert an unpatterned song like MIDI, IMF or RAW into a patterned format like S3M.

Rather than simply start a new pattern when the end of the current one is reached, it would be nice to analyse the song and try to find repeating sections, so those can be used as the pattern boundaries. But a run-on pattern conversion might still be needed in case those patterns end up being larger than the format supports (S3M has a max of 64 ticks per pattern.)

This would also require reducing the tick speed and rewriting the song with fewer ticks, since formats like RAW typically run at hundreds of ticks per second, while S3M is usually less than 10 ticks per second. It might also require expanding the ticks as well, so that a pattern being written to S3M can be expanded to 64 ticks exactly.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions