File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646#include "shared-module/synthio/LFO.h"
4747
48+ //|
49+ //| """Support for multi-channel audio synthesis
50+ //|
51+ //| At least 2 simultaneous notes are supported. samd5x, mimxrt10xx and rp2040 platforms support up to 12 notes.
52+ //| """
53+ //|
54+
4855//| class EnvelopeState:
4956//| ATTACK: EnvelopeState
5057//| """The note is in its attack phase"""
@@ -85,12 +92,6 @@ static const mp_arg_t envelope_properties[] = {
8592 { MP_QSTR_sustain_level , MP_ARG_OBJ | MP_ARG_KW_ONLY , {.u_obj = MP_OBJ_NULL } },
8693};
8794
88- //|
89- //| """Support for multi-channel audio synthesis
90- //|
91- //| At least 2 simultaneous notes are supported. samd5x, mimxrt10xx and rp2040 platforms support up to 12 notes.
92- //| """
93- //|
9495//| BlockInput = Union["Math", "LFO", float, None]
9596//| """Blocks and Notes can take any of these types as inputs on certain attributes
9697//|
You can’t perform that action at this time.
0 commit comments