Add regression test for envelope modulation.

This commit is contained in:
Veikko Sariola
2020-04-17 18:21:37 +03:00
parent 462521518f
commit cc2babde9c
3 changed files with 660 additions and 0 deletions

View File

@ -43,6 +43,7 @@ regression_test(test_vco_gate)
regression_test(test_vco_stereo)
regression_test(test_vco_lfo)
regression_test(test_envelope_16bit test_envelope)
regression_test(test_envelope_modulation)
target_compile_definitions(test_envelope_16bit PUBLIC GO4K_USE_16BIT_OUTPUT)