.. |
CMakeLists.txt
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_envelope_16bit_expected.raw
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_envelope_expected.raw
|
Improve and rename envelope test. The test focuses on GO4k_ENV opcode only and does not use panning.
|
2020-04-13 16:53:11 +03:00 |
test_envelope_modulation_expected.raw
|
Add regression test for envelope modulation.
|
2020-04-17 18:21:37 +03:00 |
test_envelope_modulation.asm
|
Add regression test for envelope modulation.
|
2020-04-17 18:21:37 +03:00 |
test_envelope.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_add_expected.raw
|
Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants.
|
2020-04-14 18:08:57 +03:00 |
test_fop_add.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_addp2_expected.raw
|
Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants.
|
2020-04-14 18:08:57 +03:00 |
test_fop_addp2.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_addp_expected.raw
|
Add regression test to test fop opcode / addp, mulp and pop variants.
|
2020-04-13 19:10:46 +03:00 |
test_fop_addp.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_loadnote_expected.raw
|
Add regression test for FOP opcode, loadnote variant.
|
2020-04-14 21:44:05 +03:00 |
test_fop_loadnote.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_mul_expected.raw
|
Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants.
|
2020-04-14 18:08:57 +03:00 |
test_fop_mul.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_mulp2_expected.raw
|
Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants.
|
2020-04-14 18:08:57 +03:00 |
test_fop_mulp2.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_mulp_expected.raw
|
Add regression test to test fop opcode / addp, mulp and pop variants.
|
2020-04-13 19:10:46 +03:00 |
test_fop_mulp.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_pop_expected.raw
|
Add regression test to test fop opcode / addp, mulp and pop variants.
|
2020-04-13 19:10:46 +03:00 |
test_fop_pop.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_push_expected.raw
|
Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants.
|
2020-04-14 18:08:57 +03:00 |
test_fop_push.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_fop_xch_expected.raw
|
Add regression tests for FOP opcode: add, addp2, mul, mulp2, push and xchg variants.
|
2020-04-14 18:08:57 +03:00 |
test_fop_xch.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_globalstore_expected.raw
|
Add regression tests for FST and FSTG opcodes.
|
2020-04-16 22:05:50 +03:00 |
test_globalstore.asm
|
Add regression tests for FST and FSTG opcodes.
|
2020-04-16 22:05:50 +03:00 |
test_load_expected.raw
|
Add regression test to test load opcode.
|
2020-04-13 17:18:26 +03:00 |
test_load.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_multiple_instruments_expected.raw
|
Add regression test to test multiple instruments.
|
2020-04-13 17:50:09 +03:00 |
test_multiple_instruments.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_panning_expected.raw
|
Add regression test to test panning opcode.
|
2020-04-13 17:34:46 +03:00 |
test_panning.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_renderer.c
|
Rewrote parts of the test renderer to read the whole data from disk in one fread.
|
2020-04-16 14:05:17 +03:00 |
test_store_expected.raw
|
Add regression tests for FST and FSTG opcodes.
|
2020-04-16 22:05:50 +03:00 |
test_store.asm
|
Add regression tests for FST and FSTG opcodes.
|
2020-04-16 22:05:50 +03:00 |
test_vco_cm_modulation_expected.raw
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_cm_modulation.asm
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_dm_modulation_expected.raw
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_dm_modulation.asm
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_fm_modulation_expected.raw
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_fm_modulation.asm
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_gate_expected.raw
|
Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants.
|
2020-04-14 23:11:10 +03:00 |
test_vco_gate.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_vco_gm_modulation_expected.raw
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_gm_modulation.asm
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_lfo_expected.raw
|
Add regression test for VCO opcode, lfo variant.
|
2020-04-16 13:37:30 +03:00 |
test_vco_lfo.asm
|
Add regression test for VCO opcode, lfo variant.
|
2020-04-16 13:37:30 +03:00 |
test_vco_noise_expected.raw
|
Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants.
|
2020-04-14 23:11:10 +03:00 |
test_vco_noise.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_vco_pm_modulation_expected.raw
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_pm_modulation.asm
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_pulse_expected.raw
|
Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants.
|
2020-04-14 23:11:10 +03:00 |
test_vco_pulse.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_vco_sine_expected.raw
|
Add regression test for VCO opcode (oscillator), sine wave variant.
|
2020-04-14 22:23:09 +03:00 |
test_vco_sine.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_vco_sm_modulation_expected.raw
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_sm_modulation.asm
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_stereo_expected.raw
|
Add regression test for VCO opcode (oscillator) for testing stereo sound creation.
|
2020-04-14 23:37:15 +03:00 |
test_vco_stereo.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |
test_vco_tm_modulation_expected.raw
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_tm_modulation.asm
|
Add regression tests for vco modulations (cm, dm, fm, gm, pm, sm and tm)
|
2020-04-17 19:36:09 +03:00 |
test_vco_trisaw_expected.raw
|
Add regression test for VCO opcode (oscillator): gate, noise, pulse and trisaw variants.
|
2020-04-14 23:11:10 +03:00 |
test_vco_trisaw.asm
|
Add test for 16-bit output, also moving the testname for test_renderer into compiler definition to avoid rewriting it everytime.
|
2020-04-15 23:17:03 +03:00 |