File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 45
45
46
46
#include "shared-module/synthio/LFO.h"
47
47
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
+
48
55
//| class EnvelopeState:
49
56
//| ATTACK: EnvelopeState
50
57
//| """The note is in its attack phase"""
@@ -85,12 +92,6 @@ static const mp_arg_t envelope_properties[] = {
85
92
{ MP_QSTR_sustain_level , MP_ARG_OBJ | MP_ARG_KW_ONLY , {.u_obj = MP_OBJ_NULL } },
86
93
};
87
94
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
- //|
94
95
//| BlockInput = Union["Math", "LFO", float, None]
95
96
//| """Blocks and Notes can take any of these types as inputs on certain attributes
96
97
//|
You can’t perform that action at this time.
0 commit comments