sointu/tests
Veikko Sariola 53a1be9b61 Refactor all values to have a universal support for modulations.
The modulation is now always added during value transformation.
With this, a lot of *_MOD defines could be removed.
The waveform for some tests changed slightly, because when the
value is saved to memory after modulating it, there is some
rounding errors.
2020-05-03 10:41:24 +03:00
..
expected_output Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
CMakeLists.txt Add regression test for polyphony (MAX_VOICES = 2). 2020-05-01 08:51:43 +03:00
test_dll_am_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_dll_chorus.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_dll_dm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_dll_fm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_dll_im_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_dll_notetracking.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_dll_pm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_dll_reverb.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_dll_sm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_dll.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_dst_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_dst_sh_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_dst_sh.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_dst_stereo.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_dst.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_envelope_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_envelope.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_add.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_addp2.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_addp.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_loadnote.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_mul.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_mulp2.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_mulp.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_pop.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_push.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_fop_xch.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_globalstore.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_load.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_multiple_instruments.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_panning.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_polyphony.asm Add regression test for polyphony (MAX_VOICES = 2). 2020-05-01 08:51:43 +03:00
test_renderer.c Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_store.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vcf_band.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vcf_fm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vcf_high.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vcf_low.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vcf_peak.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vcf_rm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vcf_stereo.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vco_cm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vco_dm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vco_fm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vco_gate.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vco_gm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vco_lfo.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vco_noise.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vco_pm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vco_pulse.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vco_sine.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vco_sm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vco_stereo.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00
test_vco_tm_modulation.asm Refactor all values to have a universal support for modulations. 2020-05-03 10:41:24 +03:00
test_vco_trisaw.asm Refactor 4klang to use cross-platform defines and 4klang.asm & .inc to work more like .c and .h. 2020-04-30 13:36:22 +03:00