Import Song as Subsong

What is Arkos Tracker? Forums Arkos Tracker forum Feature requests Import Song as Subsong

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29887
    robpearmain
    Participant

    I have 3 x AKS files

    Would it be possible to merge them as sub songs, or when adding a new sub song have the option to add from aks

    #29888
    Targhan
    Keymaster

    Mmmmh, having a “merge” instead of Load is doable, but probably not on the next release! I’ll add it to the TODO list :).

    #30644
    prodatron
    Participant

    Sorry for bringing up this old thread, but such a feature would be really awesome.

    I think the only challenge here would be, that such a feature should compare the instruments of the imported song with the instruments of the existing song(s). It would reuse already existing instruments, add the new ones, and remap the instrument IDs in the pattern data.

    Maybe I can write an own python tool, which is just loading the two XML files of the AKS musics, compare the instrument parts and write a new one, but I am not sure, if I would get it all and manage it (xml is some time ahgo, since I am only working with Json now).

    #30646
    Targhan
    Keymaster

    Yeah, it’s an option I may be implementing one day.

    #30655
    prodatron
    Participant

    Here is a Python script for merging multiple AKS files as subsongs into a new one:

    http://www.symbos.org/files/aks_merger.zip

    usage:
    aks_merger.py [filemask for multiple input AKS files] [output AKS file]

    Double instruments, arpeggios and pitches will be removed/reused.

    I am not an XML expert, and the script is a little bit quick and dirty. E.g. it expects some XML elements at its current positions.
    But at least for me it is working so far, so maybe it can be usefull for others as well 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.