Skip to content

Saved ASD file via GUI is invalid #345

@HaHeho

Description

@HaHeho

I am using the ssr-brs mode. I have loaded a valid scene file and saved a new ASD file via the GUI.

Original:

<source id="NAME" name="NAME" properties_file="BRIR.wav" volume="0" mute="true">
  <position x="-2" y="1" fixed="true"/>
  <port>1</port>
</source>

Saved:

<source name="NAME" model="point" mute="true" volume="0" properties-file="BRIR.wav">
  <port>1</port>
  <position x="-2" y="1"/>
  <orientation azimuth="0"/>
</source>

Three issues occur:

  1. The tag properties_file is now called properties-file, which renders the file unusable. When trying to load this file, the SSR does not start due to the invalid syntax.
  2. The tag id is lost. I use it to remote control different source properties via FUDI messages, which is not possible with the new scene anymore.
  3. The tag orientation azimuth is inserted. But I believe this has no relevance for the ssr-brs rendering?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions