sointu/tests/expected_output
Veikko Sariola 1b1dabafb8 fix(asm): Change the scaling to 29 in the speed unti (29 increments = double speed).
The old speed scaling of 24 was ill-chosen so that triplets resulted in a minor buffer overflow error. This was never caught by anyone until Visual Studio 2019 in debug mode. Presumably all compilers allocate some extra space so this didn't matter. Now 29 increments = double speed and speeds with alternating 52 and 81 result in triplets that are just slightly faster then ordinary bpm i.e. the buffer will be slightly underrun, which probably is unnoticable to the user.
2020-11-12 19:46:37 +02:00
..
test_add_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_add.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_addp_stereo.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_addp.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_aux_stereo.raw Implement IN, OUTAUX and AUX opcodes, to conveniently input from or output to global ports. 2020-05-25 23:23:24 +03:00
test_aux.raw Implement IN, OUTAUX and AUX opcodes, to conveniently input from or output to global ports. 2020-05-25 23:23:24 +03:00
test_chords.raw Split polyphony test into two tests. 2020-05-17 08:32:35 +03:00
test_clip_stereo.raw Make clip opcode working and add regression tests to it. 2020-05-16 22:49:59 +03:00
test_clip.raw Make clip opcode working and add regression tests to it. 2020-05-16 22:49:59 +03:00
test_compressor_stereo.raw Add inverse gain to compressor. The inverse gain is applied to the signal before any compressor calculations. 2020-05-27 18:54:37 +03:00
test_compressor.raw Add inverse gain to compressor. The inverse gain is applied to the signal before any compressor calculations. 2020-05-27 18:54:37 +03:00
test_crush_stereo.raw Implement new effect: bit-crusher. 2020-05-16 23:27:29 +03:00
test_crush.raw Implement new effect: bit-crusher. 2020-05-16 23:27:29 +03:00
test_delay_dampmod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_delay_drymod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_delay_feedbackmod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_delay_flanger.raw Re-engineer delay, to use stack for the delay WRK pointer and to support note-syncing transpose. 2020-05-23 15:05:38 +03:00
test_delay_notetracking.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_delay_pregainmod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_delay_reverb.raw Re-engineer delay, to use stack for the delay WRK pointer and to support note-syncing transpose. 2020-05-23 15:05:38 +03:00
test_delay_rtables.raw Implement compile definition RUNTIME_TABLES, which enables putting the pointers to delay and sample tables to stack. 2020-11-02 23:10:33 +02:00
test_delay_stereo_rtables.raw Implement compile definition RUNTIME_TABLES, which enables putting the pointers to delay and sample tables to stack. 2020-11-02 23:10:33 +02:00
test_delay_stereo.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_delay.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_distort_mod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_distort_stereo.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_distort.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_envelope_16bit.raw Move all raw audio files related to tests into subfolders, to have slightly more clean folder structure and to avoid mixing source files and data files. 2020-04-18 19:47:16 +03:00
test_envelope_mod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_envelope_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_envelope.raw Move all raw audio files related to tests into subfolders, to have slightly more clean folder structure and to avoid mixing source files and data files. 2020-04-18 19:47:16 +03:00
test_filter_band.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_filter_freqmod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_filter_high.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_filter_low.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_filter_peak.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_filter_resmod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_filter_stereo.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_gain_stereo.raw Implement gain and inverse gain effects, for the moments when you just need them. 2020-05-16 22:29:08 +03:00
test_gain.raw Implement gain and inverse gain effects, for the moments when you just need them. 2020-05-16 22:29:08 +03:00
test_hold_mod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_hold_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_hold.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_in_stereo.raw Implement IN, OUTAUX and AUX opcodes, to conveniently input from or output to global ports. 2020-05-25 23:23:24 +03:00
test_in.raw Implement IN, OUTAUX and AUX opcodes, to conveniently input from or output to global ports. 2020-05-25 23:23:24 +03:00
test_invgain_stereo.raw Implement gain and inverse gain effects, for the moments when you just need them. 2020-05-16 22:29:08 +03:00
test_invgain.raw Implement gain and inverse gain effects, for the moments when you just need them. 2020-05-16 22:29:08 +03:00
test_loadnote_stereo.raw Change loadnote to load values from [-1,1], to allow using notes for both positive and negative modulations. 2020-05-26 19:21:35 +03:00
test_loadnote.raw Change loadnote to load values from [-1,1], to allow using notes for both positive and negative modulations. 2020-05-26 19:21:35 +03:00
test_loadval_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_loadval.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_mul_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_mul.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_mulp_stereo.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_mulp.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_multiple_instruments.raw Move all raw audio files related to tests into subfolders, to have slightly more clean folder structure and to avoid mixing source files and data files. 2020-04-18 19:47:16 +03:00
test_noise_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_noise.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_colormod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_detunemod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_gainmod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_gate.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_lfo.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_phasemod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_pulse.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_sample_rtables.raw Implement compile definition RUNTIME_TABLES, which enables putting the pointers to delay and sample tables to stack. 2020-11-02 23:10:33 +02:00
test_oscillat_sample_stereo_rtables.raw Implement compile definition RUNTIME_TABLES, which enables putting the pointers to delay and sample tables to stack. 2020-11-02 23:10:33 +02:00
test_oscillat_sample_stereo.raw Implement sample-based oscillators, with sample import from gm.dls. 2020-05-19 18:29:47 +03:00
test_oscillat_sample.raw Implement sample-based oscillators, with sample import from gm.dls. 2020-05-19 18:29:47 +03:00
test_oscillat_shapemod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_sine.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_stereo.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_transposemod.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_trisaw.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_oscillat_unison_stereo.raw Implement unison oscillators: multiple versions of slightly detuned oscillators that are added up to make a signal. 2020-05-19 22:52:21 +03:00
test_oscillat_unison.raw Implement unison oscillators: multiple versions of slightly detuned oscillators that are added up to make a signal. 2020-05-19 22:52:21 +03:00
test_outaux_stereo.raw Implement IN, OUTAUX and AUX opcodes, to conveniently input from or output to global ports. 2020-05-25 23:23:24 +03:00
test_outaux.raw Implement IN, OUTAUX and AUX opcodes, to conveniently input from or output to global ports. 2020-05-25 23:23:24 +03:00
test_panning_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_panning.raw Move all raw audio files related to tests into subfolders, to have slightly more clean folder structure and to avoid mixing source files and data files. 2020-04-18 19:47:16 +03:00
test_polyphony.raw Rewrote most of the synth to better support stereo signals and polyphony. VSTi removed as there is no plan to update the VSTi to support the new features. 2020-05-16 08:25:52 +03:00
test_pop_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_pop.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_push_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_push.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_receive_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_receive.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_render_samples.raw Implement a bridge to call Sointu from Go language. 2020-10-22 21:19:13 +03:00
test_send_global.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00
test_send_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_send.raw Rewrote most of the synth to better support stereo signals and polyphony. VSTi removed as there is no plan to update the VSTi to support the new features. 2020-05-16 08:25:52 +03:00
test_speed.raw fix(asm): Change the scaling to 29 in the speed unti (29 increments = double speed). 2020-11-12 19:46:37 +02:00
test_xch_stereo.raw Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending. 2020-05-16 21:23:41 +03:00
test_xch.raw Rename test files to represent better the new opcodes they correspond to. 2020-05-16 18:32:56 +03:00