sointu/tests/expected_output
Veikko Sariola c02c5c3c3d fix(asm/wasm): oscillator phase was causing rounding errors once large enough
gopher had fixed this, but we foolishly removed it. reintroducing fix, although this could be optional only for those who really care. ultimate size optimizers could still want to get rid of it.
2020-12-30 21:19:27 +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 fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_clip_stereo.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_clip.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_compressor_stereo.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_compressor.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_crush_stereo.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_crush.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_delay_dampmod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_delay_drymod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_delay_feedbackmod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_delay_flanger.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_delay_notetracking.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_delay_pregainmod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_delay_reverb.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02: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 fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_delay.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_distort_mod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02: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 fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02: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 fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_filter_freqmod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_filter_high.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_filter_low.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_filter_peak.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_filter_resmod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_filter_stereo.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02: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 fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02: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 fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_detunemod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_gainmod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_gate.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_lfo.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_phasemod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_pulse.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02: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 fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_sample.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_shapemod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_sine.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_stereo.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_transposemod.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_trisaw.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_unison_stereo.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02:00
test_oscillat_unison.raw fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02: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 fix(asm/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +02: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/wasm): oscillator phase was causing rounding errors once large enough 2020-12-30 21:19:27 +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