circuitpython/shared-module
Jeff Epler 0b926f8fd4
synthio: improve release/press/change
Semi-incompatible name change: The method `release_then_press`
is now `change`. For now a compatibility alias is supported.

Everywhere a `NoteSequence` was accepted, a single note is now accepted.
So for instance, `synth.press(30)` can be written instead of requiring
``synth.press((30,))`. The same goes for `change.retrigger`, which
will accept a single LFO or a sequence.
2023-05-16 10:26:56 -05:00
..
2021-11-10 10:55:53 -06:00
2022-11-30 19:16:20 -06:00
2021-03-15 19:27:36 +05:30
2021-10-15 08:20:54 -05:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2023-03-30 18:08:17 -04:00
2022-01-17 16:34:47 -06:00
2021-10-15 08:20:54 -05:00
2021-10-15 08:20:54 -05:00
2023-04-20 18:26:04 -05:00
2021-03-15 19:27:36 +05:30
2023-02-03 17:43:12 -06:00
2022-04-05 14:50:30 -05:00
2021-03-15 19:27:36 +05:30
2022-02-10 17:14:07 -08:00
2021-12-08 21:03:06 -06:00
2023-03-14 12:30:58 -07:00
2023-05-12 14:39:57 -04:00
2022-05-27 12:59:54 -07:00
2021-03-15 19:27:36 +05:30
2022-03-23 17:02:58 -05:00