Commit 3d852cd
authored
rack_knob: the ring the T-Embed needs, and what a pedalboard change still costs (#130)
* rack_knob: 12 x 256 is the ring this board needs, and the pedalboard change is what is left (#125)
The ring the example shipped -- 4 x 128, 10.7 ms -- leaks 426 ms of silence
in twenty seconds of knob under a lit panel. Six rings measured twenty
seconds each, a fresh LiveAudio per row because starved_ms is a high-water
mark nothing in a boot can lower:
4 x 128 426 ms 8 x 128 85 ms 12 x 128 93 ms
16 x 128 18 ms 12 x 256 0 ms 16 x 256 0 ms
12 x 256 (64 ms) is the smallest that reads zero, and depth alone does not
get there: 16 x 128 is 42.7 ms of cushion and still leaks, because the worst
block is 8.4-8.7 ms against a 5333 us block and a ring of 128-frame pieces
cannot hold one late block however many pieces it has. The note that used to
be here said nothing deeper bought anything; that was measured at 128-frame
descriptors only.
What is left is not the ring. Thirty seconds of continuous turning on a
macro row adds 0 ms, five times out of five; a PEDALBOARD CHANGE adds
0-176 ms and costs 395-1036 ms on the interpreter thread building the new
Rack, which is why 190 s of the harness -- which walks the cursor onto the
PATCH row and keeps turning -- still reads 3749 ms at this ring. The
docstring and the README say so rather than promising a zero that only holds
for the macro rows.
* rack_knob: point at the public issue, not a private page; the README says what a pedalboard change costs on this board1 parent ce69a41 commit 3d852cd
2 files changed
Lines changed: 59 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
| |||
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
164 | | - | |
165 | | - | |
166 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
167 | 172 | | |
168 | 173 | | |
169 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
104 | 139 | | |
105 | 140 | | |
106 | | - | |
107 | | - | |
| 141 | + | |
| 142 | + | |
108 | 143 | | |
109 | 144 | | |
110 | 145 | | |
| |||
0 commit comments