Decrypt/Uncompress .package file?

Discussion in 'Studio One' started by Katakura, Jun 18, 2024.

Tags:
  1. Katakura

    Katakura Member

    Joined:
    Oct 22, 2021
    Messages:
    20
    Likes Received:
    8
    [​IMG]
    (audioedit.package)

    A Studio One's extension is a collection of JavaScript and XML files.
    You can make it by compressing required components into a zip archive and just rename .zip to .package.
    So I just simply thought that in the pre-installed .package files:
    • audioedit.package
    • macrohandler.package
    • musicedit.package
    • projectedit.package
    • toolset.package
    • trackedit.package
    • voodoo.package
    are compressed files and they have JS files, then if we can read them, we can know many APIs and make own custom scripts!

    As you can see in the picture at the top, I highlighted interesting parts of audioedit.package in hex editor.
    We can confirm there are JS and XML files!
    But, because of my lack of knowledge, I cannot go advance anymore...

    Reaper has very strong features around script.
    But I prefer to work with Studio One, which has better UI and UX.


    I would like to make this thread a place to discuss and share knowledge about Studio One Scripts.


    Interesting Pages:
    https://forums.cockos.com/showthread.php?t=254056
    https://github.com/aminya/studioone_functions
     
  2.  
Loading...
Loading...