Implement gain and inverse gain effects, for the moments when you just need them.

This commit is contained in:
Veikko Sariola
2020-05-16 22:29:08 +03:00
parent e966bc0084
commit 5760f78201
11 changed files with 202 additions and 0 deletions

View File

@ -43,6 +43,10 @@ regression_test(test_envelope "" ENVELOPE)
regression_test(test_envelope_stereo ENVELOPE)
regression_test(test_loadval "" LOADVAL)
regression_test(test_loadval_stereo LOADVAL LOADVAL_STEREO)
regression_test(test_gain LOADVAL GAIN)
regression_test(test_gain_stereo GAIN)
regression_test(test_invgain LOADVAL INVGAIN)
regression_test(test_invgain_stereo INVGAIN)
regression_test(test_send LOADVAL SEND)
regression_test(test_send_stereo SEND)
regression_test(test_send_global SEND)