Forum

    • Register
    • Login
    • Search
    • Categories

    Need HISE exporter for SALT

    C++ Development
    2
    2
    796
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      elanhickler last edited by

      What's the easiest way to add HISE samplemap creation to SALT? I know you made a dll one time.

      I need a way to specify mic positions, round robins, sample start time, just to name a few.

      1 Reply Last reply Reply Quote 0
      • Christoph Hart
        Christoph Hart last edited by

        To be honest the most easiest way would be to reverse engineer the xml and write the properties in the given structure - the XML is pretty trivial: a root element with a child for each sample that has certain properties. multimic samplemaps have one child per sample containing the filename of the file position. The properties should all be self explanatory, but if something's unclear I am happy to help out.

        You can use the JUCE ValueTree and its createXML method, this is how I create them myself.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        9
        Online

        855
        Users

        5.7k
        Topics

        53.0k
        Posts