-
Notifications
You must be signed in to change notification settings - Fork 8
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
AudioEngine - Dynamic enum not set on startup #5
Comments
please always mention which exact vvvversion you're experiencing this with |
2020.3.0-0071 and all before. |
Same behavior with 2020.2.2 - so it's not the rewritten cache region at least. I suspect the dynamic enum. |
Yes that's what I am suspecting, the enum is definitely buggy. It seems it get's created after it' supposed to be used. The Wrappe node also is displayed red, but there is no error. The enum is red, in some situations aswell. |
I took the liberty to rename the issue. |
This is also an issue in beta. The sample rate enum has a weird behavior there too. EDIT: see tebjan/VVVV.Audio#166 |
this is fixed in 0.3.0 |
When I set the Sample Rate to e.g. 48000 kHz as an enum, this isn't applied on startup. I have to manually set the enum to something else and back for it to apply.
The text was updated successfully, but these errors were encountered: