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

ADM with no programme metadata makes Scene go blank #242

Closed
firthm01 opened this issue Mar 23, 2023 · 1 comment
Closed

ADM with no programme metadata makes Scene go blank #242

firthm01 opened this issue Mar 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@firthm01
Copy link
Contributor

When importing ADM with no high-level metadata, the behaviour should be to stick to the initial single default programme and remain in auto mode, so everything is added to a default programme.

However, what actually happens is that the Scene goes blank. This is because the scenestore generated by the PendingStore class is empty and when we set this to be active, it overwrites the store with a blank store that has no programmes. In turn, this setting of the store also disables auto mode.

PendingStore should only set the store if it has something to set.

@firthm01 firthm01 added the bug Something isn't working label Mar 23, 2023
@firthm01
Copy link
Contributor Author

Can be tested with the EBU test file channels_mono_adm.wav

@firthm01 firthm01 mentioned this issue Mar 23, 2023
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant