Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

divergence value is not optional #157

Open
tomjnixon opened this issue Aug 24, 2022 · 0 comments
Open

divergence value is not optional #157

tomjnixon opened this issue Aug 24, 2022 · 0 comments

Comments

@tomjnixon
Copy link
Member

it's currently declared as boost::optional<Divergence> and which is checked by isDefault, but the divergence value is stored in the element contents like this:

<objectDivergence azimuthRange="60.000000" positionRange="0.250000">0.500000</objectDivergence>

so it's impossible to leave it out except by omitting the whole element, but that would be represented by a defaulted ObjectDivergence in AudioBlockFormatObjects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant