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

Fix pluginval test "Restoring default layout" for VST3 #29

Open
jd-13 opened this issue Oct 18, 2020 · 1 comment
Open

Fix pluginval test "Restoring default layout" for VST3 #29

jd-13 opened this issue Oct 18, 2020 · 1 comment
Labels

Comments

@jd-13
Copy link
Owner

jd-13 commented Oct 18, 2020

This test fails on VST3 for all plugins, passes on Audiounit

@jd-13 jd-13 added the bug label Oct 18, 2020
@jd-13 jd-13 assigned jd-13 and unassigned jd-13 Oct 18, 2020
@jd-13
Copy link
Owner Author

jd-13 commented Oct 19, 2020

Successful test on Richter Audiounit:

-----------------------------------------------------------------
Starting test: pluginval / Listing available buses...
Inputs:
	Named layouts: Mono, Stereo
	Discrete layouts: Discrete #1, Discrete #2
Outputs:
	Named layouts: Mono, Stereo
	Discrete layouts: Discrete #1, Discrete #2
Main bus num input channels: 1
Main bus num output channels: 1
All tests completed successfully
-----------------------------------------------------------------
Starting test: pluginval / Enabling all buses...
All tests completed successfully
-----------------------------------------------------------------
Starting test: pluginval / Disabling non-main busses...
All tests completed successfully
-----------------------------------------------------------------
Starting test: pluginval / Restoring default layout...
Main bus num input channels: 1
Main bus num output channels: 1

Time taken to run test: 1 ms
All tests completed successfully

Failed test on Richter VST3:

-----------------------------------------------------------------
Starting test: pluginval / Listing available buses...
Inputs:
	Named layouts: Mono, Stereo
	Discrete layouts: Discrete #1
Outputs:
	Named layouts: Mono, Stereo
	Discrete layouts: Discrete #1
Main bus num input channels: 0
Main bus num output channels: 0
All tests completed successfully
-----------------------------------------------------------------
Starting test: pluginval / Enabling all buses...
All tests completed successfully
-----------------------------------------------------------------
Starting test: pluginval / Disabling non-main busses...
All tests completed successfully
-----------------------------------------------------------------
Starting test: pluginval / Restoring default layout...
!!! Test 1 failed: Unable to restore default layout
Main bus num input channels: 1
Main bus num output channels: 1

Time taken to run test: 5 ms
FAILED!!  1 test failed, out of a total of 1

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

No branches or pull requests

1 participant