| .. |
|
aes.py
|
add more test vectors for aes
|
2023-04-05 14:55:41 -05:00 |
|
aes.py.exp
|
add more test vectors for aes
|
2023-04-05 14:55:41 -05:00 |
|
atexit_test.py
|
atexit module refinements
|
2021-08-16 21:37:32 +05:30 |
|
bitmapfilter_blend.py
|
Add bitmapfilter.blend
|
2024-01-29 11:15:35 -06:00 |
|
bitmapfilter_blend.py.exp
|
Fix copying B to G in bitmapfilter.blend
|
2024-01-30 10:45:56 -06:00 |
|
bitmapfilter_ironbow.py
|
Add false_color
|
2024-01-12 10:48:26 -06:00 |
|
bitmapfilter_ironbow.py.exp
|
Add false_color
|
2024-01-12 10:48:26 -06:00 |
|
bitmapfilter_lookup.py
|
Add lookup table (LUT)
|
2024-01-11 14:40:01 -06:00 |
|
bitmapfilter_lookup.py.exp
|
Add lookup table (LUT)
|
2024-01-11 14:40:01 -06:00 |
|
bitmapfilter_mix.py
|
Require use of the ChannelMixer / ChannelScaler types in mix()
|
2024-01-18 17:16:44 -06:00 |
|
bitmapfilter_mix.py.exp
|
Use a test pattern for mix filter, not blinka
|
2024-01-11 11:59:45 -06:00 |
|
bitmapfilter_morph.py
|
morph: accommodate fractional add values
|
2024-01-09 17:11:53 -06:00 |
|
bitmapfilter_morph.py.exp
|
Update morph test to use the factored out bitmap routine
|
2024-01-09 15:01:10 -06:00 |
|
bitmapfilter_solar.py
|
remove unused code
|
2024-01-15 11:36:38 -06:00 |
|
bitmapfilter_solar.py.exp
|
Fix solarize to operate in YUV, add test
|
2024-01-11 14:37:36 -06:00 |
|
bitmaptools_blit_boundaries.py
|
remove if, remove +/- 1, add blit test
|
2024-02-05 09:32:22 -06:00 |
|
bitmaptools_blit_boundaries.py.exp
|
remove if, remove +/- 1, add blit test
|
2024-02-05 09:32:22 -06:00 |
|
builtin_submodule.py
|
Fix import ulab.foo
|
2022-02-19 09:32:51 -06:00 |
|
builtin_submodule.py.exp
|
Fix import ulab.foo
|
2022-02-19 09:32:51 -06:00 |
|
codeop_compile.py
|
Add codeop.compile_command
|
2023-12-14 09:23:23 -06:00 |
|
getenv.py
|
settings.toml: explicitly check that strings must be quoted
|
2024-03-29 09:20:30 -05:00 |
|
getenv.py.exp
|
settings.toml: explicitly check that strings must be quoted
|
2024-03-29 09:20:30 -05:00 |
|
jpegio_decompress.py
|
Correct y= argument of JpegDecoder.decode
|
2024-01-04 13:11:32 -06:00 |
|
jpegio_decompress.py.exp
|
Correct y= argument of JpegDecoder.decode
|
2024-01-04 13:11:32 -06:00 |
|
mfm.py
|
Add floppyio to unix port, test mfm decoding
|
2024-04-02 15:42:28 -05:00 |
|
mfm.py.exp
|
Add floppyio to unix port, test mfm decoding
|
2024-04-02 15:42:28 -05:00 |
|
miditrack.py
|
synthio: implement envelope
|
2023-04-25 12:05:53 -05:00 |
|
miditrack.py.exp
|
synthio: reorganize the order of operations
|
2023-05-31 14:22:43 -05:00 |
|
nvm_not_present.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
|
nvm_present.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
|
rainbows.py
|
add a test of rainbows
|
2021-11-12 17:31:14 -06:00 |
|
rainbows.py.exp
|
add a test of rainbows
|
2021-11-12 17:31:14 -06:00 |
|
struct_nargs.py
|
struct: Check that argument counts match, similar to cpython3
|
2023-03-22 09:35:09 -05:00 |
|
synth_block_abs.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_abs.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_add_div.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_add_div.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_add_sub.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_add_sub.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_constrained_lerp.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_constrained_lerp.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_div_add.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_div_add.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_lerp.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_lerp.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_max.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_max.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_mid.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_mid.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_min.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_min.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_mul_div.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_mul_div.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_offset_scale.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_offset_scale.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_product.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_product.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_scale_offset.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_scale_offset.py.exp
|
endorse updated result
|
2023-11-21 08:54:08 -06:00 |
|
synth_block_sum.py
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_block_sum.py.exp
|
synthio: Add tests of all synthio math blocks
|
2023-05-22 10:45:21 -05:00 |
|
synth_note_amplitude.py
|
synthio: allow negative amplitudes
|
2023-11-21 08:54:07 -06:00 |
|
synth_note_amplitude.py.exp
|
synthio: allow negative amplitudes
|
2023-11-21 08:54:07 -06:00 |
|
synth_note_bend.py
|
Add some more Note tests
|
2023-05-24 10:00:12 -05:00 |
|
synth_note_bend.py.exp
|
synthio: reorganize the order of operations
|
2023-05-31 14:22:43 -05:00 |
|
synth_note_envelope.py
|
Add some more Note tests
|
2023-05-24 10:00:12 -05:00 |
|
synth_note_envelope.py.exp
|
synthio: reorganize the order of operations
|
2023-05-31 14:22:43 -05:00 |
|
synth_note_ring.py
|
Add some more Note tests
|
2023-05-24 10:00:12 -05:00 |
|
synth_note_ring.py.exp
|
synthio: reorganize the order of operations
|
2023-05-31 14:22:43 -05:00 |
|
synthesizer.py
|
synthio: implement envelope
|
2023-04-25 12:05:53 -05:00 |
|
synthesizer.py.exp
|
synthio: reorganize the order of operations
|
2023-05-31 14:22:43 -05:00 |
|
synthesizer_note.py
|
synthio: Add synthio.Note
|
2023-05-04 07:23:49 -05:00 |
|
synthesizer_note.py.exp
|
tests: update synthesizer_note test with new expected output
|
2023-11-21 08:54:07 -06:00 |
|
synthio_biquad.py
|
synthio: add biquad filter type & basic filter calculations
|
2023-05-29 09:50:18 -05:00 |
|
synthio_biquad.py.exp
|
synthio: add biquad filter type & basic filter calculations
|
2023-05-29 09:50:18 -05:00 |
|
synthio_note_info.py
|
synthio: Add Synthesizer.note_state
|
2023-07-20 13:16:00 -05:00 |
|
synthio_note_info.py.exp
|
document EnvelopeState
|
2023-07-20 16:26:07 -05:00 |
|
synthlfo.py
|
synthio: Calculate LFO.value at construction
|
2024-05-14 18:27:57 -05:00 |
|
synthlfo.py.exp
|
synthio: Calculate LFO.value at construction
|
2024-05-14 18:27:57 -05:00 |
|
synthlfo_offset.py
|
synthio: Add tests of each varying lfo input
|
2023-05-22 10:45:28 -05:00 |
|
synthlfo_offset.py.exp
|
synthio: Add tests of each varying lfo input
|
2023-05-22 10:45:28 -05:00 |
|
synthlfo_phase_offset.py
|
synthio: Add tests of each varying lfo input
|
2023-05-22 10:45:28 -05:00 |
|
synthlfo_phase_offset.py.exp
|
synthio: Add tests of each varying lfo input
|
2023-05-22 10:45:28 -05:00 |
|
synthlfo_rate.py
|
synthio: Add tests of each varying lfo input
|
2023-05-22 10:45:28 -05:00 |
|
synthlfo_rate.py.exp
|
synthio: Add tests of each varying lfo input
|
2023-05-22 10:45:28 -05:00 |
|
synthlfo_scale.py
|
synthio: Add tests of each varying lfo input
|
2023-05-22 10:45:28 -05:00 |
|
synthlfo_scale.py.exp
|
synthio: Add tests of each varying lfo input
|
2023-05-22 10:45:28 -05:00 |
|
synthmath.py
|
synthio: Finish implementing Math blocks
|
2023-05-17 16:32:20 -05:00 |
|
synthmath.py.exp
|
synthio: simplify block logic a bit by converting from float just once
|
2023-05-18 11:55:01 -05:00 |
|
traceback_test.py
|
format_traceback: Return list, as documented, and compatible with CPython
|
2022-10-13 09:38:43 -05:00 |
|
traceback_test.py.exp
|
add non-native exception in traceback_test
|
2021-12-15 20:48:33 +05:30 |
|
traceback_test_chained.py
|
Fix chaining non-built-in exceptions
|
2024-05-21 16:41:39 -04:00 |
|
traceback_test_chained.py.exp
|
Fix chaining non-built-in exceptions
|
2024-05-21 16:41:39 -04:00 |
|
zlib_decompress.py
|
remove last uses of 'u' prefix
|
2023-08-22 12:57:47 -04:00 |